Class PowerLoadMultibodyDynamicsAnalysis
Inheritance
System.Object
PowerLoadMultibodyDynamicsAnalysis
Assembly: SMT.MastaAPI.14.1.dll
Syntax
public class PowerLoadMultibodyDynamicsAnalysis : VirtualComponentMultibodyDynamicsAnalysis, IEquatable<APIBase>
Properties
AngularJerkRateOfChangeOfAcceleration
Declaration
public double AngularJerkRateOfChangeOfAcceleration { get; }
Property Value
| Type |
Description |
| System.Double |
|
AppliedTorque
Declaration
public double AppliedTorque { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ComponentDesign
Declaration
public PowerLoad ComponentDesign { get; }
Property Value
ComponentLoadCase
Declaration
public PowerLoadLoadCase ComponentLoadCase { get; }
Property Value
ControllerTorque
Declaration
public double ControllerTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
CurrentCoefficientOfFrictionWithGround
Declaration
public double CurrentCoefficientOfFrictionWithGround { get; }
Property Value
| Type |
Description |
| System.Double |
|
DragTorque
Declaration
public double DragTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
ElasticTorque
Declaration
public double ElasticTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
EnergyInput
Declaration
public double EnergyInput { get; }
Property Value
| Type |
Description |
| System.Double |
|
EngineIdleSpeedControlEnabled
Declaration
public bool EngineIdleSpeedControlEnabled { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
EngineThrottleFromInterface
Declaration
public double EngineThrottleFromInterface { get; }
Property Value
| Type |
Description |
| System.Double |
|
EngineThrottlePositionOverTime
Declaration
public double EngineThrottlePositionOverTime { get; set; }
Property Value
| Type |
Description |
| System.Double |
|
ErrorInEngineIdleSpeed
Declaration
public double ErrorInEngineIdleSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
ErrorInTargetSpeed
Declaration
public double ErrorInTargetSpeed { get; }
Property Value
| Type |
Description |
| System.Double |
|
FilteredEngineThrottle
Declaration
public double FilteredEngineThrottle { get; }
Property Value
| Type |
Description |
| System.Double |
|
FuelConsumptionInstantaneous
Declaration
public double FuelConsumptionInstantaneous { get; }
Property Value
| Type |
Description |
| System.Double |
|
InterfaceInputTorqueUsedInSolver
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
Declaration
public double LaggedAngularVelocity { get; }
Property Value
| Type |
Description |
| System.Double |
|
LongitudinalSlipRatio
Declaration
public double LongitudinalSlipRatio { get; }
Property Value
| Type |
Description |
| System.Double |
|
MaximumTimeStep
Declaration
public virtual double MaximumTimeStep { get; }
Property Value
| Type |
Description |
| System.Double |
|
Power
Declaration
public double Power { get; }
Property Value
| Type |
Description |
| System.Double |
|
TorqueFromVehicle
Declaration
public double TorqueFromVehicle { get; }
Property Value
| Type |
Description |
| System.Double |
|
TorqueOnEachWheel
Declaration
public double TorqueOnEachWheel { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalFuelConsumed
Declaration
public double TotalFuelConsumed { get; }
Property Value
| Type |
Description |
| System.Double |
|
TotalTorque
Declaration
public double TotalTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
UnfilteredControllerTorque
Declaration
public double UnfilteredControllerTorque { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods