Class AnalysisPowerOffCornering
Last update: 16.07.2025Namespace: VM.Managed.DAFUL.Car
Assembly: VMDCar.dll
The power-off cornering analysis class
public class AnalysisPowerOffCornering : CorneringBase, IHasInitialVel, IHasLengthUnitType
Inheritance
object ← AnalysisBase ← FullCarAnalysisBase ← CorneringBase ← AnalysisPowerOffCornering
Implements
IHasInitialVel, IHasLengthUnitType
Inherited Members
CorneringBase.GetTestRigMotionUSUBArgument(string[]), CorneringBase.EntityDistance, CorneringBase.DistanceUnitType, CorneringBase.TimeOfSettle, CorneringBase.TurnDirectionType, CorneringBase.InitialVelocityCornering, FullCarAnalysisBase.IsQuasiStaticStraightLineSetup, FullCarAnalysisBase.RoadFile, FullCarAnalysisBase.GearPositionType, FullCarAnalysisBase.TireRadiusPosition, 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
AnalysisPowerOffCornering()
Initializes a new instance of the
public AnalysisPowerOffCornering()
AnalysisPowerOffCornering(ILinkContainer)
Initializes a new instance of the
public AnalysisPowerOffCornering(ILinkContainer lnkContainer)
Parameters
lnkContainer ILinkContainer
The link container.
Properties
DelayOfClutch
Gets or sets the clutch delay.
public double DelayOfClutch { get; set; }
Property Value
DelayOfThrottle
Gets or sets the throttle delay.
public double DelayOfThrottle { get; set; }
Property Value
InitialVelocityCornering
Gets or sets the initial velocity.
public override double InitialVelocityCornering { get; }
Property Value
IsDisengageClutchDuringPowerOff
Gets or sets a value indicating whether [disengage clutch during power off].
public bool IsDisengageClutchDuringPowerOff { get; set; }
Property Value
LateralAcc
Gets or sets the lateral acceleration.
public double LateralAcc { get; set; }
Property Value
SteeringInputType
Gets or sets the steering input.
public CorneringSteeringInputType SteeringInputType { get; set; }
Property Value
StepDurationOfClutch
Gets or sets the duration of the clutch step.
public double StepDurationOfClutch { get; set; }
Property Value
StepDurationOfThrottle
Gets or sets the duration of the throttle step.
public double StepDurationOfThrottle { get; set; }
Property Value
TireRadiusPosition
Gets the tire radius position.
public override int TireRadiusPosition { get; }
Property Value
TurnRadius
Gets or sets the turn radius.
public double TurnRadius { get; set; }
Property Value
UnitOfLength
Gets or sets the length unit.
public LengthUnitType UnitOfLength { get; set; }
Property Value
LengthUnitType
Methods
GetTestRigMotionUSUBArgument(string[])
Gets the test-rig motion USUB argument.
public override void GetTestRigMotionUSUBArgument(string[] arParameter)
Parameters
arParameter string[]
The parameter array.