Enum PowerLoadDragTorqueSpecificationMethod
Namespace: SMT.MastaAPI.SystemModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[Guid("94ee44f3-e5e4-b9dd-99ed-d1de2b7ed1b4")]
[ApiEnumFor("SMT.MAA.PowerLoadDragTorqueSpecificationMethod, SMT.MAA")]
public enum PowerLoadDragTorqueSpecificationMethod
Fields
Name | Description |
---|---|
CalculatedLinearResistanceForSteadySpeed | Calculate a drag coefficient proportional to the speed that gives the specified speed due to the input torque on the other power loads. |
CalculatedQuadraticResistanceForSteadySpeed | Calculate a drag coefficient proportional to the speed squared that gives the specified speed due to the input torque on the other power loads. |
DragTorqueForTimeAndSpeed | Specify 2D lookup table of the drag torque as a function of time and speed. |
SpeedPolynomialCoefficients | Specify drag as a polynomial in speed. Coefficients can be fixed or varying in time. |