calculate_engine_speeds_out

calculate_engine_speeds_out(motor_p0_speeds, motor_p0_speed_ratio=3)[source]

Calculates the engine speed [RPM].

Parameters:
  • motor_p0_speeds (numpy.array | float) – Rotating speed of motor P0 [RPM].
  • motor_p0_speed_ratio (float) – Ratio between motor P0 speed and engine speed [-].
Returns:

Engine speed [RPM].

Return type:

numpy.array | float