Class WindTurbineSingleBladeDetails
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
WindTurbineSingleBladeDetails
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.PartModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class WindTurbineSingleBladeDetails : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
BladeDrawingLength
Used to draw the blade in the 3D view and does not affect the analysis. The length of a single blade from the centre of the hub to the blade tip.
Measurement: MediumLength
Declaration
public double BladeDrawingLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BladeLength
The length of a single blade from the centre of the hub to the blade tip.
Measurement: MediumLength
Declaration
public double BladeLength { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BladeMass
The mass of a single blade.
Measurement: Mass
Declaration
public double BladeMass { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EdgewiseModes
Declaration
public WindTurbineBladeModeDetails EdgewiseModes { get; }
Property Value
Type | Description |
---|---|
WindTurbineBladeModeDetails |
FlapwiseModes
Declaration
public WindTurbineBladeModeDetails FlapwiseModes { get; }
Property Value
Type | Description |
---|---|
WindTurbineBladeModeDetails |
MassMomentOfInertiaAboutHub
The total mass moment of inertia of a single blade about the centre of the hub.
Measurement: Inertia
Declaration
public double MassMomentOfInertiaAboutHub { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ScaleBladeDrawingToBladeDrawingLength
Used to draw the blade in the 3D view and does not affect the analysis. Whether the blade is drawn to scale for the drawing length (Yes) or the actual blade length (No).
Declaration
public bool ScaleBladeDrawingToBladeDrawingLength { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<T>