calculate_motor_p3_maximum_power

calculate_motor_p3_maximum_power(motor_p3_rated_speed, motor_p3_maximum_torque)[source]

Calculate the maximum power of motor P3 [kW].

Parameters:
  • motor_p3_rated_speed (float) – Rated speed of motor P3 [RPM].
  • motor_p3_maximum_torque (float) – Maximum torque of motor P3 [N*m].
Returns:

Maximum power of motor P3 [kW].

Return type:

float