Table of Contents

Class JBeamPressureWheelOptions

Namespace
LibreRally.Vehicle.JBeam
Assembly
LibreRally.dll

Options for pressure-based wheels, influence tyre physics and dimensions.

public class JBeamPressureWheelOptions
Inheritance
JBeamPressureWheelOptions
Inherited Members

Properties

FrictionCoef

Friction coefficient multiplier.

public float? FrictionCoef { get; init; }

Property Value

float?

FullLoadCoef

Full-load asymptotic friction coefficient.

public float? FullLoadCoef { get; init; }

Property Value

float?

HasTire

Whether the wheel has a tyre attached.

public bool? HasTire { get; init; }

Property Value

bool?

HubRadius

Hub radius in metres.

public float? HubRadius { get; init; }

Property Value

float?

HubWidth

Hub width in metres.

public float? HubWidth { get; init; }

Property Value

float?

LoadSensitivitySlope

Load-sensitivity slope for friction.

public float? LoadSensitivitySlope { get; init; }

Property Value

float?

NoLoadCoef

Zero-load friction coefficient.

public float? NoLoadCoef { get; init; }

Property Value

float?

PressurePsi

Tyre inflation pressure in PSI.

public float? PressurePsi { get; init; }

Property Value

float?

Radius

Tyre radius in metres.

public float? Radius { get; init; }

Property Value

float?

SlidingFrictionCoef

Sliding friction coefficient multiplier.

public float? SlidingFrictionCoef { get; init; }

Property Value

float?

SoftnessCoef

Tyre softness coefficient.

public float? SoftnessCoef { get; init; }

Property Value

float?

TireWidth

Tyre width in metres.

public float? TireWidth { get; init; }

Property Value

float?

TreadCoef

Tread pattern influence coefficient.

public float? TreadCoef { get; init; }

Property Value

float?

WheelOffset

Wheel lateral offset.

public float? WheelOffset { get; init; }

Property Value

float?