Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class AnalysisTransientBatch

Last update: 16.07.2025

Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll

The handling transient batch analysis class

public class AnalysisTransientBatch : TireAnalysisBase, IHasInitialVel

Inheritance

objectAnalysisBaseTireAnalysisBaseAnalysisTransientBatch

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(object, LinkPropertyType)

Constructors

AnalysisTransientBatch()

Initializes a new instance of the class.

public AnalysisTransientBatch()

Initializes a new instance of the class.

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

AngleUnitType

InitialVelocity

Gets the initial velocity.

protected override double InitialVelocity { get; }

Property Value

double

IsLateral

Gets or sets a value indicating whether [use lateral].

public bool IsLateral { get; set; }

Property Value

bool

IsLongitudinal

Gets or sets a value indicating whether [use longitudinal].

public bool IsLongitudinal { get; set; }

Property Value

bool

LateralInfo

Gets or sets the lateral.

public AnalysisInfo LateralInfo { get; set; }

Property Value

AnalysisInfo

LongitudinalInfo

Gets or sets the longitudinal.

public AnalysisInfo LongitudinalInfo { get; set; }

Property Value

AnalysisInfo

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

VelocityUnitType

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.

Connect with Ansys