hybridΒΆ

Functions and dsp model to model the Energy Management System.

Functions

calculate_ems_data Calculate EMS decision data.
calculate_engine_speeds_parallel Calculate hypothetical engine speed in parallel mode [RPM].
calculate_engine_speeds_parallel_v1 Calculate hypothetical engine speed [RPM].
calculate_hybrid_modes Calculate the hybrid mode status (0: EV, 1: Parallel, 2: Serial).
calibrate_ems_model Calibrate Energy Management Strategy model.
calibrate_start_stop_hybrid_params Calibrate start stop model for hybrid electric vehicles.
default_start_stop_activation_time Returns the default start stop activation time threshold [s].
define_drive_line_efficiencies Defines drive line efficiencies vector.
define_ems_model Define Energy Management Strategy model.
define_engine_power_losses_function Define engine power losses function.
define_fuel_map_model Define the fuel map model.
define_hev_power_model Define Hybrid Electric Vehicle power balance model.
define_motors_maximums_powers Defines maximum powers of electric motors [kW].
define_serial_motor_maximum_power_function Define serial motor maximum power function.
define_start_stop_hybrid Defines start stop model for hybrid electric vehicles.
get_force_on_engine Returns the phases when engine is on because parallel mode is forced [-].
identify_after_treatment_warm_up_phases Identifies after treatment warm up phase.
identify_engine_speeds_base Identify the engine speed at hot condition [RPM].
identify_engine_speeds_out_hot Predicts the engine speed at hot condition [RPM].
identify_hybrid_modes Identify the hybrid mode status (0: EV, 1: Parallel, 2: Serial).
identify_motors_electric_powers Identify motors electric power split [kW].
identify_motors_electric_powers_v1 Identify motors electric power split [kW].
identify_on_engine Identifies if the engine is on [-].
predict_engine_speeds_out_hot Predicts the engine speed at hot condition [RPM].
predict_hybrid_modes Predicts the hybrid mode status (0: EV, 1: Parallel, 2: Serial).
predict_motors_electric_powers Predicts motors electric power split [kW].

Classes

EMS
FuelMapModel
HEV
StartStopHybrid

Dispatchers

dsp Models the Energy Management System.