Blasius Solution
Blasius Solution
C H A P T E R 18
Laminar Boundary Layers
PREVIEW BOX
Here we get down to the brass tacks of actually solving with laminar boundary layers, and Chapter 19 deal-
the boundary-layer equations and obtaining practical ing with turbulent boundary layers.
formulas for the calculation of skin friction and aero- Laminar boundary layers are easier to deal with,
dynamic heating to the surface. The solution, however, and that is why we treat them first. The analysis of a
depends on whether the flow in the boundary layer is laminar boundary layer is more theoretically “pure”
laminar or turbulent. And what a big difference there than that for a turbulent boundary layer. You will feel
is! The difference is so important that we have separate intellectually comfortable with this chapter, so sit back
chapters for each case—the present chapter dealing and enjoy this intellectual experience.
18.1 INTRODUCTION
Within the panoply of boundary-layer analyses, the solution of laminar boundary
layers is well in hand compared to the status for turbulent boundary layers. This
chapter is exclusively devoted to laminar boundary layers; turbulent boundary
layers is the subject of Chapter 19. The basic definitions of laminar and turbulent
flows are discussed in Section 15.1, and some characteristics of these flows are
illustrated in Figures 15.5 and 15.6; it is recommended that you review that
material before progressing further.
The roadmap for this chapter is given in Figure 18.1. We will first deal
with some well-established classical solutions that come under the heading of
981
Anderson-98101 book December 5, 2009 15:45
Finite difference
Incompressible Compressible
flow flow
self-similar solutions, a term that is defined in Section 18.2. In this regard, we will
deal with both incompressible and compressible flows over a flat plate, as noted on
the left side of our roadmap in Figure 18.1. We will also discuss the boundary-layer
solution in the region surrounding the stagnation point on a blunt-nosed body,
because this solution gives us important information on aerodynamic heating at
the stagnation point—vital information for high-speed flight vehicles. As part
of the classical solution of compressible boundary layers, we will discuss the
reference temperature method—a very useful engineering calculation that makes
use of classical incompressible boundary-layer results to predict skin friction and
aerodynamic heating for a compressible flow. Then we will move to the right side
of the roadmap in Figure 18.1 and discuss some more modern computational fluid
dynamic solutions to laminar boundary layers. Unlike the classical self-similar
solutions, which are limited to a few (albeit important) applications such as flat
plates and the stagnation region, these CFD numerical solutions deal with the
laminar boundary layer over bodies of arbitrary shapes.
Note: As we progress through this chapter, we will encounter ideas and results
that are already familiar to us from our discussion of Couette flow in Chapter 16.
Indeed, this is one of the primary reasons for Chapter 16—to introduce these
concepts within the context of a relatively straightforward flow problem before
dealing with the more intricate boundary-layer solutions.
equation is not needed to calculate the velocity field for an incompressible flow.
Hence, the boundary-layer equations, Equations (17.28) to (17.31), reduce to
∂u ∂v
+ =0 (18.1)
∂x ∂y
∂u ∂u ∂ 2u
u +v =ν 2 (18.2)
∂x ∂y ∂y
∂p
=0 (18.3)
∂y
where ν is the kinematic viscosity, defined as ν ≡ μ/ρ.
We now embark on a procedure that is common to many boundary-layer
solutions. Let us transform the independent variables (x, y) to (ξ, η), where
V∞
ξ = x and η = y (18.4)
νx
Using the chain rule, we obtain the derivatives
∂ ∂ ∂ξ ∂ ∂η
= + (18.5)
∂x ∂ξ ∂ x ∂η ∂ x
∂ ∂ ∂ξ ∂ ∂η
= + (18.6)
∂y ∂ξ ∂ y ∂η ∂ y
However, from Equations (18.4) we have
∂ξ ∂ξ ∂η V∞
=1 =0 = (18.7)
∂x ∂y ∂y νx
(We do not have to explicitly obtain ∂η/∂ x because these terms will eventually
cancel from our equations.) Substituting Equations (18.7) into (18.5) and (18.6),
we have
∂ ∂ ∂η ∂
= + (18.8)
∂x ∂ξ ∂ x ∂η
∂ V∞ ∂
= (18.9)
∂y νx ∂η
∂2 V∞ ∂ 2
= (18.10)
∂ y2 νx ∂η2
Also, let us define a stream function ψ such that
ψ = νx V∞ f (η) (18.11)
where f (η) is strictly a function of η only. This expression for ψ identically
satisfies the continuity equation, Equation (18.1); therefore, it is a physically
possible stream function. [Show yourself that ψ satisfies Equation (18.1); to do
this, you will have to carry out many of the same manipulations described below.]
Anderson-98101 book December 5, 2009 15:45
From the definition of the stream function, and using Equations (18.8), (18.9),
and (18.11), we have
∂ψ V∞ ∂ψ
u= = = V∞ f (η) (18.12)
∂y νx ∂η
∂ψ ∂ψ ∂η ∂ψ 1 νV∞ ∂η
v=− =− + =− f − νx V∞ f (18.13)
∂x ∂ξ ∂ x ∂η 2 x ∂x
Equation (18.12) is of particular note. The function f (η) defined in Equa-
tion (18.11) has the property that its derivative f gives the x component of
velocity as
u
f (η) =
V∞
Substitute Equations (18.8) to (18.10), (18.12), and (18.13) into the momentum
equation, Equation (18.2). Writing each term explicitly so that you can see what
is happening, we have
⎛ ⎞
∂η 1 νV∞ ∂η ⎠ V∞ V∞
V∞ f V∞ f −⎝ f + νx V∞ f V∞ f = νV∞ f
∂x 2 x ∂x νx νx
Simplifying, we obtain
2 ∂η ∂η
2
1 V∞ V2
V∞
f f −
f f − V∞ 2
f f = ∞ f (18.14)
∂x 2 x ∂x x
The first and third terms cancel, and Equation (18.14) becomes
2 f + f f = 0 (18.15)
the same for all x stations, as illustrated in Figure 18.3. This result is an example
of a self-similar solution—solutions where the boundary-layer profiles, when
plotted versus a similarity variable η are the same for all x stations. For such self-
similar solutions, the governing boundary-layer equations reduce to one or more
ordinary differential equations in terms of a transformed independent variable.
Self-similar solutions occur only for certain special types of flows—the flow over
a flat plate is one such example. In general, for the flow over an arbitrary body,
the boundary-layer solutions are nonsimilar; the governing partial differential
equations cannot be reduced to ordinary differential equations.
Numerical values of f , f , and f tabulated versus η can be found in Ref-
erence 42. Of particular interest is the value of f at the wall; f (0) = 0.332.
Consider the local skin-friction coefficient defined as c f = τw / 12 ρ∞ V∞ 2
. From
Equation (17.34), the shear stress at the wall is given by
∂u
τw = μ (18.16)
∂ y y=0
However, from Equations (18.9) and (18.11),
∂u ∂f V∞ ∂ f V∞
= V∞ = V∞ = V∞ f (18.17)
∂y ∂y νx ∂η νx
Evaluating Equation (18.17) at the wall, where y = η = 0, we obtain
∂u V∞
= V∞ f (0) (18.18)
∂ y y=0 νx