Class PowerLoad
Inheritance
System.Object
PowerLoad
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PowerLoad : VirtualComponent, IEquatable<APIBase>
Properties
EffectiveLengthOfStator
Declaration
public double EffectiveLengthOfStator { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ElectricMachineDetail
Declaration
public ElectricMachineDetail ElectricMachineDetail { get; }
Property Value
ElectricMachineDetailSelector
Declaration
public ListWithSelectedItem<ElectricMachineDetail> ElectricMachineDetailSelector { get; set; }
Property Value
ElectricMachineSearchRegionSpecificationMethod
Declaration
public ElectricMachineSearchRegionSpecificationMethod ElectricMachineSearchRegionSpecificationMethod { get; set; }
Property Value
EngineFuelConsumptionGrid
Declaration
public GriddedSurfaceAccessor EngineFuelConsumptionGrid { get; set; }
Property Value
EngineTorqueGrid
Declaration
public GriddedSurfaceAccessor EngineTorqueGrid { get; set; }
Property Value
IncludeInTorsionalStiffnessCalculation
Declaration
public bool IncludeInTorsionalStiffnessCalculation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
InnerDiameterOfStatorTeeth
Declaration
public double InnerDiameterOfStatorTeeth { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
NumberOfBlades
Declaration
public int NumberOfBlades { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfSlots
Declaration
public int NumberOfSlots { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
NumberOfWheels
Declaration
public int NumberOfWheels { get; set; }
Property Value
| Type |
Description |
| System.Int32 |
|
OilPumpDetail
Declaration
public OilPumpDetail OilPumpDetail { get; }
Property Value
PositiveIsForwards
Declaration
public bool PositiveIsForwards { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
PowerLoadType
Declaration
public EnumWithSelectedValue<PowerLoadType> PowerLoadType { get; set; }
Property Value
SingleBladeDetails
Declaration
public WindTurbineSingleBladeDetails SingleBladeDetails { get; }
Property Value
TorsionalStiffness
Declaration
public double TorsionalStiffness { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
TyreRollingRadius
Declaration
public Overridable<double> TyreRollingRadius { get; set; }
Property Value
WidthForDrawing
Declaration
public Overridable<double> WidthForDrawing { get; set; }
Property Value
Implements
System.IEquatable<T>
Extension Methods