CarCalculator:GetBrakingForces()

From Automation Game Wiki
Revision as of 18:47, 4 November 2021 by Caswal (talk | contribs) (Created page with "CarCalculator:GetBrakingForces() returns 2 tables, braking (front, rear) data that is used in a lot of the internal simulations. === Front Table Values: === *A_Pf (numer...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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