RCAIDE.Library.Methods.Aeroacoustics.Semi_Empirical.Turbofan.mixed_noise_component

mixed_noise_component#

Functions

mixed_noise_component(Velocity_primary, ...)

This function calculates the noise contribution of the mixed jet component.

mixed_noise_component(Velocity_primary, theta_m, sound_ambient, Velocity_secondary, Velocity_aircraft, Area_primary, Area_secondary, DSPL_m, EX_m, Str_m, Velocity_mixed, XBPR)[source]#

This function calculates the noise contribution of the mixed jet component.

Parameters:
  • Velocity_primary (float) – Velocity of the primary jet [m/s].

  • theta_m (float) – Angle for the mixed jet [rad].

  • sound_ambient (float) – Ambient sound level [SPL].

  • Velocity_secondary (float) – Velocity of the secondary jet [m/s].

  • Velocity_aircraft (float) – Velocity of the aircraft [m/s].

  • Area_primary (float) – Area of the primary jet [m^2].

  • Area_secondary (float) – Area of the secondary jet [m^2].

  • DSPL_m (float) – Decibel Sound Pressure Level for the mixed jet [SPL].

  • EX_m (float) – Excess noise level for the mixed jet.

  • Str_m (float) – Strouhal number for the mixed jet.

  • Velocity_mixed (float) – Velocity of the mixed jet [m/s].

  • XBPR (float) – Bypass ratio adjustment factor.

Returns:

SPL_m – Sound Pressure Level for the mixed jet component [dB].

Return type:

float

Notes

The function uses semi-empirical methods to calculate the noise contribution of the mixed jet component.

Definitions

‘SPL_m’

Sound Pressure Level for the mixed jet component.

References

[1] SAE ARP876D: Gas Turbine Jet Exhaust Noise Prediction (original) [2] de Almeida, Odenir. “Semi-empirical methods for coaxial jet noise prediction.” (2008). (adapted)