Skip to main content

Motion Standalone Preprocessor C# library 2025 R1

Class AnalysisPowerOffCornering

Last update: 16.07.2025

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

The power-off cornering analysis class

public class AnalysisPowerOffCornering : CorneringBase, IHasInitialVel, IHasLengthUnitType

Inheritance

objectAnalysisBaseFullCarAnalysisBaseCorneringBaseAnalysisPowerOffCornering

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

Constructors

AnalysisPowerOffCornering()

Initializes a new instance of the class.

public AnalysisPowerOffCornering()

Initializes a new instance of the class.

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

double

DelayOfThrottle

Gets or sets the throttle delay.

public double DelayOfThrottle { get; set; }

Property Value

double

InitialVelocityCornering

Gets or sets the initial velocity.

public override double InitialVelocityCornering { get; }

Property Value

double

IsDisengageClutchDuringPowerOff

Gets or sets a value indicating whether [disengage clutch during power off].

public bool IsDisengageClutchDuringPowerOff { get; set; }

Property Value

bool

LateralAcc

Gets or sets the lateral acceleration.

public double LateralAcc { get; set; }

Property Value

double

SteeringInputType

Gets or sets the steering input.

public CorneringSteeringInputType SteeringInputType { get; set; }

Property Value

CorneringSteeringInputType

StepDurationOfClutch

Gets or sets the duration of the clutch step.

public double StepDurationOfClutch { get; set; }

Property Value

double

StepDurationOfThrottle

Gets or sets the duration of the throttle step.

public double StepDurationOfThrottle { get; set; }

Property Value

double

TireRadiusPosition

Gets the tire radius position.

public override int TireRadiusPosition { get; }

Property Value

int

TurnRadius

Gets or sets the turn radius.

public double TurnRadius { get; set; }

Property Value

double

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.

Connect with Ansys