Class AnalysisTransientBatch
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The handling transient batch analysis class
public class AnalysisTransientBatch : TireAnalysisBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← TireAnalysisBase ← AnalysisTransientBatch
Implements
IHasInitialVel
Inherited Members
TireAnalysisBase.GetConvertUnitToMMKS(VelocityUnitType), TireAnalysisBase.GetTestRigMotionUSUBArgumentCore(string, string, AnalysisInfo, string[]), TireAnalysisBase.TypeOfSimulation, TireAnalysisBase.InitialVelocity, AnalysisBase.m_pLnkContainer, AnalysisBase.SetModified(), AnalysisBase.GetTestRigMotionUSUBArgument(string[]), AnalysisBase.GetConvertUnit(LengthUnitType), AnalysisBase.GetGravity(), AnalysisBase.GetConvertUnit(VelocityUnitType), AnalysisBase.GetConvertUnit(AccelerationUnitType), AnalysisBase.IsSim
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
AnalysisTransientBatch()
Initializes a new instance of the
public AnalysisTransientBatch()
AnalysisTransientBatch(ILinkContainer)
Initializes a new instance of the
public AnalysisTransientBatch(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
AngleUnitType
Gets or sets the angle unit.
public AngleUnitType AngleUnitType { get; set; }
Property Value
InitialVelocity
Gets the initial velocity.
protected override double InitialVelocity { get; }
Property Value
IsLateral
Gets or sets a value indicating whether [use lateral].
public bool IsLateral { get; set; }
Property Value
IsLongitudinal
Gets or sets a value indicating whether [use longitudinal].
public bool IsLongitudinal { get; set; }
Property Value
LateralInfo
Gets or sets the lateral.
public AnalysisInfo LateralInfo { get; set; }
Property Value
LongitudinalInfo
Gets or sets the longitudinal.
public AnalysisInfo LongitudinalInfo { get; set; }
Property Value
TypeOfSimulation
Gets the type of simulation.
public override TireAnalysisBase.SimulationType TypeOfSimulation { get; }
Property Value
TireAnalysisBase.SimulationType
VelocityUnitType
Gets or sets the velocity unit.
public VelocityUnitType VelocityUnitType { get; set; }
Property Value
Methods
GetTestRigMotionUSUBArgument(string[])
Gets the test-rig motion USUB argument.
public override void GetTestRigMotionUSUBArgument(string[] arParameter)
Parameters
arParameter string[]
The parameter array.
GetTestRigMotionUSUBArgument(BatchType, string[])
Gets the test rig motion USUB argument.
public void GetTestRigMotionUSUBArgument(AnalysisTransientBatch.BatchType type, string[] arParameter)
Parameters
type AnalysisTransientBatch.BatchType
The type.
arParameter string[]
The ar parameter.