calculate_maximum_velocity_v2

calculate_maximum_velocity_v2(full_load_curve, final_drive_ratios, road_loads, r_dynamic, last_gear_box_ratio)[source]

Calculates the maximum velocity from full load curve.

Parameters:
  • full_load_curve (function) – Vehicle full load curve.
  • final_drive_ratios (dict[int, float | int]) – Final drive ratios [-].
  • road_loads (list, tuple) – Cycle road loads [N, N/(km/h), N/(km/h)^2].
  • r_dynamic (float) – Dynamic radius of the wheels [m].
  • last_gear_box_ratio (float) – Gear box ratio of the last gear [-].
Returns:

Maximum velocity [km/h].

Returns:

float