calculate_f0

calculate_f0(vehicle_mass, rolling_resistance_coeff)[source]

Calculates rolling resistance [N].

Parameters:
  • vehicle_mass (float) – Vehicle mass [kg].
  • rolling_resistance_coeff (float) – Rolling resistance coefficient [-].
Returns:

Rolling resistance force [N] when angle_slope == 0.

Return type:

float