Class FEAnalysis
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
FEAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AnalysisCases
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class FEAnalysis : StaticLoadAnalysisCase, IEquatable<APIBase>
Properties
StiffnessWithRespectToInputPowerLoad
This stiffness is calculated from the 'Gearbox Torsional Stiffness'
Measurement: AngularStiffness
Declaration
public double StiffnessWithRespectToInputPowerLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueAtZeroDisplacementForInputPowerLoad
This is from the 'Gearbox Torque At Zero Displacement'
Measurement: Torque
Declaration
public double TorqueAtZeroDisplacementForInputPowerLoad { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueRatioToOutput
This ratio is calculated from the 'Gearbox Torsional Stiffness'
Declaration
public double TorqueRatioToOutput { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>