cfm56.py

openconcept.propulsion.cfm56.CFM56(num_nodes=1, plot=False)

Returns OpenMDAO component for engine deck to model CFM56 turbofan.

Inputs:
  • throttle (float) – Engine throttle. Controls power and fuel flow. Produces 100% of rated power at throttle = 1. Should be in range 0 to 1 or slightly above 1. (vector, dimensionless)

  • fltcond|h (float) – Altitude (vector, dimensionless)

  • fltcond|M (float) – Mach number (vector, dimensionless)

Outputs:
  • thrust (float) – Thrust developed by the engine (vector, lbf)

  • fuel_flow (float) – Fuel flow consumed (vector, lbm/s)

  • T4 (float) – Turbine inlet temperature (vector, Rankine)

Options:

num_nodes (int) – Number of analysis points to run (sets vec length; default 1)