define_serial_motor_maximum_power_function

define_serial_motor_maximum_power_function(motor_p2_planetary_maximum_power_function, planetary_ratio, motor_p1_maximum_power_function, motor_p0_maximum_power_function, motor_p2_planetary_speed_ratio, motor_p1_speed_ratio, motor_p0_speed_ratio)[source]

Define serial motor maximum power function.

Parameters:
  • motor_p2_planetary_maximum_power_function (function) – Maximum power function of planetary motor P2.
  • planetary_ratio (float) – Fundamental planetary speed ratio [-].
  • motor_p2_planetary_speed_ratio (float) – Ratio between planetary motor P2 speed and planetary speed [-].
  • motor_p1_maximum_power_function (function) – Maximum power function of motor P1.
  • motor_p1_speed_ratio (float) – Ratio between motor P1 speed and engine speed [-].
  • motor_p0_maximum_power_function (function) – Maximum power function of motor P0.
  • motor_p0_speed_ratio (float) – Ratio between motor P0 speed and engine speed [-].
Returns:

Serial motor maximum power function.

Return type:

function