Table of Contents

Struct Wheel

Namespace
rF2SharedMemoryNet.RF2Data.Structs
Assembly
rF2SharedMemoryNet.dll

Represents detailed telemetry data for a single wheel in the rFactor 2 simulation.

public struct Wheel
Inherited Members

Remarks

This structure provides various physical and dynamic properties of a wheel, including suspension deflection, ride height, forces, velocities, temperatures, and more. It is primarily used for analyzing wheel behavior and performance in the simulation environment.

Fields

BrakePressure

Normalized brake pressure, currently 0.0-1.0, depending on driver input and brake balance.

public double BrakePressure

Field Value

double

BrakeTemp

Brake temperature in celsius

public double BrakeTemp

Field Value

double

Camber

Camber angle in radians

public double Camber

Field Value

double

Remarks

Positive is left for left-side wheels, right for right-side wheels

Detached

Is wheel detached.

public byte Detached

Field Value

byte

Flat

Is tyre flat.

public byte Flat

Field Value

byte

GripFract

Fraction of the contact patch that is sliding

public double GripFract

Field Value

double

LateralForce

Lateral force in newtons

public double LateralForce

Field Value

double

LateralGroundVel

Lateral ground velocity at contact patch

public double LateralGroundVel

Field Value

double

LateralPatchVel

Lateral velocity at contact patch

public double LateralPatchVel

Field Value

double

LongitudinalForce

Longitudinal force in newtons

public double LongitudinalForce

Field Value

double

LongitudinalGroundVel

Longitudinal ground velocity at contact patch

public double LongitudinalGroundVel

Field Value

double

LongitudinalPatchVel

longitudinal velocity at contact patch

public double LongitudinalPatchVel

Field Value

double

Pressure

Tyre pressure in kPa

public double Pressure

Field Value

double

RideHeight

Ride height in meters

public double RideHeight

Field Value

double

Rotation

Rotation speed in radians per second

public double Rotation

Field Value

double

StaticUndeflectedRadius

Tyre radius in centimeters.

public byte StaticUndeflectedRadius

Field Value

byte

SurfaceType

Surface type under the wheel

public byte SurfaceType

Field Value

byte

Remarks

See SurfaceType for possible values.

SuspForce

Pushrod load in newtons

public double SuspForce

Field Value

double

SuspensionDeflection

Suspension deflection in meters

public double SuspensionDeflection

Field Value

double

Temperature

Tyre temperature in Kelvin

public double[] Temperature

Field Value

double[]

Remarks

Layout is left/center/right

TerrainName

Terrain name

public byte[] TerrainName

Field Value

byte[]

Remarks

A 16-byte array containing the terrain name, which is a prefix from the TDF file.

Toe

Toe angle with relation to vehicle

public double Toe

Field Value

double

TyreCarcassTemperature

Represents the rough average temperature of tyre carcass samples, measured in Kelvin.

public double TyreCarcassTemperature

Field Value

double

TyreInnerLayerTemperature

Rough average of temperature samples from the innermost layer of rubber (before carcass), measured in Kelvin.

public double[] TyreInnerLayerTemperature

Field Value

double[]

TyreLoad

Tyre load in newtons

public double TyreLoad

Field Value

double

VerticalTyreDeflection

Represents the vertical deflection of a tyre from its speed-sensitive radius.

public double VerticalTyreDeflection

Field Value

double

Wear

Tyre wear in fraction

public double Wear

Field Value

double

mWheelYLocation

Wheel's y location relative to the vehicle's y location.

public double mWheelYLocation

Field Value

double