correct_gear_box_torque_in

correct_gear_box_torque_in(gear_box_torque, gear_box_torque_in, gear, gear_box_ratios)[source]

Corrects the torque when the gear box ratio is equal to 1.

Parameters:
  • gear_box_torque (float) – Torque gear_box [N*m].
  • gear_box_torque_in (float) – Torque required [N*m].
  • gear (int) – Gear [-].
  • gear_box_ratios (dict[int, float | int]) – Gear box ratios [-].
Returns:

Corrected torque required [N*m].

Return type:

float