calculate_engine_speeds_out

calculate_engine_speeds_out(on_engine, idle_engine_speed, engine_speeds_out_hot, *delta_speeds)[source]

Calculates the engine speed [RPM].

Parameters:
  • on_engine (numpy.array) – If the engine is on [-].
  • idle_engine_speed ((float, float)) – Idle engine speed and its standard deviation [RPM].
  • engine_speeds_out_hot (numpy.array) – Engine speed at hot condition [RPM].
Returns:

Engine speed [RPM].

Return type:

numpy.array