calculate_r_wheels

calculate_r_wheels(tyre_dimensions)[source]

Calculates the radius of the wheels [m] from the tyre dimensions.

Parameters:tyre_dimensions (dict) –

Tyre dimensions.

Note

The fields are : use, nominal_section_width, aspect_ratio, carcass, diameter, load_index, speed_rating, and additional_marks.

Returns:Radius of the wheels [m].
Return type:float