calculate_gear_box_ratios

calculate_gear_box_ratios(velocity_speed_ratios, final_drive_ratios, r_dynamic)[source]

Calculates gear box ratios [-].

Parameters:
  • velocity_speed_ratios (dict[int | float]) – Constant velocity speed ratios of the gear box [km/(h*RPM)].
  • final_drive_ratios (dict[int, float | int]) – Final drive ratios [-].
  • r_dynamic (float) – Dynamic radius of the wheels [m].
Returns:

Gear box ratios [-].

Return type:

dict