define_ems_model

define_ems_model(has_motor_p2_planetary, is_serial, drive_battery_model, hev_power_model, fuel_map_model, serial_motor_maximum_power_function, engine_power_losses_function, ecms_s)[source]

Define Energy Management Strategy model.

Parameters:
  • has_motor_p2_planetary (bool) – Has the vehicle a motor in planetary P2?
  • is_serial (bool) – Is the vehicle serial hybrid?
  • drive_battery_model (DriveBatteryModel) – Drive battery current model.
  • hev_power_model (HEV) – Hybrid Electric Vehicle power balance model.
  • fuel_map_model (FuelMapModel) – Fuel map model.
  • serial_motor_maximum_power_function (function) – Serial motor maximum power function.
  • engine_power_losses_function (function) – Engine power losses function.
  • ecms_s (tuple[float]) – Equivalent Consumption Minimization Strategy params.
Returns:

Energy Management Strategy model.

Return type:

EMS