calculate_f2

calculate_f2(air_density, aerodynamic_drag_coefficient, frontal_area, has_roof_box)[source]

Calculates the f2 coefficient [N/(km/h)^2].

Parameters:
  • air_density (float) – Air density [kg/m3].
  • aerodynamic_drag_coefficient (float) – Aerodynamic drag coefficient [-].
  • frontal_area (float) – Frontal area of the vehicle [m2].
  • has_roof_box (bool) – Has the vehicle a roof box? [-].
Returns:

As used in the dyno and defined by respective guidelines [N/(km/h)^2].

Return type:

float