Enum PowerLoadInputTorqueSpecificationMethod
Namespace: SMT.MastaAPI.SystemModel
Assembly: SMT.MastaAPI.13.0.dll
Syntax
[ComVisible(true)]
[Guid("b04f1098-aa39-c937-38c7-5ab1a0fce621")]
[ApiEnumFor("SMT.MAA.PowerLoadInputTorqueSpecificationMethod, SMT.MAA")]
public enum PowerLoadInputTorqueSpecificationMethod
Fields
Name | Description |
---|---|
ConstantTorque | Torque has a fixed value during the analysis. |
ElectricMachineHarmonicLoadData | Torque and radial loads onto the stator are specified or imported as Torque vs Angle at specified speeds. Values are interpolated in speed via spline interpolation of the Harmonics of the torque vs angle data for specified speeds. |
EngineSpeedTorqueCurve | Specified engine speed torque curve for the power load is used to determine the torque applied. |
PIDControl | A PID control is used calculate the torque required to achieve a particular speed over time for the power load. |
SpeedVsTime | Power load is constrained to have a particular speed profile over time. The torque resulting from this may not be realistic. |
TorqueVsAngle | Torque varies with the angle of the shaft. |
TorqueVsAngleAndSpeed | Torque varies with the angle and speed of the shaft on which it is mounted. |
TorqueVsTime | Torque varies with time. |