calibrate_drive_battery_model

calibrate_drive_battery_model(service_battery_model, initial_drive_battery_state_of_charge, drive_battery_capacity, drive_battery_n_parallel_cells, drive_battery_n_series_cells, drive_battery_currents, dcdc_converter_efficiency, drive_battery_load, drive_battery_voltages)[source]

Calibrate the drive battery current model.

Parameters:
  • service_battery_model (ServiceBatteryModel) – Service battery model.
  • initial_drive_battery_state_of_charge (float) – Initial state of charge of the drive battery [%].
  • drive_battery_capacity (float) – Drive battery capacity [Ah].
  • drive_battery_n_parallel_cells (int) – Number of battery cells in parallel [-].
  • drive_battery_n_series_cells (int) – Number of battery cells in series [-].
  • drive_battery_currents (numpy.array) – Drive battery current vector [A].
  • dcdc_converter_efficiency (float) – DC/DC converter efficiency [-].
  • drive_battery_load (float) – Drive electric load [kW].
  • drive_battery_voltages (numpy.array) – Drive battery voltage [V].
Returns:

Drive battery current model.

Return type:

DriveBatteryModel