calculate_final_drive_powers_out

calculate_final_drive_powers_out(wheel_powers, motor_p4_front_powers, motor_p4_rear_powers)[source]

Calculate final drive power out [kW].

Parameters:
  • wheel_powers (numpy.array | float) – Power at the wheels [kW].
  • motor_p4_front_powers (numpy.array | float) – Power at motor P4 front [kW].
  • motor_p4_rear_powers (numpy.array | float) – Power at motor P4 rear [kW].
Returns:

Final drive power out [kW].

Return type:

numpy.array | float