Class WindTurbineBladeModeDetails
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WindTurbineBladeModeDetails
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WindTurbineBladeModeDetails : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FirstModeFrequency
Frequencies are assumed to be calculated for a grounded hub.
Measurement: Frequency
Declaration
public double FirstModeFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IncludeMode
Declaration
public bool IncludeMode { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
InertiaOfCentre
Measurement: Inertia
Declaration
public double InertiaOfCentre { get; }
Property Value
Type | Description |
---|---|
System.Double |
InertiaOfHub
Measurement: Inertia
Declaration
public double InertiaOfHub { get; }
Property Value
Type | Description |
---|---|
System.Double |
InertiaOfTip
Measurement: Inertia
Declaration
public double InertiaOfTip { get; }
Property Value
Type | Description |
---|---|
System.Double |
SecondModeFrequency
Frequencies are assumed to be calculated for a grounded hub.
Measurement: Frequency
Declaration
public double SecondModeFrequency { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StiffnessCentreToTip
Measurement: AngularStiffness
Declaration
public double StiffnessCentreToTip { get; }
Property Value
Type | Description |
---|---|
System.Double |
StiffnessHubToCentre
Measurement: AngularStiffness
Declaration
public double StiffnessHubToCentre { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>