Fiveable

✈️Aerodynamics Unit 4 Review

QR code for Aerodynamics practice questions

4.2 Boundary layer equations

4.2 Boundary layer equations

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
✈️Aerodynamics
Unit & Topic Study Guides

Boundary layer concept

Boundary layer equations describe fluid behavior in the thin region near a solid surface where viscous effects dominate. They're simplified forms of the Navier-Stokes equations, and they're essential for predicting drag, heat transfer, and flow separation on aerodynamic surfaces.

The boundary layer is a thin region near a solid surface where the velocity transitions from zero at the surface (due to the no-slip condition) to the freestream value. Ludwig Prandtl introduced this concept in 1904, and it fundamentally changed fluid mechanics by showing that you could split the flow into two zones: a thin viscous region near the wall, and an essentially inviscid region everywhere else.

Viscous effects near surfaces

Near solid surfaces, fluid particles adhere to the surface due to the no-slip condition, creating a velocity gradient normal to the surface. Viscous forces dominate within the boundary layer, while outside it the flow can be treated as inviscid.

These viscous effects produce two important consequences:

  • Skin friction drag from shear stress at the wall
  • Heat transfer between the fluid and the surface, driven by the temperature gradient in the boundary layer

Boundary layer thickness

The boundary layer thickness δ\delta is defined as the distance from the surface where the velocity reaches 99% of the freestream velocity UU_\infty. This is somewhat arbitrary (why 99% and not 98%?), but it's the standard convention.

The boundary layer starts with zero thickness at the leading edge and grows along the surface in the flow direction. Three main factors influence how quickly it grows:

  • Reynolds number: Higher ReRe means a thinner boundary layer relative to the body length
  • Surface roughness: Rougher surfaces promote faster boundary layer growth
  • Pressure gradient: Adverse pressure gradients cause the boundary layer to thicken more rapidly

Displacement thickness

The displacement thickness δ\delta^* quantifies how much the boundary layer pushes the external inviscid flow outward. Think of it this way: because the boundary layer slows the fluid near the wall, there's a mass flow deficit compared to what you'd get with uniform freestream velocity. The displacement thickness is the effective distance the surface would need to move outward to account for that deficit.

δ=0δ(1uU)dy\delta^* = \int_0^{\delta} \left(1 - \frac{u}{U_{\infty}}\right) dy

Momentum thickness

The momentum thickness θ\theta measures the momentum deficit in the boundary layer relative to inviscid flow. Where displacement thickness captures the mass deficit, momentum thickness captures the momentum deficit, making it directly useful for drag calculations.

θ=0δuU(1uU)dy\theta = \int_0^{\delta} \frac{u}{U_{\infty}} \left(1 - \frac{u}{U_{\infty}}\right) dy

The ratio H=δ/θH = \delta^*/\theta is called the shape factor and is a useful indicator of whether the boundary layer is close to separating (higher HH values signal greater separation risk).

Boundary layer equations

The governing equations for boundary layer flows come from conservation of mass and momentum. They're simplified versions of the full Navier-Stokes equations, tailored to exploit the thinness of the boundary layer.

Continuity equation

The continuity equation enforces conservation of mass. For two-dimensional, incompressible boundary layer flow:

ux+vy=0\frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} = 0

This says that if the streamwise velocity uu changes in the xx-direction, there must be a compensating change in the wall-normal velocity vv in the yy-direction so that mass is conserved.

The full Navier-Stokes equations govern viscous fluid flow and come from applying Newton's second law to a fluid element. For two-dimensional, incompressible flow:

  • x-momentum: ρ(ut+uux+vuy)=px+μ(2ux2+2uy2)\rho \left(\frac{\partial u}{\partial t} + u \frac{\partial u}{\partial x} + v \frac{\partial u}{\partial y}\right) = -\frac{\partial p}{\partial x} + \mu \left(\frac{\partial^2 u}{\partial x^2} + \frac{\partial^2 u}{\partial y^2}\right)
  • y-momentum: ρ(vt+uvx+vvy)=py+μ(2vx2+2vy2)\rho \left(\frac{\partial v}{\partial t} + u \frac{\partial v}{\partial x} + v \frac{\partial v}{\partial y}\right) = -\frac{\partial p}{\partial y} + \mu \left(\frac{\partial^2 v}{\partial x^2} + \frac{\partial^2 v}{\partial y^2}\right)

These are exact but very difficult to solve in general. The boundary layer approximations make them tractable.

Boundary layer approximations

The key insight is that the boundary layer is thin. This geometric fact lets you drop several terms from the Navier-Stokes equations. The standard approximations are:

  1. The flow is steady and two-dimensional
  2. The boundary layer thickness δ\delta is much smaller than the characteristic length LL of the surface (δL\delta \ll L)
  3. The wall-normal velocity is much smaller than the streamwise velocity (vuv \ll u)
  4. The pressure gradient across the boundary layer is negligible: py0\frac{\partial p}{\partial y} \approx 0, so pressure is "imposed" by the outer inviscid flow
  5. Streamwise diffusion is negligible compared to wall-normal diffusion: 2ux22uy2\frac{\partial^2 u}{\partial x^2} \ll \frac{\partial^2 u}{\partial y^2}

These approximations hold for high Reynolds number flows with thin boundary layers.

Simplified boundary layer equations

Applying the approximations above reduces the Navier-Stokes equations to the Prandtl boundary layer equations:

  • x-momentum: uux+vuy=1ρdPdx+ν2uy2u \frac{\partial u}{\partial x} + v \frac{\partial u}{\partial y} = -\frac{1}{\rho} \frac{dP}{dx} + \nu \frac{\partial^2 u}{\partial y^2}
  • Continuity: ux+vy=0\frac{\partial u}{\partial x} + \frac{\partial v}{\partial y} = 0

Notice what changed compared to the full Navier-Stokes equations: the time derivative is gone (steady flow), the 2ux2\frac{\partial^2 u}{\partial x^2} term is gone (streamwise diffusion negligible), and the y-momentum equation has collapsed to py=0\frac{\partial p}{\partial y} = 0. The pressure gradient dPdx\frac{dP}{dx} is now an ordinary derivative because pressure doesn't vary across the boundary layer; it's determined entirely by the outer inviscid solution.

Boundary conditions:

  • At the wall (y=0y = 0): u=0u = 0, v=0v = 0 (no-slip, no penetration)
  • At the boundary layer edge (yδy \to \delta): uU(x)u \to U_\infty(x)

Laminar boundary layers

Laminar boundary layers feature smooth, orderly flow with no mixing between fluid layers. They occur at lower Reynolds numbers and produce less skin friction drag than turbulent boundary layers, but they're also more susceptible to separation.

Blasius solution

The Blasius solution is the classic exact solution for a laminar boundary layer over a flat plate with zero pressure gradient (dP/dx=0dP/dx = 0).

The approach uses a similarity transformation. Blasius introduced the similarity variable:

η=yUνx\eta = y \sqrt{\frac{U_\infty}{\nu x}}

and a dimensionless stream function f(η)f(\eta) such that the velocity profile at every streamwise station collapses onto a single curve. This transforms the two partial differential equations (momentum + continuity) into a single third-order nonlinear ODE:

f+12ff=0f''' + \frac{1}{2} f f'' = 0

This ODE is solved numerically (it has no closed-form solution). Key results from the Blasius solution:

  • Boundary layer thickness: δ5.0xRex\delta \approx \frac{5.0 x}{\sqrt{Re_x}}
  • Displacement thickness: δ1.72xRex\delta^* \approx \frac{1.72 x}{\sqrt{Re_x}}
  • Momentum thickness: θ0.664xRex\theta \approx \frac{0.664 x}{\sqrt{Re_x}}
  • Local skin friction coefficient: Cf=0.664RexC_f = \frac{0.664}{\sqrt{Re_x}}

Falkner-Skan solution

The Falkner-Skan solution generalizes Blasius to include a pressure gradient. It assumes the freestream velocity varies as a power law: U(x)xmU_\infty(x) \propto x^m, which introduces a pressure gradient parameter β=2mm+1\beta = \frac{2m}{m+1}.

  • β>0\beta > 0: favorable pressure gradient (accelerating flow)
  • β=0\beta = 0: zero pressure gradient (recovers the Blasius solution)
  • β<0\beta < 0: adverse pressure gradient (decelerating flow)

The Falkner-Skan equation is solved numerically for different values of β\beta. As β\beta becomes more negative, the velocity profile near the wall becomes less full, and at a critical value the wall shear stress reaches zero, indicating the onset of separation.

Viscous effects near surfaces, 12.6 Motion of an Object in a Viscous Fluid – College Physics

Thermal boundary layer

When there's a temperature difference between the surface and the fluid, a thermal boundary layer develops alongside the velocity boundary layer. It's the region where the temperature transitions from the surface value TwT_w to the freestream temperature TT_\infty.

The thermal boundary layer thickness δT\delta_T is defined as the distance where the temperature reaches 99% of the freestream temperature. The ratio of the velocity to thermal boundary layer thickness depends on the Prandtl number Pr=ν/αPr = \nu / \alpha:

  • Pr>1Pr > 1 (most liquids): δT<δ\delta_T < \delta (thermal boundary layer is thinner)
  • Pr<1Pr < 1 (liquid metals): δT>δ\delta_T > \delta (thermal boundary layer is thicker)
  • Pr1Pr \approx 1 (most gases): δTδ\delta_T \approx \delta

Heat transfer in laminar flow

Heat transfer in laminar boundary layers occurs through conduction and convection. The local heat transfer is characterized by the Nusselt number NuxNu_x, which is the ratio of convective to conductive heat transfer.

For flow over a flat plate with constant surface temperature:

Nux=hxxk=0.332Rex1/2Pr1/3Nu_x = \frac{h_x x}{k} = 0.332\, Re_x^{1/2}\, Pr^{1/3}

where hxh_x is the local heat transfer coefficient and kk is the fluid thermal conductivity. This correlation is valid for Pr0.6Pr \gtrsim 0.6. The average Nusselt number over a plate of length LL is obtained by integrating, giving NuL=0.664ReL1/2Pr1/3\overline{Nu}_L = 0.664\, Re_L^{1/2}\, Pr^{1/3}.

Turbulent boundary layers

Turbulent boundary layers feature chaotic, fluctuating flow with intense mixing between fluid layers. They occur at higher Reynolds numbers and are far more common in real engineering applications. Compared to laminar boundary layers, turbulent ones have higher skin friction drag and higher heat transfer rates, both due to the enhanced mixing.

Transition from laminar to turbulent

The transition from laminar to turbulent flow occurs when the local Reynolds number Rex=UxνRe_x = \frac{U_\infty x}{\nu} exceeds a critical value, typically around 5×1055 \times 10^5 for a flat plate in a low-disturbance environment.

The transition process involves several stages:

  1. Small disturbances (Tollmien-Schlichting waves) grow in the laminar boundary layer
  2. These disturbances become nonlinear and form three-dimensional structures
  3. Turbulent spots appear and grow as they convect downstream
  4. The spots merge into a fully turbulent boundary layer

Factors that promote earlier transition include surface roughness, higher freestream turbulence intensity, and adverse pressure gradients. Favorable pressure gradients tend to delay transition.

Turbulent velocity profile

The turbulent velocity profile is much fuller near the wall than the laminar profile, meaning more momentum is carried close to the surface. It consists of three distinct regions:

  • Viscous sublayer (y+<5y^+ < 5): Velocity varies linearly with distance from the wall (u+=y+u^+ = y^+). Viscous stresses dominate, and turbulent fluctuations are damped.
  • Buffer layer (5<y+<305 < y^+ < 30): A transition zone where both viscous and turbulent stresses are significant. Neither the linear nor the log law applies cleanly here.
  • Log-law region (30<y+<50030 < y^+ < 500): Turbulent mixing dominates, and the velocity follows a logarithmic profile.

Here y+=yuνy^+ = \frac{y u_*}{\nu} and u+=uuu^+ = \frac{u}{u_*} are the wall-normal distance and velocity in wall units, non-dimensionalized by the friction velocity u=τw/ρu_* = \sqrt{\tau_w / \rho}.

Logarithmic law of the wall

In the log-law region, the velocity profile follows:

uu=1κln(yuν)+B\frac{u}{u_*} = \frac{1}{\kappa} \ln \left(\frac{y u_*}{\nu}\right) + B

where κ0.41\kappa \approx 0.41 is the von Kármán constant and B5.0B \approx 5.0 for a smooth wall. For rough walls, BB decreases depending on the roughness height relative to the viscous sublayer thickness.

The log law is valid for roughly 30<y+<50030 < y^+ < 500. Beyond y+500y^+ \approx 500, the velocity profile transitions into the wake region, where it deviates from the log law and approaches the freestream velocity.

Turbulent heat transfer

Turbulent mixing enhances heat transfer significantly compared to laminar flow. The Stanton number StSt characterizes the heat transfer performance:

Stx=hxρcpU=0.0296Rex1/5Pr2/3St_x = \frac{h_x}{\rho c_p U_{\infty}} = 0.0296\, Re_x^{-1/5}\, Pr^{-2/3}

This correlation applies to flow over a flat plate with constant surface temperature. The Reynolds analogy connects skin friction and heat transfer in turbulent flow: higher wall shear stress generally correlates with higher heat transfer rates.

Boundary layer separation

Boundary layer separation occurs when fluid near the wall can no longer push against an increasing pressure (adverse pressure gradient) and detaches from the surface. This creates a recirculating flow region that dramatically increases drag and can alter the entire flow field around a body.

Adverse pressure gradient

An adverse pressure gradient exists when pressure increases in the flow direction (dP/dx>0dP/dx > 0). The rising pressure acts like a headwind on the slow-moving fluid near the wall, decelerating it further.

If the adverse pressure gradient is strong enough, the near-wall fluid decelerates to zero velocity and can even reverse direction. At that point, the boundary layer separates from the surface.

Separation point

The separation point is where the boundary layer detaches. It's defined by the condition:

τw=μuyy=0=0\tau_w = \mu \left.\frac{\partial u}{\partial y}\right|_{y=0} = 0

At this location, the velocity gradient at the wall is zero. Downstream of this point, the flow near the wall reverses direction. The separation point location depends on the pressure distribution, Reynolds number, and whether the boundary layer is laminar or turbulent. Turbulent boundary layers resist separation better than laminar ones because turbulent mixing brings high-momentum fluid closer to the wall.

Separated flow regions

Downstream of the separation point, a recirculation zone forms with reversed flow near the surface. This region is highly unsteady, featuring vortex shedding and intense turbulent mixing. The size of the separated region depends on the Reynolds number, the strength of the adverse pressure gradient, and the body geometry.

In some cases, the separated flow can reattach downstream, forming a separation bubble. This is common on airfoils at moderate angles of attack.

Effects of separation on drag

Separation dramatically increases pressure drag (also called form drag). The recirculation zone creates a low-pressure region behind the body, so there's a large pressure imbalance between the front (high pressure) and the rear (low pressure).

For streamlined bodies like airfoils, separation can cause a sudden and severe increase in drag along with loss of lift (stall). For bluff bodies like cylinders, separation is the dominant source of drag. Controlling or delaying separation is one of the primary goals of aerodynamic design.

Viscous effects near surfaces, Viscosity and Laminar Flow; Poiseuille’s Law | Physics

Boundary layer control

Boundary layer control techniques manipulate the boundary layer to delay separation, reduce drag, or enhance heat transfer. These methods fall into two categories: active methods (requiring external energy input) and passive methods (using geometric features with no energy input).

Suction vs blowing

Suction removes low-momentum fluid from near the wall through small holes or porous surfaces. This thins the boundary layer and makes it more resistant to separation. It's effective but requires a pumping system.

Blowing (or tangential injection) adds high-momentum fluid near the surface, energizing the boundary layer. This is commonly used on aircraft flaps and engine nacelles.

The effectiveness of both methods depends on the location along the surface, the flow rate, and the distribution of suction/blowing slots. Suction is generally more effective at delaying transition, while blowing is better at preventing separation in regions with strong adverse pressure gradients.

Vortex generators

Vortex generators are small vanes or tabs mounted on a surface that create streamwise vortices. These vortices mix high-momentum fluid from the outer boundary layer down toward the wall, energizing the near-wall region and delaying separation.

They're a passive method, so they require no energy input, but they do add a small amount of parasitic drag. You'll find them on aircraft wings (especially near the trailing edge), wind turbine blades, and inside diffusers. Their placement is critical: too far upstream and the vortices dissipate before reaching the separation-prone region; too far downstream and separation has already occurred.

Riblets and surface roughness

Riblets are tiny streamwise grooves (typically on the order of tens of microns) that reduce turbulent skin friction drag by 5-8%. They work by restricting the spanwise motion of near-wall streamwise vortices, which reduces turbulent momentum transfer to the wall.

Surface roughness serves a different purpose. Roughness elements (sand grains, dimples, trip strips) promote earlier transition from laminar to turbulent flow. While this increases skin friction, the resulting turbulent boundary layer is more resistant to separation. This is the principle behind dimples on a golf ball: the turbulent boundary layer stays attached longer, reducing the wake size and overall drag.

Laminar flow control techniques

Laminar flow control aims to maintain laminar flow over as much of the surface as possible, since laminar skin friction is much lower than turbulent. Techniques include:

  • Surface shaping: Designing the pressure distribution to maintain a favorable pressure gradient over a large portion of the surface (natural laminar flow, or NLF)
  • Suction: Removing boundary layer fluid to keep the flow stable and laminar
  • Active wave cancellation: Introducing disturbances that destructively interfere with growing instabilities

These techniques are most valuable in high-speed applications (commercial aircraft wings, for example) where skin friction is a major fraction of total drag. The challenge is that laminar flow is fragile: surface contamination (insects, ice) or manufacturing imperfections can trigger premature transition.

Computational methods

Computational methods solve the boundary layer equations (or the full Navier-Stokes equations) numerically. They range from fast approximate methods to extremely expensive but highly accurate simulations. The right choice depends on the flow regime, geometry complexity, and the accuracy you need.

Integral boundary layer methods

Integral methods don't solve for the full velocity profile. Instead, they assume a parametric profile shape (polynomial, power law, etc.) and solve for integrated quantities like δ\delta^* and θ\theta using the von Kármán integral momentum equation:

dθdx+(2+H)θUdUdx=Cf2\frac{d\theta}{dx} + (2 + H)\frac{\theta}{U_\infty}\frac{dU_\infty}{dx} = \frac{C_f}{2}

where H=δ/θH = \delta^*/\theta is the shape factor. These methods are fast and give reasonable estimates of boundary layer development, but they can't capture detailed profile shapes or complex separation behavior.

Finite difference schemes

Finite difference methods discretize the boundary layer equations on a grid. The derivatives are replaced with algebraic approximations (central differences, upwind schemes, etc.), producing a system of equations solved at each grid point.

For boundary layer equations, a common approach is the Crank-Nicolson scheme, which marches the solution downstream station by station. This is efficient because the boundary layer equations are parabolic in the streamwise direction. Body-fitted grids allow these methods to handle curved surfaces.

Turbulence modeling for boundary layers

Directly resolving all turbulent scales is impractical for most applications, so turbulence models approximate the effect of turbulent fluctuations on the mean flow. Common approaches for boundary layers:

  • Algebraic models (e.g., Baldwin-Lomax): Simple, fast, but limited to attached flows
  • One-equation models (e.g., Spalart-Allmaras): Solve one transport equation for a turbulence variable; widely used in aerospace
  • Two-equation models (e.g., kk-ε\varepsilon, kk-ω\omega SST): Solve transport equations for turbulence kinetic energy and a dissipation-related quantity; the kk-ω\omega SST model is particularly good for boundary layers with adverse pressure gradients
  • Reynolds Stress Models (RSM): Solve transport equations for each component of the Reynolds stress tensor; more accurate for complex flows but computationally expensive
  • Large Eddy Simulation (LES): Resolves large-scale turbulent structures and models only the smallest scales; much more expensive than RANS but captures unsteady separation and transition better

Direct numerical simulation (DNS)

DNS solves the full Navier-Stokes equations without any turbulence modeling, resolving every scale of motion from the largest energy-containing eddies down to the smallest Kolmogorov scales. The grid must be fine enough to capture these smallest scales, which means the computational cost scales roughly as Re3Re^3.

This makes DNS feasible only for low Reynolds numbers (typically Reθ<5000Re_\theta < 5000 or so with current computing power) and simple geometries. DNS is primarily a research tool used to study turbulence physics and to generate benchmark data for validating turbulence models.

Experimental techniques

Experimental techniques measure and visualize boundary layer flows in real conditions. They provide validation data for computational methods and reveal flow physics that simulations might miss. The choice of technique depends on what you need to measure (velocity, temperature, wall shear stress) and the required spatial and temporal resolution.

Hot-wire anemometry

Hot-wire anemometry measures instantaneous velocity by exploiting the cooling effect of the flow on a heated wire. A thin wire (typically tungsten or platinum, about 5 μm in diameter) is heated electrically and placed in the flow. As the flow velocity increases, more heat is convected away from the wire, changing its temperature and electrical resistance.

Two operating modes are common:

  • Constant Temperature Anemometry (CTA): A feedback circuit adjusts the current to keep the wire at a fixed temperature. The required current is related to the flow velocity.
  • Constant Current Anemometry (CCA): The current is held fixed, and the wire temperature (and thus resistance) varies with velocity.

Hot-wire anemometry offers excellent temporal resolution (up to hundreds of kHz), making it ideal for measuring turbulent fluctuations in boundary layers. Its main limitations are that it's intrusive (the probe must be placed in the flow) and it can be fragile in high-speed or particle-laden flows.