calculate_gear_box_powers_in

calculate_gear_box_powers_in(gear_box_torques_in, gear_box_speeds_in)[source]

Calculates gear box power [kW].

Parameters:
  • gear_box_torques_in (numpy.array | float) – Torque at the wheel [N*m].
  • gear_box_speeds_in (numpy.array | float) – Rotating speed of the wheel [RPM].
Returns:

Gear box power [kW].

Return type:

numpy.array | float