calculate_r_dynamic

calculate_r_dynamic(r_wheels, tyre_dynamic_rolling_coefficient)[source]

Calculates the dynamic radius of the wheels [m].

Parameters:
  • r_wheels (float) – Radius of the wheels [m].
  • tyre_dynamic_rolling_coefficient (float) – Dynamic rolling coefficient [-].
Returns:

Dynamic radius of the wheels [m].

Return type:

float