1. Blade element momentum (BEM) theory
Blade element momentum theory is a low-fidelity physics-based model that combines momentum theory with 2-D airfoil analysis to predict the performance of a propeller. Due to the underlying assumptions made in momentum theory, BEM theory should be applied primarily to axial flow conditions, in which the flow is mostly perpendicular to the rotor disk For applications with largely edgewise flow (i.e., the flow is parallel to the rotor disk), dynamic inflow models explained in the next sections should be used.
1.1. Momentum theory
The idea behind momentum theory is expressed visually in the figure below.
Thrust is computed by condsidering the change in (linear) momentum as the flow is accelerated through a so-called “stream tube”. The momentum equation in integral form simplifies to
The unkowns are \(u_x\) and \(u_x^{\prime}\), which are the axial velocities at the disk and the wake. One of the fundamental results of momentum theory is that, neglecting the effect of rotational induced velocities, the axial velocity at the disk \(u_x\) is the mean of the free stream velocity \(V_x\) and the axial velocity in the wake \(u_x^{\prime}\), such that
Solving for \(u_x^{\prime}\), we can substitute the expression into the integral equation and differentiate to obtain an expression for infinitesimal thrust \(dT\) as
where the non-dimensional induction factor \(a_x\) is related to the axial velocity at the rotor disk as
Going from the integral to the differential formulation introduces error as interactions between infinitesimal blade elements is neglected.
By considering the angular momentum balance, a similar expression can be derived for the infinitesimal torque of a rotor. The expression is
where \(u_{\theta}\) is the induced velocity in the tangential direction and \(V_{\theta}\) is the rotational speed (i.e., \(\Omega r\)). The tangential induction factor is given as \(a_{\theta} = \frac{u_{\theta}}{2V_{\theta}}\).
The equations for \(dT\) and \(dQ\) allow us to write the aerodynamic efficiency of a rotor element in terms of the induced velocities. By definition, efficiency is the ratio of the output power to the input power, leading to
1.2. Blade element theory
The equations for \(dT\) and \(dQ\) derived from momentum theory are in terms of two unknowns, the axial velocity at the disk \(u_x\) and the tangential-indcued velocity \(u_{\theta}\). Therefore, we cannot directly compute thrust and torque. To close the system, we introduce blade element theory. The idea is shown in the figure below.
In blade element theory, the rotor blade is discretized in the spanwise direction and each element is treated as a 2-D airfoil. The sectional thrust and torque can be written in terms of the sectional lift and drag, such that
Writing \(dL\) and \(dD\) in terms of the lift and drag coefficients, the expressions for sectional thrust and torque become
where, \(c\) is the airfoil chord length and \(C_x\), \(C_{\theta}\), and \(W\) are given by
It is important to note that \(\mathbf{C_l}\) and \(\mathbf{C_d}\) are functions of angle of attack, Reynolds number, and Mach number.
It is common to use a surrogate model to predict the lift and drag coefficients.
Often XFOIL is a good option to generate a comprehensive data set for training.
BladeAD provides built-in capability to train a 2-D (\(\alpha\) and \(Re\)) machine learning surrogate model based on XFOIL data that can be accessed via airfoil tools.
However, for a quick start, a 1-D airfoil model (linear lift, quadratic drag) can be used as a simple substituted.
BladeAD uses the Viterna method (see e.g., [MKSH17]) to extrapolate the airfoil polar to \(\pm90^{\circ}\) degrees.
This is particularly important since it is not uncommon for sections of the rotor blade to be stalled depending on the operating condition.
1.3. Combining blade element momentum (BEM) theory
Blade element theory gives us a second set of equations to solve for thrust and torque. By equating the expressions for sectional thrust \(dT\) and torque \(dQ\) derived from momentum and blade element theory, we can write the induced velocities as
where \(C_x\) and \(C_{\theta}\) are given above and \(\sigma\) is the sectional blade solidity, defined as \(\sigma = Bc/(2\pi r)\) for a rotor with \(B\) number of blades. The induced velocities \(u_x\) and \(u_{\theta}\) can be related the inflow geometry shown in the figure above by
This allows us to derive the following residual equation in terms of the inflow angle \(\phi\).
To solve for \(\phi\), we need to know how the chord length \(c\) as well as the local twist angle \(\theta\) vary along the blade. This is because \(C_l\) and \(C_d\) depend on the angle of attack \(\alpha\), which we can express as \(\alpha = \theta - \phi\). In addition, we also require knowledge of the lift and drag polar as explained previously. Assuming that we know these pieces of information, we can now solve for \(\phi\) via a bracketed search algorithm. It can be shown (see e.g., [Nin14, RH21]) that a bracketed search algorithm is guaranteed to converge for all reasonable operating conditions. After solving for \(\phi\), we use the equations for \(u_x\) and \(u_{\theta}\) to find the induced velocities, which allows us to use either the blade element or the momentum equations to compute thrust and torque.
1.4. Bibliography
- MKSH17
Faisal Mahmuddin, Syerly Klara, Husni Sitepu, and Surya Hariyanto. Airfoil lift and drag extrapolation with viterna and montgomerie methods. Energy Procedia, 105:811–816, 2017.
- Nin14
S Andrew Ning. A simple solution method for the blade element momentum equations with guaranteed convergence. Wind Energy, 17(9):1327–1345, 2014.
- RH21
Marius L Ruh and John T Hwang. Robust modeling and optimal design of rotors using blade element momentum theory. In AIAA Aviation 2021 forum, 2598. 2021.