CarCalculator:GetBrakingForces()

From Automation Game Wiki

CarCalculator:GetBrakingForces() returns 2 tables, braking (front, rear) data that is used in a lot of the internal simulations.

Front Table Values:

  • A_Pf (numeric) [mm^2] --- Area of Caliper
  • r_bf (numeric) [m] --- Rotor Radius to centre of Brake pad
  • u_bf (numeric) --- Friction coefficient brakes
  • M_bf (numeric) [N] --- Maximum braking force
  • BrakingTorque (numeric) [Nm] --- Maximum braking torque

Rear Table Values:

  • A_Pr (numeric) [mm^2] --- Area of Caliper
  • r_br (numeric) [m] --- Rotor Radius to centre of Brake pad
  • u_br (numeric) --- Friction coefficient brakes
  • M_br (numeric) [N] --- Maximum braking force
  • BrakingTorque (numeric) [Nm] --- Maximum braking torque