calculate_motor_p0_rated_speed

calculate_motor_p0_rated_speed(motor_p0_maximum_power, motor_p0_maximum_torque)[source]

Calculate the rated speed of motor P0 [RPM].

Parameters:
  • motor_p0_maximum_power (float) – Maximum power of motor P0 [kW].
  • motor_p0_maximum_torque (float) – Maximum torque of motor P0 [N*m].
Returns:

Rated speed of motor P0 [RPM].

Return type:

float