Skip to main content

Motion Standalone Preprocessor C# library 2025 R2

Class TireAnalysisBase

Last update: 16.07.2025

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

The tire analysis base class

public abstract class TireAnalysisBase : AnalysisBase, IHasInitialVel

Inheritance

objectAnalysisBaseTireAnalysisBase

Derived

AnalysisRideDrum, AnalysisRideGeneral, AnalysisSteadyBatch, AnalysisSteadySingle, AnalysisTransientBatch, AnalysisTransientSingle

Implements

IHasInitialVel

Inherited Members

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

TireAnalysisBase()

Initializes a new instance of the class.

public TireAnalysisBase()

Initializes a new instance of the class.

public TireAnalysisBase(ILinkContainer lnkContainer)

Parameters

lnkContainer ILinkContainer

The link container.

Properties

InitialVelocity

Gets the initial velocity.

protected virtual double InitialVelocity { get; }

Property Value

double

TypeOfSimulation

Gets the type of simulation.

public virtual TireAnalysisBase.SimulationType TypeOfSimulation { get; }

Property Value

TireAnalysisBase.SimulationType

Methods

GetConvertUnitToMMKS(VelocityUnitType)

Gets the convert unit for velocity.

protected double GetConvertUnitToMMKS(VelocityUnitType type)

Parameters

type VelocityUnitType

The type.

Returns

double

GetTestRigMotionUSUBArgumentCore(string, string, AnalysisInfo, string[])

Gets the test rig motion USUB argument core.

protected void GetTestRigMotionUSUBArgumentCore(string strAnaCat, string strAnaType, AnalysisInfo info, string[] arParameter)

Parameters

strAnaCat string

The STR ana cat.

strAnaType string

Type of the STR ana.

info AnalysisInfo

The info.

arParameter string[]

The ar parameter.

Connect with Ansys