Table of Contents

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

float

GammaIn

Input gas expansion ratio.

public float GammaIn { get; init; }

Property Value

float

GammaOut

Output gas expansion ratio.

public float GammaOut { get; init; }

Property Value

float

Inertia

Turbo rotational inertia.

public float Inertia { get; init; }

Property Value

float

PressureRatePsi

Pressure rate in PSI per unit of flow.

public float PressureRatePsi { get; init; }

Property Value

float

WastegatePressure

Wastegate pressure in PSI.

public float WastegatePressure { get; init; }

Property Value

float