Analysis of a Rotor Blade System using Blade Element Momentum Theory

版本 1.1.0.0 (3.1 KB) 作者: Stephen Bell
Function to calculate the Power, Thrust and Figure of Merit of a rotor system.
10.6K 次下载
更新时间 2009/10/6

查看许可证

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.

引用格式

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

MATLAB 版本兼容性
创建方式 R14SP1
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Quadcopters and Drones 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
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