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
FullLoadCoef
Full-load asymptotic friction coefficient.
public float? FullLoadCoef { get; init; }
Property Value
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
HubWidth
Hub width in metres.
public float? HubWidth { get; init; }
Property Value
LoadSensitivitySlope
Load-sensitivity slope for friction.
public float? LoadSensitivitySlope { get; init; }
Property Value
NoLoadCoef
Zero-load friction coefficient.
public float? NoLoadCoef { get; init; }
Property Value
PressurePsi
Tyre inflation pressure in PSI.
public float? PressurePsi { get; init; }
Property Value
Radius
Tyre radius in metres.
public float? Radius { get; init; }
Property Value
SlidingFrictionCoef
Sliding friction coefficient multiplier.
public float? SlidingFrictionCoef { get; init; }
Property Value
SoftnessCoef
Tyre softness coefficient.
public float? SoftnessCoef { get; init; }
Property Value
TireWidth
Tyre width in metres.
public float? TireWidth { get; init; }
Property Value
TreadCoef
Tread pattern influence coefficient.
public float? TreadCoef { get; init; }
Property Value
WheelOffset
Wheel lateral offset.
public float? WheelOffset { get; init; }