Class WindTurbineBladeModeDetails
Inheritance
System.Object
WindTurbineBladeModeDetails
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WindTurbineBladeModeDetails : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
FirstModeFrequency
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
Declaration
public double InertiaOfCentre { get; }
Property Value
| Type |
Description |
| System.Double |
|
InertiaOfHub
Declaration
public double InertiaOfHub { get; }
Property Value
| Type |
Description |
| System.Double |
|
InertiaOfTip
Declaration
public double InertiaOfTip { get; }
Property Value
| Type |
Description |
| System.Double |
|
SecondModeFrequency
Declaration
public double SecondModeFrequency { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
StiffnessCentreToTip
Declaration
public double StiffnessCentreToTip { get; }
Property Value
| Type |
Description |
| System.Double |
|
StiffnessHubToCentre
Declaration
public double StiffnessHubToCentre { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods