calculate_engine_inertia_powers_losses

calculate_engine_inertia_powers_losses(times, engine_speeds_out, engine_moment_inertia)[source]

Calculates the engine power losses due to inertia [kW].

Parameters:
  • times (numpy.array) – Time vector [s].
  • engine_moment_inertia (float) – Engine moment of inertia [kg*m2].
  • engine_speeds_out (numpy.array) – Engine speed [RPM].
Returns:

Engine power losses due to inertia [kW].

Return type:

numpy.array