Class TireAnalysisBase
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The tire analysis base class
public abstract class TireAnalysisBase : AnalysisBase, IHasInitialVel
Inheritance
object ← AnalysisBase ← TireAnalysisBase
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
Constructors
TireAnalysisBase()
Initializes a new instance of the
public TireAnalysisBase()
TireAnalysisBase(ILinkContainer)
Initializes a new instance of the
public TireAnalysisBase(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
InitialVelocity
Gets the initial velocity.
protected virtual double InitialVelocity { get; }
Property Value
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
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.