Class FEAnalysis
Inheritance
System.Object
FEAnalysis
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.AnalysisCases
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class FEAnalysis : StaticLoadAnalysisCase, IEquatable<APIBase>
Properties
StiffnessWithRespectToInputPowerLoad
Declaration
public double StiffnessWithRespectToInputPowerLoad { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TorqueAtZeroDisplacementForInputPowerLoad
Declaration
public double TorqueAtZeroDisplacementForInputPowerLoad { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
TorqueRatioToOutput
Declaration
public double TorqueRatioToOutput { get; }
Property Value
| Type | Description |
|---|---|
| System.Double |
Implements
System.IEquatable<T>