Class RootAssemblyLoadCase
Inheritance
System.Object
RootAssemblyLoadCase
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed class RootAssemblyLoadCase : AssemblyLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
BrakeForceGain
Declaration
public double BrakeForceGain { get; set; }
Property Value
Type |
Description |
System.Double |
|
Declaration
public ForceInputComponent BrakeForceInputValues { get; }
Property Value
DriveCyclePIDControlSettings
Declaration
public PIDControlSettings DriveCyclePIDControlSettings { get; }
Property Value
LoadCase
Declaration
public StaticLoadCase LoadCase { get; }
Property Value
MaxBrakeForce
Declaration
public double MaxBrakeForce { get; set; }
Property Value
Type |
Description |
System.Double |
|
OilInitialTemperature
Declaration
public double OilInitialTemperature { get; set; }
Property Value
Type |
Description |
System.Double |
|
RayleighDampingAlpha
Vehicle alpha damping value. The damping matrix for the model C = alphaM + betaK where M and K are the stiffness and mass matrices and alpha and beta are the Rayleigh damping parameters.
Measurement: InverseShortTime
Declaration
public Overridable<double> RayleighDampingAlpha { get; set; }
Property Value
Declaration
public AngleInputComponent RoadInclineInputValues { get; }
Property Value
SuperchargerRotorSets
Declaration
public ReadOnlyCollection<CylindricalGearSetLoadCase> SuperchargerRotorSets { get; }
Property Value
TargetVehicleSpeed
Declaration
public VelocityInputComponent TargetVehicleSpeed { get; }
Property Value
Implements
System.IEquatable<T>
Extension Methods