calculate_motor_p1_maximum_torque

calculate_motor_p1_maximum_torque(motor_p1_maximum_power, motor_p1_rated_speed)[source]

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

Parameters:
  • motor_p1_maximum_power (float) – Maximum power of motor P1 [kW].
  • motor_p1_rated_speed (float) – Rated speed of motor P1 [RPM].
Returns:

Maximum torque of motor P1 [N*m].

Return type:

float