RCAIDE.Library.Methods.Powertrain.Converters.Ducted_Fan.Performance.Blade_Element_Momentum_Theory.BEMT_performance

BEMT_performance#

BEMT_performance(ducted_fan, conditions)[source]#

Computes ducted fan performance characteristics Blade Element Momentum Theory (BEMT)

Parameters:
  • propulsor (Converter) – Ducted fan propulsor component containing the ducted fan

  • state (Conditions) – Mission segment state conditions

Returns:

Updates state.conditions.energy.converters[ducted_fan.tag] with computed performance data:
  • thrustarray(N,3)

    Thrust vector [N]

  • powerarray(N,1)

    Power required [W]

  • torquearray(N,1)

    Shaft torque [N-m]

  • momentarray(N,3)

    Moment vector [N-m]

  • efficiencyarray(N,1)

    Propulsive efficiency [-]

  • tip_macharray(N,1)

    Blade tip Mach number [-]

  • thrust_coefficientarray(N,1)

    Non-dimensional thrust coefficient [-]

  • power_coefficientarray(N,1)

    Non-dimensional power coefficient [-]

  • figure_of_meritarray(N,1)

    Hovering figure of merit [-] (BEMT only)

Return type:

None

Notes

Major Assumptions
  • Steady state operation

  • Incompressible flow for Rankine-Froude theory

  • Rigid blades

  • No blade-wake interaction

  • No ground effect