calculate_aerodynamic_resistances

calculate_aerodynamic_resistances(f2, velocities)[source]

Calculates the aerodynamic resistances of the vehicle [N].

Parameters:
  • f2 (float) – As used in the dyno and defined by respective guidelines [N/(km/h)^2].
  • velocities (numpy.array | float) – Velocity vector [km/h].
Returns:

Aerodynamic resistance vector [N].

Return type:

numpy.array | float