calculate_engine_speed_at_max_velocity

calculate_engine_speed_at_max_velocity(r_dynamic, final_drive_ratios, last_gear_box_ratio, maximum_velocity)[source]

Calculates the maximum velocity from full load curve.

Parameters:
  • r_dynamic (float | numpy.array) – Dynamic radius of the wheels [m].
  • final_drive_ratios (dict[int, float | int]) – Final drive ratios [-].
  • last_gear_box_ratio (float | numpy.array) – Gear box ratio of the last gear [-].
  • maximum_velocity (float | numpy.array) – Maximum velocity [km/h].
Returns:

Engine speed at maximum velocity [RPM].

Returns:

float