calculate_motor_p3_maximum_torque

calculate_motor_p3_maximum_torque(motor_p3_maximum_power, motor_p3_rated_speed)[source]

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

Parameters:
  • motor_p3_maximum_power (float) – Maximum power of motor P3 [kW].
  • motor_p3_rated_speed (float) – Rated speed of motor P3 [RPM].
Returns:

Maximum torque of motor P3 [N*m].

Return type:

float