identify_r_dynamic

identify_r_dynamic(velocity_speed_ratios, gear_box_ratios, final_drive_ratios)[source]

Identifies the dynamic radius of the wheels [m].

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

Dynamic radius of the wheels [m].

Return type:

float