Class PowerLoadMultibodyDynamicsAnalysis
Inheritance
Implements
Inherited Members
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.MBDAnalyses
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class PowerLoadMultibodyDynamicsAnalysis : VirtualComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AngularJerkRateOfChangeOfAcceleration
Measurement: AngularJerk
Declaration
public double AngularJerkRateOfChangeOfAcceleration { get; }
Property Value
Type | Description |
---|---|
System.Double |
AppliedTorque
Torque applied to the shaft by the power load.
Measurement: Torque
Declaration
public double AppliedTorque { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ComponentDesign
Declaration
public PowerLoad ComponentDesign { get; }
Property Value
Type | Description |
---|---|
PowerLoad |
ComponentLoadCase
Declaration
public PowerLoadLoadCase ComponentLoadCase { get; }
Property Value
Type | Description |
---|---|
PowerLoadLoadCase |
ControllerTorque
Measurement: Torque
Declaration
public double ControllerTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
CurrentCoefficientOfFrictionWithGround
Declaration
public double CurrentCoefficientOfFrictionWithGround { get; }
Property Value
Type | Description |
---|---|
System.Double |
DragTorque
Torque applied to the shaft due to drag at the power load.
Measurement: Torque
Declaration
public double DragTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
ElasticTorque
Torque applied to the shaft due to elastic forces from the power load being grounded.
Measurement: Torque
Declaration
public double ElasticTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
EnergyInput
Measurement: Energy
Declaration
public double EnergyInput { get; }
Property Value
Type | Description |
---|---|
System.Double |
EngineIdleSpeedControlEnabled
Declaration
public bool EngineIdleSpeedControlEnabled { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
EngineThrottleFromInterface
Measurement: Percentage
Declaration
public double EngineThrottleFromInterface { get; }
Property Value
Type | Description |
---|---|
System.Double |
EngineThrottlePositionOverTime
Measurement: Percentage
Declaration
public double EngineThrottlePositionOverTime { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ErrorInEngineIdleSpeed
Measurement: AngularVelocity
Declaration
public double ErrorInEngineIdleSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
ErrorInTargetSpeed
Measurement: AngularVelocity
Declaration
public double ErrorInTargetSpeed { get; }
Property Value
Type | Description |
---|---|
System.Double |
FilteredEngineThrottle
Measurement: Percentage
Declaration
public double FilteredEngineThrottle { get; }
Property Value
Type | Description |
---|---|
System.Double |
FuelConsumptionInstantaneous
Fuel consumption at each instant in time, based on engine data.
Measurement: MassPerUnitTime
Declaration
public double FuelConsumptionInstantaneous { get; }
Property Value
Type | Description |
---|---|
System.Double |
InterfaceInputTorqueUsedInSolver
Actual torque used by the solver, taken from the interface input value
Measurement: Torque
Declaration
public double InterfaceInputTorqueUsedInSolver { get; }
Property Value
Type | Description |
---|---|
System.Double |
IsLocked
Declaration
public bool IsLocked { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsWheelUsingStaticFriction
Declaration
public bool IsWheelUsingStaticFriction { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
LaggedAngularVelocity
Measurement: AngularVelocity
Declaration
public double LaggedAngularVelocity { get; }
Property Value
Type | Description |
---|---|
System.Double |
LongitudinalSlipRatio
Ratio of wheel angular velocity to equivalent angular velocity from vehicle translational velocity
Declaration
public double LongitudinalSlipRatio { get; }
Property Value
Type | Description |
---|---|
System.Double |
Power
Measurement: Power
Declaration
public double Power { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueFromVehicle
Torque applied to power load as a result of forces acting on the vehicle.
Measurement: Torque
Declaration
public double TorqueFromVehicle { get; }
Property Value
Type | Description |
---|---|
System.Double |
TorqueOnEachWheel
Torque on each wheel from the vehicle.
Measurement: Torque
Declaration
public double TorqueOnEachWheel { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalFuelConsumed
Total amount of fuel consumed during the analysis, based on engine data.
Measurement: Mass
Declaration
public double TotalFuelConsumed { get; }
Property Value
Type | Description |
---|---|
System.Double |
TotalTorque
The total torque applied to the shaft.
Measurement: Torque
Declaration
public double TotalTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |
UnfilteredControllerTorque
Measurement: Torque
Declaration
public double UnfilteredControllerTorque { get; }
Property Value
Type | Description |
---|---|
System.Double |