calculate_maximum_velocity_v1

calculate_maximum_velocity_v1(r_dynamic, final_drive_ratios, engine_speed_at_max_velocity, last_gear_box_ratio)[source]

Calculates the maximum velocity [km/h].

Parameters:
  • r_dynamic (float) – Dynamic radius of the wheels [m].
  • final_drive_ratios (dict[int, float | int]) – Final drive ratios [-].
  • engine_speed_at_max_velocity (float) – Engine speed at maximum velocity [RPM].
  • last_gear_box_ratio (float) – Gear box ratio of the last gear [-].
Returns:

Maximum velocity [km/h].

Returns:

float