Enum PowerLoadDragTorqueSpecificationMethod
Namespace: SMT.MastaAPI.SystemModel
Assembly: SMT.MastaAPI.15.0.dll
Syntax
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. |