We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a reason why the vertical tail noise is not included in SPL_total in noise_airframe_Fink.py l.189 + 190?
SPL_total = 10.np.log10(10.0*(0.1SPL_wing)+10.0**(0.1SPLht)+10**(0.1SPL_flap)+ 10.0**(0.1SPL_slat)+10.0**(0.1SPL_main_landing_gear)+10.0**(0.1SPL_nose_landing_gear))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is there a reason why the vertical tail noise is not included in SPL_total in noise_airframe_Fink.py l.189 + 190?
Total Airframe Noise
SPL_total = 10.np.log10(10.0*(0.1SPL_wing)+10.0**(0.1SPLht)+10**(0.1SPL_flap)+
10.0**(0.1SPL_slat)+10.0**(0.1SPL_main_landing_gear)+10.0**(0.1SPL_nose_landing_gear))
The text was updated successfully, but these errors were encountered: