0% found this document useful (0 votes)
99 views

Stream Function

The document discusses the streamfunction and vorticity formulation of the 2D incompressible Navier-Stokes equations. It defines the streamfunction and shows that streamlines correspond to lines of constant streamfunction. It also defines vorticity and shows that in 2D flows, vorticity only has a z-component and is related to the streamfunction by the Laplace operator. The streamfunction and vorticity formulation consists of two equations, the vorticity transport equation and the relation between vorticity and streamfunction, providing an alternative to the primitive variable formulation in terms of velocity and pressure.

Uploaded by

nitro gtna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
99 views

Stream Function

The document discusses the streamfunction and vorticity formulation of the 2D incompressible Navier-Stokes equations. It defines the streamfunction and shows that streamlines correspond to lines of constant streamfunction. It also defines vorticity and shows that in 2D flows, vorticity only has a z-component and is related to the streamfunction by the Laplace operator. The streamfunction and vorticity formulation consists of two equations, the vorticity transport equation and the relation between vorticity and streamfunction, providing an alternative to the primitive variable formulation in terms of velocity and pressure.

Uploaded by

nitro gtna
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

Chapter 8

The Streamfunction and Vorticity

• For 2D incompressible flows, it is possible to recast the Navier-Stokes equations in an alternative


form in terms of the streamfunction and the vorticity.
• In many applications, the streamfunction-vorticity form of the Navier Stokes equations provides
better insight into the physical mechanisms driving the flow than the ‘primitive variable’ formulation
in terms of u, v and p.
• The streamfunction and vorticity formulation is also useful for numerical work since it avoids some
problems resulting from the discretisation of the continuity equation.

Unless specifically stated, all results in this chapter are restricted


to 2D incompressible flows.

8.1 The Streamfunction


• The streamfunction is defined as Z P
ψA (P ) = u · n ds, (8.1)
A
where the integral has to be evaluated along a line from the arbitrary but fixed point A to point
P. n is the unit normal on the line from A to P. We regard ψA (P ) as a function of the location of
point P.

n
y
A u

Figure 8.1: Sketch illustrating the definition of the streamfunction.

• The sketch in Fig. 8.1 shows that u · n is equal to the component of the velocity u that crosses the
line AP. Therefore ψA (P ) represents the volume flux (per unit depth in the z-direction) through
the line between A and P.

19
MATH35001 Viscous Fluid Flow: Streamfunction and Vorticity 20

• Evaluating ψA (P ) along two different paths and invoking the integral form of the incompressibility
constraint shows that ψA (P ) is path-independent, i.e. its value only depends on the locations of
the points A and P.

• Changing the position of point A only changes ψA (P ) by a constant. It turns out that for all
applications such changes are irrelevant. It is therefore common to suppress the explicit reference
to A. Hence, we regard ψA (P ) as a function of the spatial coordinates only, i.e. ψA (P ) = ψ(P ) =
ψ(x, y).
• Streamlines are lines which are everywhere tangential to the velocity field, i.e. u · n = 0, where n
is the unit normal to the streamline. Hence the streamfunction ψ is constant along streamlines.
• Note that stationary impermeable boundaries are also characterised by u · n = 0, where n is the
unit normal on the boundary. Therefore, ψ is also constant along such boundaries.
• Invoking the integral incompressibility constraint for an infinitesimally small triangle shows that ψ
is related to the two cartesian velocity components u and v via
∂ψ ∂ψ
u= and v=− (8.2)
∂y ∂x

• Similarly, in plane cylindrical polars, the velocity components are given by


1 ∂ψ ∂ψ
ur = and uϕ = − . (8.3)
r ∂ϕ ∂r

• Flows which are specified by a streamfunction automatically satisfy the continuity equation since
   
∂u ∂v ∂ ∂ψ ∂ ∂ψ
+ = + − = 0. (8.4)
∂x ∂y ∂x ∂y ∂y ∂x

• For 2D flows, the vorticity vector ω = ∇ × u only has one non-zero component (in the z-direction),
i.e. ω = ωez where
∂v ∂u
ω= − . (8.5)
∂x ∂y
Using the definition of the velocities in terms of the streamfunction shows that
   
∂ ∂ψ ∂ ∂ψ
ω= − − (8.6)
∂x ∂x ∂x ∂x

and therefore
ω = −∇2 ψ, (8.7)
2 2 2 2 2
where ∇ = ∂ /∂x + ∂ /∂y is the 2D Laplace operator.

8.2 The Streamfunction-Vorticity form of the Navier-Stokes equa-


tions
• Straightforward algebraic manipulation of the 3D momentum equations transforms them into the
vorticity transport equation
Dωω
= (ωω · ∇)u + ν∇2ω (8.8)
Dt
(see the separate handout for the derivation; this equation is valid in 3D).
ω /Dt, is con-
• This equation shows that the rate of change of the vorticity of material particles, Dω
ω · ∇)u; this is a familiar result from inviscid fluid
trolled by ‘vortex stretching’ (described by (ω
mechanics) and by diffusion (described by ν∇2ω ). The diffusion of vorticity only occurs in viscous
flows.
MATH35001 Viscous Fluid Flow: Streamfunction and Vorticity 21

• For 2D flows, vortex stretching is absent since u = u(x, y) ex + v(x, y) ey and ω = ω(x, y) ez and
ω · ∇)u = 0.
therefore (ω
• For 2D flows, the scalar vorticity transport equation

= ν∇2 ω (8.9)
Dt
together with the equation for the vorticity in terms of the streamfunction

ω = −∇2 ψ (8.10)

and
u = ∂ψ/∂y and v = −∂ψ/∂x (8.11)
provide the streamfunction-vorticity formulation of the Navier-Stokes equations. It consists of only
two PDEs for the scalars ω and ψ rather than the three PDEs for u, v and p in the ‘primitive
variable’ form.
• In the limit of zero Reynolds number, only one fourth-order PDE for the streamfunction ψ needs
to be solved, namely the biharmonic equation

∇4 ψ = 0, (8.12)

where
∂4 ∂4 ∂4
∇4 = 4
+ 2 2 2 + 4. (8.13)
∂x ∂x ∂y ∂y
This can be shown by, e.g., taking the curl of the Stokes equations.
MATH35001 Viscous Fluid Flow: Streamfunction and Vorticity 22

8.2.1 The streamfunction and the biharmonic equation in cylindrical polars


• In cylindrical polars, (r, ϕ) the relation between the streamfunction ψ(r, ϕ) and the velocity com-
ponents ur and uϕ is:
1 ∂ψ
ur = (8.14)
r ∂ϕ
and
∂ψ
uϕ = − , (8.15)
∂r
where u = ur er + uϕ eϕ .
• The biharmonic equation in polar coordinates:
 2
1 ∂2
 2
1 ∂2ψ

4 ∂ 1 ∂ ∂ ψ 1 ∂ψ
∇ ψ(r, ϕ) = + + + + 2 (8.16)
∂r2 r ∂r r2 ∂ϕ2 ∂r2 r ∂r r ∂ϕ2

2 1 1 1
∇4 ψ(r, ϕ) = ψ,rrrr + ψ,rrr − 2 (ψ,rr − 2ψ,rrϕϕ) + 3 (ψ,r − 2ψ,rϕϕ) + 4 (4ψ,ϕϕ + 2ψ,ϕϕϕϕ) (8.17)
r r r r
• For axisymmetric solutions: "   #
4 1 1
∇ ψ(r) = r [rψ,r ],r (8.18)
r r ,r ,r

2 1 1
∇4 ψ(r) = ψ,rrrr + ψ,rrr − 2 ψ,rr + 3 ψ,r (8.19)
r r r
• The general form of the solution of the biharmonic equation in cylindrical polars is known. It can
be represented by superposition of the following solutions:
– The general axisymmetric solution:

ψ(r) = A0 + B0 r2 + C0 ln r + D0 r2 ln r (8.20)

– The general separated non-axisymmetric solution:


For n = 1:
 
B 3
ψ(r, ϕ) = Ar + + Cr + Dr ln r cos(ϕ)
r
 
b 3
+ ar + + cr + dr ln r sin(ϕ) (8.21)
r

For n ≥ 2:

X
An rn + Bn r−n + Cn rn+2 + Dn r−n+2

ψ(r, ϕ) = cos(nϕ)
n=2
+ an rn + bn r−n + cn rn+2 + dn r−n+2

sin(nϕ) (8.22)

The coefficients (A0 , B0 , C0 , D0 , A1 , B1 , C1 , D1 , a1 , b1 , c1 , d1 , A2 , B2 , C2 , D2 , a2 , b2 , c2 , d2 , ...) have to


be determined from the boundary conditions.

You might also like