Class WindTurbineSingleBladeDetails
Inheritance
System.Object
WindTurbineSingleBladeDetails
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class WindTurbineSingleBladeDetails : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
BladeDrawingLength
Declaration
public double BladeDrawingLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BladeLength
Declaration
public double BladeLength { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
BladeMass
Declaration
public double BladeMass { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
EdgewiseModes
Declaration
public WindTurbineBladeModeDetails EdgewiseModes { get; }
Property Value
FlapwiseModes
Declaration
public WindTurbineBladeModeDetails FlapwiseModes { get; }
Property Value
MassMomentOfInertiaAboutHub
Declaration
public double MassMomentOfInertiaAboutHub { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ScaleBladeDrawingToBladeDrawingLength
Declaration
public bool ScaleBladeDrawingToBladeDrawingLength { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Implements
System.IEquatable<T>
Extension Methods