calculate_engine_speeds_out

calculate_engine_speeds_out(motor_p1_speeds, motor_p1_speed_ratio=1)[source]

Calculates the engine speed [RPM].

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

Engine speed [RPM].

Return type:

numpy.array | float