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 |
---|---|
RootAssembly |
BrakeForceGain
Declaration
public double BrakeForceGain { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
BrakeForceInputValues
Declaration
public ForceInputComponent BrakeForceInputValues { get; }
Property Value
Type | Description |
---|---|
ForceInputComponent |
DriveCyclePIDControlSettings
Declaration
public PIDControlSettings DriveCyclePIDControlSettings { get; }
Property Value
Type | Description |
---|---|
PIDControlSettings |
LoadCase
Declaration
public StaticLoadCase LoadCase { get; }
Property Value
Type | Description |
---|---|
StaticLoadCase |
MaxBrakeForce
Measurement: Force
Declaration
public double MaxBrakeForce { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
OilInitialTemperature
Measurement: Temperature
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
Type | Description |
---|---|
Overridable<System.Double> |
RoadInclineInputValues
Declaration
public AngleInputComponent RoadInclineInputValues { get; }
Property Value
Type | Description |
---|---|
AngleInputComponent |
SuperchargerRotorSets
Declaration
public ReadOnlyCollection<CylindricalGearSetLoadCase> SuperchargerRotorSets { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<CylindricalGearSetLoadCase> |
TargetVehicleSpeed
Declaration
public VelocityInputComponent TargetVehicleSpeed { get; }
Property Value
Type | Description |
---|---|
VelocityInputComponent |
Implements
System.IEquatable<T>