calculate_motor_p2_maximum_torque

calculate_motor_p2_maximum_torque(motor_p2_maximum_power, motor_p2_rated_speed)[source]

Calculate the maximum torque of motor P2 [N*m].

Parameters:
  • motor_p2_maximum_power (float) – Maximum power of motor P2 [kW].
  • motor_p2_rated_speed (float) – Rated speed of motor P2 [RPM].
Returns:

Maximum torque of motor P2 [N*m].

Return type:

float