Wind Turbine Aerodynamics - 6 - Computational Fluid Dynamics

19 August 2026, Pascal Weihing

Introduction

actuator disk model ACD used to model general flow behaviour without any high resolution details gusts smaller than the airfoil have strong influence on boundary layer development, deparation, inflow noise - more advanced simulations are required

The turbulent scales of the flow around wind turbines
Change of Velocity deficit $U_\infty, \alpha$ $\alpha, c_p$ $c_p, Tu$ $Tu$
Effect on wake dynamics unsteady loads Load spectra, separation, low freq. noise BL development, separation, inflow noise Transition, separation, TE noise
Numerical methods ACL, ACD + LES URANS URANS, DES DES, WMLES, LES LES, DNS

CFD Codes Used in the European Wind Energy

Governing Equations

Computational Fluid Dynamics solves the Navier Stokes equations using numerical algorithms

Conservation Laws

mass, momentum, energy. total variation in a control volume can be expressed as net effect of:

Geometrically Resolved Simulations

Actual surface boundaries of components are taken into account during simulations

Relative Grid Motions

Overset Grid Technique

Different grids for different components, which are meshed seperately. The meshes overlap, which can be accounted for by the solver: For each component a motion is specified. At the mesh boundaries where grids overlap, the two flow solutions are interpolated. Holes are defined which carry a motion as well and cut out the cells from the component grid.

Actuator Disc Method ADM

Effect of the rotor is modeled by a momentum source term $Q_v$ being injected over the rotor disc

$$ \frac{\partial}{\partial t} \int_\Omega W d\Omega + \int_{\partial \Omega} (F_C - F_D) \cdot dS = \int_\Omega Q_v d\Omega $$

Actuator Line Method

Rather than representing the whole rotor, effect of the blades on the flow is modeled by a momentum source term $_v$ that is injected along a rotating line. The calculation steps are:

  1. sampling of velocities and transformation into the local airfoil system
  2. calculation of aerodynamic forces in 2D section
  3. back transformation into the inertial system
  4. projection of the forces into the flow field