identify_service_battery_load

identify_service_battery_load(service_battery_loads, engine_powers_out, on_engine)[source]

Identifies service electric load (engine off and on) [kW].

Parameters:
  • service_battery_loads (numpy.array) – Service battery load vector [kW].
  • engine_powers_out (numpy.array) – Engine power vector [kW].
  • on_engine (numpy.array) – If the engine is on [-].
Returns:

Service electric load (engine off and on) [kW].

Return type:

float, float