14: The Governing Equations
( \newcommand{\kernel}{\mathrm{null}\,}\)
We derive here the governing equations for the velocity u=u(x,t) of a flowing fluid.
Multi-variable calculus
Fluid flows typically take place in three-dimensional space, and the governing equations will contain derivatives in all three directions. The mathematics learned in a multi-variable calculus course will therefore be useful. Here, I summarize some of this mathematics.
Vector algebra
Examples of vectors will be the position vector x and the velocity vector u. We will use the Cartesian coordinate system to write vectors in terms of their components as
x=(x,y,z),u=(u,v,w)
or sometimes as
x=(x1,x2,x3),u=(u1,u2,u3)
Another notation makes use of the cartesian unit vectors, ˆx,ˆy, and ˆz :
x=xˆx+yˆy+zˆz,u=uˆx+vˆy+wˆz.
The velocity u is called a vector field because it is a vector that is a function of the position vector x.
The dot product between two vectors u and v is given by
u⋅v=u1v1+u2v2+u3v3=uivi
where in the last expression we use the Einstein summation convention: when an index occurs twice in a single term, it is summed over. From hereon, the Einstein summation convention will be assumed unless explicitly stated otherwise.
The cross product between two vectors is given by a determinant:
u×v=|ˆxˆyˆzu1u2u3v1v2v3|=(u2v3−u3v2,u3v1−u1v3,u1v2−u2v1)
The cross-product of two vectors is a vector, and the components of the cross product can be written more succinctly using the Levi-Civita tensor, defined as
ϵijk={1 if (i,j,k) is an even permutation of (1,2,3),−1 if (i,j,k) is an odd permutation of (1,2,3),0 if any index is repeated.
Using the Levi-Civita tensor, the i-th component of the cross product can be written as
(u×v)i=ϵijkujvk
Another useful tensor is the Kronecker delta, defined as
δij={0 if i≠j1 if i=j
Note that viδij=vj and that δii=3. A useful identity between the Levi-Civita tensor and the Kronecker delta is given by
ϵijkϵimn=δjmδkn−δjnδkm.
Gauss’s theorem (or the divergence theorem) and Stokes’ theorem are usually introduced in a course on multi-variable calculus. We will state these theorems here.
First, Gauss’s theorem. Let V be a three-dimensional volume bounded by a smooth surface S, and let F be a vector field in V. Then Gauss’s theorem states that
∫SF⋅ˆndS=∫V∇⋅FdV
where ˆn is the outward facing unit normal vector to the bounding surface S.
Second, Stokes’ theorem. Let S be a smooth surface bounded by a simple closed curve C with positive orientation. Then Stokes’ theorem states that
∮CF⋅dr=∫S(∇×F)⋅ˆndS
Continuity equation
We consider a control volume V of fluid bounded by a smooth surface S. The continuity equation expresses the conservation of mass. The time-derivative of the total mass of the fluid contained in the volume V is equal to the (negative) of the total mass of fluid that flows out of the boundary of V; that is;
ddt∫Vρ(x,t)dV=−∫Sρ(x,t)u(x,t)⋅ˆndS
The integral on the right-hand-side represents the flux of mass through the boundary S and has units of mass per unit time. We now apply the divergence theorem to the integral on the right-hand-side:
∫Sρ(x,t)u(x,t)⋅ˆndS=∫V∇⋅(ρu)dV
Combining the left- and right-hand-sides, we have
∫V(∂ρ∂t+∇⋅(ρu))dV=0.
Because the control volume is arbitrary, the integrand must vanish identically, and we thus obtain the continuity equation
∂ρ∂t+∇⋅(ρu)=0
We will only be considering here incompressible fluids, where we may assume that ρ(x,t) is a constant, independent of both space and time. The continuity equation (14.12) then becomes an equation for conservation of fluid volume, and is given by
∇⋅u=0
This equation is called the incompressibility condition.
Momentum equation
Material derivative
The Navier-Stokes equation is derived from applying Newton’s law F=ma to a fluid flow. We first consider the acceleration of a fluid element. The velocity of the fluid at a fixed position x is given by u(x,t), but the fluid element is not at a fixed position but follows the fluid in motion. Now a general application of the chain rule yields
ddtu(x,t)=∂u∂t+∂u∂xj∂xj∂t
If the position x is fixed, then ∂xj/∂t=0. But if x=x(t) represents the position of the fluid element, then ∂xj/∂t=uj. The latter assumption is called the material derivative and is written as
DuDt=∂u∂t+uj∂u∂xj=∂u∂t+(u⋅∇)u
and represents the acceleration of a fluid element as it flows with the fluid. Instead of the mass of the fluid element, we consider the mass per unit volume, and the right-hand-side of F=ma becomes
ρ(∂u∂t+(u⋅∇)u)
We now need find the forces per unit volume acting on the flowing fluid element. We consider both pressure forces and viscous forces.
Pressure forces
We consider the normal pressure forces acting on two opposing faces of a control volume of fluid. With A the area of the rectangular face at fixed y, and dy the depth, the volume of the box is Ady, and the net pressure force per unit volume acting on the control volume in the y-direction is given by
fp=pA−(p+dp)AAdy=−dpdy
Similar considerations for the x and z directions yield the pressure force vector per unit volume to be
fp=−(∂p∂x,∂p∂y,∂p∂z)=−∇p
Viscous forces
The viscosity of a fluid measures its internal resistance to flow. Consider a fluid confined between two very large plates of surface area A, separated by a small distance dy. Suppose the bottom plate is stationary and the top plate move with velocity du in the x - direction. The applied force per unit area required to keep the top surface in motion is empirically given by
FA=μdudy,
where μ is called the dynamic viscosity. Of course there is also an opposite force required to keep the bottom surface stationary. The difference between these two forces is the niscous force on the fluid element. Taking the difference, the resulting net force per unit area will be proportional to the second derivative of the velocity. Now the viscous forces act in all directions and on all the faces of the control volume. Without going into further technical details, we present the general form (for a so-called Newtonian fluid) of the viscous force vector per unit volume:
fv=μ(∂2u∂x2+∂2u∂y2+∂2u∂z2,∂2v∂x2+∂2v∂y2+∂2v∂z2,∂2w∂x2+∂2w∂y2+∂2w∂z2)=μ∇2u.
Navier-Stokes equation
Putting together all the terms, the Navier-Stokes equation is written as
ρ(∂u∂t+(u⋅∇)u)=−∇p+μ∇2u
Now, instead of the dynamic viscosity μ, one usually defines the kinematic viscosity v=μ/ρ. The governing equations of fluid mechanics for a so-called incompressible Newtonian fluid, then, are given by both the continuity equation and the Navier-Stokes equation; that is,
∇⋅u=0∂u∂t+(u⋅∇)u=−1ρ∇p+v∇2u
Boundary conditions
Boundary conditions must be prescribed when flows contact solid surfaces. We will assume rigid, impermeable surfaces. If ˆn is the normal unit vector to the surface, and if there is no motion of the surface in the direction of its normal vector, then the condition of impermeability yields
u⋅ˆn=0
We will also assume the no-slip condition: a viscous fluid should have zero velocity relative to a solid surface. In other words, a stationary or moving solid surface drags along the fluid touching it with the same velocity. The no-slip condition can be expressed mathematically as
u׈n=V׈n
where u is the velocity of the fluid, V is the velocity of the surface, and ˆn is the normal vector to the surface.
Boundary conditions may also be prescribed far from any wall or obstacle. The free-stream boundary condition states that u=U at infinity, where U is called the free-stream velocity.