Class JBeamTurboDefinition
- Namespace
- LibreRally.Vehicle.JBeam
- Assembly
- LibreRally.dll
Turbocharger definition parsed from a turbocharger section.
public class JBeamTurboDefinition
- Inheritance
-
JBeamTurboDefinition
- Inherited Members
Properties
FrictionCoef
Turbo friction coefficient.
public float FrictionCoef { get; init; }
Property Value
GammaIn
Input gas expansion ratio.
public float GammaIn { get; init; }
Property Value
GammaOut
Output gas expansion ratio.
public float GammaOut { get; init; }
Property Value
Inertia
Turbo rotational inertia.
public float Inertia { get; init; }
Property Value
PressureRatePsi
Pressure rate in PSI per unit of flow.
public float PressureRatePsi { get; init; }
Property Value
WastegatePressure
Wastegate pressure in PSI.
public float WastegatePressure { get; init; }