What characterizes problems that lead to boundary layers in fluid dynamics?
They involve equations where the term with the highest derivative is multiplied by a very small coefficient, such as viscosity.
Why can’t viscous terms be neglected even when Reynolds number is large?
Because near solid boundaries, velocity gradients are large, making viscous effects significant within a thin region—the boundary layer.
What happens when the highest-order derivative term is ignored in a differential equation?
The equation loses one degree of freedom, making it impossible to satisfy all boundary conditions.
In the simplified ODE εy’’ + ay’ + by = 0, what does ignoring εy’’ cause?
It leads to a first-order equation that can satisfy only one boundary condition, missing the behavior near the boundary.
What are the two roots of the characteristic equation in the small ε limit?
λ₁ = -b/a and λ₂ = -a/ε; the second corresponds to a rapidly decaying exponential near the boundary (the boundary layer).
What does the term e^{-a x / ε} represent physically?
A rapidly decaying solution confined near the boundary; it enforces the wall boundary condition.
What is the outer solution in boundary layer theory?
The inviscid solution obtained by neglecting the small viscous term, valid outside the boundary layer.
What is the boundary layer (inner) solution?
The solution near the wall where viscous effects are important and gradients are large.
How is the boundary layer variable η defined?
η = x/δ or y/δ, a scaled coordinate within the thin region where velocity changes rapidly.
What determines the boundary layer thickness δ in general?
The requirement that the viscous term is comparable to the advective term, giving δ ~ ε or δ/L ~ Re⁻¹ᐟ².
What is the approximate scaling of boundary layer thickness with Reynolds number?
δ/L ~ Re⁻¹ᐟ², meaning thinner boundary layers at higher Reynolds numbers.
What is the boundary layer solution for the simple ODE example?
y_BL = (Be^{b/a})(1 - e^{-a x / ε}), matching zero at x = 0 and outer solution at larger x.
What condition matches the inner and outer solutions?
The value of the inner solution far from the wall equals the value of the outer solution at the same point: y_BL(η → ∞) = y_outer(x₀).
What are the 2D steady incompressible Navier–Stokes equations?
u uₓ + v u_y + (1/ρ)pₓ = ν(uₓₓ + u_yy); v uₓ + v v_y + (1/ρ)p_y = ν(vₓₓ + v_yy); uₓ + v_y = 0.
What coordinate system is used for 2D boundary layer analysis near a surface?
x is parallel to the wall, y is perpendicular to it (positive away from the wall).
How does the order of magnitude of v compare to u within the boundary layer?
v ≈ U δ / L, much smaller than u ≈ U.
What scaling gives the boundary layer thickness from x-momentum balance?
U²/L ~ νU/δ² ⇒ δ² ~ νL/U ⇒ δ/L ~ Re⁻¹ᐟ².
Why can ∂²u/∂x² be neglected compared to ∂²u/∂y² in the BL?
Because velocity gradients in y are much steeper than in x (δ ≪ L).
What simplification does neglecting uₓₓ cause in the BL equations?
It changes the system from elliptic (NS) to parabolic, allowing it to be solved by marching downstream in x.
What happens to the pressure gradient term ∂p/∂y inside the BL?
It becomes zero (∂p/∂y = 0), meaning pressure is uniform across the layer.
What does ∂p/∂y = 0 imply physically?
Pressure at a given x is the same from the wall to the outer edge of the boundary layer.
How is pressure p(x) determined in boundary layer analysis?
From the inviscid flow outside the BL, using Bernoulli’s equation and the known outer velocity U(x).
What effect does the BL have on lift?
None directly—pressure distribution (and hence lift) remains the same as in inviscid flow unless separation occurs.
What effect does the BL have on drag?
It introduces shear stress τ = μ(∂u/∂y)₍wall₎, producing viscous drag.