calibrate_start_stop_hybrid_params

calibrate_start_stop_hybrid_params(ems_model, dcdc_converter_efficiency, starter_model, ems_data, on_engine, drive_battery_state_of_charges, after_treatment_warm_up_phases)[source]

Calibrate start stop model for hybrid electric vehicles.

Parameters:
  • ems_model (EMS) – Energy Management Strategy model.
  • starter_model (StarterModel) – Starter model.
  • dcdc_converter_efficiency (float) – DC/DC converter efficiency [-].
  • ems_data (dict) – EMS decision data.
  • on_engine (numpy.array) – If the engine is on [-].
  • drive_battery_state_of_charges (numpy.array) – State of charge of the drive battery [%].
  • after_treatment_warm_up_phases (numpy.array) – Phases when engine is affected by the after treatment warm up [-].
Returns:

Params of start stop model for hybrid electric vehicles.

Return type:

dict