define_motors_maximums_powers

define_motors_maximums_powers(motor_p4_front_maximum_powers, motor_p4_rear_maximum_powers, motor_p3_front_maximum_powers, motor_p3_rear_maximum_powers, motor_p2_maximum_powers, engine_speeds_parallel, final_drive_speeds_in, motor_p2_planetary_maximum_power_function, planetary_ratio, motor_p2_planetary_speed_ratio, motor_p1_maximum_power_function, motor_p1_speed_ratio, motor_p0_maximum_power_function, motor_p0_speed_ratio)[source]

Defines maximum powers of electric motors [kW].

Parameters:
  • motor_p4_front_maximum_powers (numpy.array) – Maximum power vector of motor P4 front [kW].
  • motor_p4_rear_maximum_powers (numpy.array) – Maximum power vector of motor P4 rear [kW].
  • motor_p3_front_maximum_powers (numpy.array) – Maximum power vector of motor P3 front [kW].
  • motor_p3_rear_maximum_powers (numpy.array) – Maximum power vector of motor P3 rear [kW].
  • motor_p2_maximum_powers (numpy.array) – Maximum power vector of motor P2 [kW].
  • engine_speeds_parallel (numpy.array) – Hypothetical engine speed in parallel mode [RPM].
  • final_drive_speeds_in (numpy.array) – Final drive speed in [RPM].
  • 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:

Maximum powers of electric motors [kW].

Return type:

numpy.array