calculate_engine_speeds_base

calculate_engine_speeds_base(engine_speeds_out_hot, after_treatment_speeds_delta)[source]

Calculate base engine speed (i.e., without clutch/TC effect) [RPM].

Parameters:
  • engine_speeds_out_hot (numpy.array) – Engine speed at hot condition [RPM].
  • after_treatment_speeds_delta (numpy.array) – Engine speed delta due to the after treatment warm up [RPM].
Returns:

Base engine speed (i.e., without clutch/TC effect) [RPM].

Return type:

numpy.array