Analysis of a Rotor Blade System using Blade Element Momentum Theory

Function to calculate the Power, Thrust and Figure of Merit of a rotor system.
10,6K Descargas
Actualizado 6 oct 2009

Ver licencia

The function is based on the mathematical treatment of rotating rotors in "Principles of Helicopter Aerodynamics" by Dr. J.Gordon Leishman

The numerical method does this by using Blade Element Momentum Theory (BEMT) to calculate the inflow along the length of the blade, then using that inflow and Lifting Line theory to calculate the local lift and drag on the blade.

The thrust and power are then calculated from the local values and summed along the length of the blades to give the totals.

This numerical method works for multiple blade configurations through the input parameter BChar, which is detailed in the header of the m-file.

This function has been used to form the basis of an optimisation problem used in the preliminary design of a rotary wing UAV.

Citar como

Stephen Bell (2025). Analysis of a Rotor Blade System using Blade Element Momentum Theory (https://la.mathworks.com/matlabcentral/fileexchange/21994-analysis-of-a-rotor-blade-system-using-blade-element-momentum-theory), MATLAB Central File Exchange. Recuperado .

Compatibilidad con la versión de MATLAB
Se creó con R14SP1
Compatible con cualquier versión
Compatibilidad con las plataformas
Windows macOS Linux
Categorías
Más información sobre Quadcopters and Drones en Help Center y MATLAB Answers.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Versión Publicado Notas de la versión
1.1.0.0

Updated to include an initialisation and run file that demonstrates how to call the function. Also corrected a minor bug in the code.

1.0.0.0