predict_engine_speeds_out_hot

predict_engine_speeds_out_hot(ems_data, hybrid_modes, after_treatment_warm_up_phases, idle_engine_speed)[source]

Predicts the engine speed at hot condition [RPM].

Parameters:
  • ems_data (dict) – EMS decision data.
  • hybrid_modes (numpy.array) – Hybrid mode status (0: EV, 1: Parallel, 2: Serial).
  • after_treatment_warm_up_phases (numpy.array) – Phases when engine is affected by the after treatment warm up [-].
  • idle_engine_speed ((float, float)) – Engine speed idle median and std [RPM].
Returns:

Engine speed at hot condition [RPM].

Return type:

numpy.array