Class CriticalSpeedAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.CriticalSpeedAnalyses
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class CriticalSpeedAnalysisOptions : APIBase, IEquatable<APIBase>
Properties
AxialStiffness
Axial stiffness of bearings
Measurement: LinearStiffness
Declaration
public double AxialStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
FinalStiffness
Determines the end speed for the analysis
Measurement: LinearStiffness
Declaration
public double FinalStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IncludeDampingEffects
Declaration
public bool IncludeDampingEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IncludeGyroscopicEffects
Declaration
public bool IncludeGyroscopicEffects { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InitialStiffness
Determines the initial bearing stiffness for the analysis
Measurement: LinearStiffness
Declaration
public double InitialStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NumberOfModes
Determines the number of Modes to be analysed
Declaration
public int NumberOfModes { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NumberOfStiffnesses
Determines the number of stiffnesses to be analysed
Declaration
public int NumberOfStiffnesses { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SortModes
Declaration
public bool SortModes { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
TiltStiffness
Tilt stiffness of bearings
Measurement: AngularStiffness
Declaration
public double TiltStiffness { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>