calculate_maximum_velocity

calculate_maximum_velocity(full_load_curve, road_loads, speed_velocity_ratios)[source]

Calculates the maximum velocity from full load curve.

Parameters:
  • full_load_curve (function) – Vehicle full load curve.
  • road_loads (list, tuple) – Cycle road loads [N, N/(km/h), N/(km/h)^2].
  • speed_velocity_ratios (dict[int | float]) – Speed velocity ratios of the gear box [h*RPM/km].
Returns:

Maximum velocity and gear at maximum velocity [km/h, -].

Returns:

float, int