Class RootAssemblyLoadCase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
RootAssemblyLoadCase
Implements
System.IEquatable <APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.SystemModel.AnalysesAndResults.StaticLoads
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class RootAssemblyLoadCase : AssemblyLoadCase, IEquatable<APIBase>
Properties
AssemblyDesign
Declaration
public RootAssembly AssemblyDesign { get; }
Property Value
Type | Description |
---|---|
Root |
BrakeForceGain
Declaration
public double BrakeForceGain { get; set; }
Property Value
Type | Description |
---|---|
System. |
BrakeForceInputValues
Declaration
public ForceInputComponent BrakeForceInputValues { get; }
Property Value
Type | Description |
---|---|
Force |
DriveCyclePIDControlSettings
Declaration
public PIDControlSettings DriveCyclePIDControlSettings { get; }
Property Value
Type | Description |
---|---|
PIDControl |
LoadCase
Declaration
public StaticLoadCase LoadCase { get; }
Property Value
Type | Description |
---|---|
Static |
MaxBrakeForce
Measurement: Force
Declaration
public double MaxBrakeForce { get; set; }
Property Value
Type | Description |
---|---|
System. |
OilInitialTemperature
Measurement: Temperature
Declaration
public double OilInitialTemperature { get; set; }
Property Value
Type | Description |
---|---|
System. |
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
Type | Description |
---|---|
Overridable<System. |
RoadInclineInputValues
Declaration
public AngleInputComponent RoadInclineInputValues { get; }
Property Value
Type | Description |
---|---|
Angle |
SuperchargerRotorSets
Declaration
public ReadOnlyCollection<CylindricalGearSetLoadCase> SuperchargerRotorSets { get; }
Property Value
Type | Description |
---|---|
System. |
TargetVehicleSpeed
Declaration
public VelocityInputComponent TargetVehicleSpeed { get; }
Property Value
Type | Description |
---|---|
Velocity |
Implements
System.IEquatable<T>