Class CriticalSpeedAnalysisOptions
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
CriticalSpeedAnalysisOptions
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.CriticalSpeedAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class CriticalSpeedAnalysisOptions : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>