You are on page 1of 47

Transport Phenomena I

Andrew Rosen
December 14, 2013

Contents
1 Dimensional Analysis and Scale-Up 4
1.1 Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4
1.2 Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4

2 Introduction to Fluid Mechanics 5


2.1 Definitions and Fundamental Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2 Hydrostatics . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2.1 Pressure Changes with Elevation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 5
2.2.2 U-Tube Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2.3 Force on a Dam . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 6
2.2.4 Archimedes Law . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
2.2.5 Buoyancy Example . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7

3 Shear Stress and the Shell Momentum Balance 7


3.1 Types of Stress . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 7
3.2 Shell Momentum Balance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2.1 Procedure . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.2.2 Boundary Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 8
3.3 Flow of a Falling Film . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
3.4 Flow Through a Circular Tube . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10
3.5 Flow Through an Annulus . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 11

4 Mass, Energy, and Momentum Balances 13


4.1 Mass and Energy Balance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.2 Bernoulli Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 13
4.3 Momentum Balance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14

5 Differential Equations of Fluid Mechanics 14


5.1 Vectors and Operators . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
5.1.1 Dot Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
5.1.2 Cross Product . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
5.1.3 Gradient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
5.1.4 Divergence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14
5.1.5 Curl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.1.6 Laplacian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.2 Solution of the Equations of Motion . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.3 Procedure for Using Navier-Stokes Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15
5.4 Flow Through a Circular Tube Using Navier-Stokes . . . . . . . . . . . . . . . . . . . . . . . . 15
5.5 Flow Through a Heat-Exchanger . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 16

1
6 Velocity Distributions with More Than One Variable 18
6.1 Time-Dependent Flow of Newtonian Fluids . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
6.1.1 Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 18
6.1.2 Flow near a Wall Suddenly Set in Motion . . . . . . . . . . . . . . . . . . . . . . . . . 18
6.2 The Potential Flow and Streamfunction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19
6.3 Solving Flow Problems Using Streamfunctions . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
6.3.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
6.3.2 Creeping Flow Around a Sphere . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20
6.4 Solving Flow Problems with Potential Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
6.4.1 Overview . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 24
6.4.2 Steady Potential Flow Around a Stationary Sphere . . . . . . . . . . . . . . . . . . . . 24
6.5 Boundary Layer Theory . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 26
6.5.1 Derivation of Prandtl Boundary Layer Conditions . . . . . . . . . . . . . . . . . . . . 26
6.5.2 Derivation of the von Karman Momentum Balance . . . . . . . . . . . . . . . . . . . . 28

7 Flow in Chemical Engineering Equipment 29


7.1 Laminar Flow . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29
7.2 Friction Factors for Flow in Tubes . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
7.3 Friction Factors for Flow Around Submerged Objects . . . . . . . . . . . . . . . . . . . . . . 30

8 Thermal Conductivity and the Mechanisms of Energy Transport 30


8.1 Fouriers Law of Heat Conduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 30
8.2 The Microscopic Energy Balance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
8.2.1 Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
8.2.2 Boundary Conditions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 31
8.3 Conduction through a Block . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
8.4 Shell Energy Balance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 32
8.5 Heat Conduction with an Electrical Heat Source . . . . . . . . . . . . . . . . . . . . . . . . . 33
8.5.1 Shell Energy Balance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 33
8.5.2 Microscopic Energy Balance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34
8.6 Heat Conduction with a Nuclear Heat Source . . . . . . . . . . . . . . . . . . . . . . . . . . . 35
8.7 Thermal Resistance . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
8.7.1 Rectangular Rth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
8.7.2 Defining a General Q Using Rth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 36
8.7.3 Cylindrical Shell Rth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
8.7.4 Spherical Shell Rth . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37
8.8 Heat Conduction through Composite Walls . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
8.8.1 Series and Parallel Resistances . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
8.8.2 Series Rectangular Composite . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 38
8.8.3 Cylindrical Composite . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39
8.8.4 Parallel Rectangular Composite . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 40
8.8.5 Series and Parallel Cylindrical Composite . . . . . . . . . . . . . . . . . . . . . . . . . 40
8.9 Newtons Law of Cooling . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
8.9.1 Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
8.9.2 Liquid Bound on One Side . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 41
8.9.3 Solid Bound by Two Different Temperature Fluids - Rectangular . . . . . . . . . . . . 42
8.9.4 General Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 42

9 The Equations of Change for Nonisothermal Systems 43


9.1 The Energy Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43

2
10 Appendix 43
10.1 Newtons Law of Viscosity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
10.1.1 Cartesian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
10.1.2 Cylindrical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
10.1.3 Spherical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 43
10.2 Gradient . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
10.3 Divergence . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
10.4 Curl . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
10.5 Laplacian . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 44
10.6 Continuity Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45
10.7 Navier-Stokes Equation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
10.8 Stream Functions and Velocity Potentials . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
10.8.1 Velocity Components . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 46
10.8.2 Differential Equations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 47

3
1 Dimensional Analysis and Scale-Up
1.1 Procedure
1. To solve a problem using dimensional analysis, write down all relevant variables, their corresponding
units, and the fundamental dimensions (e.g. length, time, mass, etc.)

(a) Some important reminders: a newton (N) is equivalent to kg m s2 , a joule (J) is equivalent to
kg m2 s2 , and a pascal (Pa) is equivalent to kg m1 s2
(b) = M L1 t1 , P = M L1 t2 , F = M Lt2 , Power = M L2 t3
       

2. The number of dimensionless groups that will be obtained is equal to the number of variables minus
the number of unique fundamental dimensions
3. For each fundamental dimension, choose the simplest reference variable

(a) No two reference variables can have the same fundamental dimensions

4. Solve for each fundamental dimension using the assigned reference variables
5. Solve for the remaining variables using the previously defined dimensions
6. The dimensionless groups can then be computed by manipulating the algebraic equation created in
Step 5
7. If scaling is desired, one can manipulate the constant dimensionless equations

1.2 Example
Consider a fan with a diameter D, rotational speed , fluid density , power P , and volumetric flow rate of
Q. To solve for the dimensionless groups that can be used for multiplicative scaling, we implement the steps
from Section 1.1:
Variable Unit Fundamental Dimension
D m L
rad/s t1
kg/m3 m L3
Q m3 /s L3 t1
P W m L2 t3

1. Create a table of the variables, as shown above

2. The number of dimensionless groups can be found by: 5 variables - 3 fundamental dimensions = 2
dimensionless groups
3. The reference variables will be chosen as D, , and for length, time, and mass, respectively
4. Each fundamental dimension can be represented by L = [D], m = D3 , and t = 1
   

5. The remaining variables can be solved by [Q] = D3 = L3 t1 and [P ] = P 3 D5 3 = m L2 t3


   

6. The two dimensionless groups can therefore be found as N1 = QD3 1 Q1 D3 and N2 =


P 1 D5 3 P 1 D5 3

4
2 Introduction to Fluid Mechanics
2.1 Definitions and Fundamental Equations
Newtonian fluids exhibit constant viscosity but virtually no elasticity whereas a non-Newtonian fluid
does not have a constant viscosity and/or has significant elasticity
Pressure is equal to a force per unit area but is involved with the compression of a fluid, as is typically
seen in hydrostatic situations

Pressure is independent of the orientation of the area associated with it


Additionally, F = P dA

For a velocity, v, the volumetric flow, Q, through a plane must be,



Q = v dA vA

A mass flow rate can be defined as



m = v dA vA = Q

Similarly, a mass of a vertical column of liquid with height z can be found as

m = V = Az

Specific gravity with a water reference is defined as


i
s=
H2O

The Reynolds Number is defined as the following where L is the traveled length of fluid or diameter
for a pipe system
vL
Re =

2.2 Hydrostatics
2.2.1 Pressure Changes with Elevation
P
For a hydrostatic situation, it is important to note that F = ma = 0
Since pressure changes with elevation,
dP
= g
dz
At constant and g, the above equation becomes the following when integrated from 0 to z

P = gz + Psurface

The potential, , of a fluid is defined as

= P + gz = constant

This is only true for static liquids with free motion (no barriers) and where z is in the opposite
direction of g

For a multiple fluid U-tube system, the force on the magnitude of the force on the left side must equal
the magnitude of the force on the right side

5
Therefore, for U-tube with the same area on both sides, the pressure on the left column must
equal the pressure on the right column
Another way to solve this problem is to realize that at the top of a liquid is the same as at
the bottom of the same liquid
The density of air is very small, so air can be assumed to be approximately zero if needed

2.2.2 U-Tube Example


Find oil in the diagram below if z12 = 2.5 ft, z13 = 3 ft, z1bottom = 4 ft, and z4bottom = 3 ft:

P
1. Since F = 0 for this system and the area is the same on both sides of the U-tube, P1 = P4
2. Equating the two sides yields
P1 + oil g (2.5 ft) + air g (3 ft 2.5 ft) + water g (4 ft 3 ft) = water g (3 ft) + P4
(a) Note that the depths here are not depths from the surface but, rather, the vertical height of each
individual fluid
species
3. Since P1 = P4 and s = ,
water
soil g (2.5 ft) + sair g (0.5 ft) + swater g (1 ft) = swater g (3 ft)

4. Canceling the g terms, substituting swater 1, and assuming sair 0,


3 ft 1 ft
soil = = 0.8
2.5 ft
2.2.3 Force on a Dam
The force on a dam can be given by the following equation where the c subscript indicates the centroid
F = ghc A = Pc A

For a rectangle of depth D,


1
hc = D
2
For a vertical circle of diameter D or radius r,
1
hc = D=r
2
For a vertical triangle with one edge coincident with the surface of the liquid and a depth D,
1
hc = D
3
The centroid height can be used on any shaped surface. What matters is the shape of the projection
of the surface. For instance, a curved dam will have a rectangular projection, and hc for a rectangle
can be used

6
2.2.4 Archimedes Law
An object submerged in water will experience an upward buoyant force (has the same magnitude of the
weight of the displaced fluid), and at equilibrium it will be equal to the weight of the object downward
For a submerged object of volume Vo in a fluid of density f ,

Fbuoyant = f gVo = gzA

2.2.5 Buoyancy Example


Consider the system below, which is a system of two immiscible fluids, one of which is water (w) and the
other is unknown (u). At the interface is a cylinder, which is one-third submerged in the water layer. If the
specific gravity of the cylinder is 0.9, find the specific gravity of the unknown:

   
1 2
1. The buoyant force is due to both fluids, so Fb = w gAo + u gAo
3 3
 
1 2
2. The weight of the object is Fo = mo g = o Ao +
3 3
3. Equating Step 1and Step 2yields,
 dividing by w to create specific gravity yields, and canceling out
1 2
Ao and g yields sw + su = so
3 3
4. The problem statement said that so = 0.9 and sw 1, so solving for su yields su = 0.85

3 Shear Stress and the Shell Momentum Balance


3.1 Types of Stress
Newtons Law of Viscosity states that the viscous stress is given by the following (in Cartesian coor-
dinates)  
vj vi
ij = +
i j

A tensor of ij simply indicates the stress on the positive i face acting in the negative j direction
To visualize this easier,  
vy vx
xy = yx = +
x y
 
vz vy
yz = zy = +
y z
 
vx vz
zx = xz = +
z x

7
3.2 Shell Momentum Balance
3.2.1 Procedure
1. Choose a coordinate system

2. Find the direction of fluid flow. This will be the direction that the momentum balance will be performed
on as well as j in ij . The velocity in the j direction will be a function of i. This i direction will be
the dimension of the shell that will approach zero
3. Find what the pressure in the j direction is a function of (the direction in which gh plays a role)
4. A momentum balance can be written as
X X X
(mv) (mv) + F =0
in out sys

Frequently, this is simplified to a force balance of


X
F =0
sys

The relevant forces are usually Fgravity = gV , Fstress = Aij , and Fpressure = P A
Fgravity is positive if in the same direction of the fluid flow and negative otherwise

5. Divide out constants and let the thickness of the fluid shell approach zero
6. Use the definition of the derivative
f (x0 + h) f (x0 )
f 0 (x0 ) lim
h0 h

7. Integrate the equation to get an expression for ij

(a) Find the constant of integration by using the boundary condition

8. Insert Newtons law of viscosity and obtain a differential equation for the velocity
9. Integrate this equation to get the velocity distribution and find the constant of integration by using
the boundary condition

(a) To find the average value of the velocity,



vi dA
hvi i = D
D
dA

3.2.2 Boundary Conditions


The following boundary conditions are used when finding the constant(s) of integration. Note that at this
point, we are no longer dealing with an infinitesimal shell but, rather, the system as a whole
At solid-liquid interfaces, the fluid velocity equals the velocity with which the solid surface is moving
At a liquid-liquid interfacial plane of constant i (assuming a coordinate system of i, j, and k), vj and
vk are constant across the i direction as well as any stress along this plane
At a liquid-gas interfacial plane of constant i (assuming a coordinate system of i, j, and k), ij and ik
(and subsequently ji and ki ) are zero if the gas-side velocity gradient is not large

8
If there is creeping flow around an object, analyze the conditions infinitely far out (e.g. r for
creeping flow around a sphere)
It is also important to check for any unphysical terms. For instance, if it is possible for x to equal zero,
and the equation has a C ln (x) term in it, then C = 0 since ln (0) is not possible and thus the term
should not even exist

3.3 Flow of a Falling Film


Consider the following system where the z axis will be aligned with the downward sloping plane and its
corresponding shell shown on the right (graphic from BSL):

1. Cartesian coordinates will be chosen. The direction of the flow is in the z direction, so this will be
the direction of the momentum balance. vz (x), so the relevant stress tensor is xz , and x will be the
differential element
2. P (x), so it is not included in the z momentum balance
3. Set up the shell balance as
 
LW xz x xz x+x + xLW g cos = 0

4. Dividing by LW x and then letting the limit of x approach zero yields1


!
xz x+x xz x
lim = g cos
x0 x

5. Note that the first term is the definition of the derivative of xz , so


dxz
= g cos
dx
6. Integrating this equation yields xz = gx cos + C1 , and C1 = 0 since xz = 0 at x = 0 (liquid-gas
interface)
xz = gx cos
 
dvz dvz g cos
7. Inserting Newtons law of viscosity of xz = yields = x for the velocity
dx dx
distribution
   
g cos g cos
8. Integrating the velocity profile yields vz = x2 + C2 , and C2 = 2 since vz = 0
2 2
at x = if is the depth in the x direction of the fluid film
g 2 cos
  x 2 
vz = 1
2

1 Note

the rearrangement of terms required so that the definition of the derivative has xz x+x xz x and not xz x

xz
x+x

9
3.4 Flow Through a Circular Tube
Consider the following system (graphic from BSL)

1. This problem is best done using cylindrical coordinates. The fluid is moving in the z direction, vz =
vz (r), and thus the j tensor subscript is equal to z and i is r. Therefore, the only relevant stress is rz .
Also, P (z). A z momentum balance will be performed with a differential in the r direction. The force
of gravity is in the same direction of fluid flow, so it will be positive
2. Setting up the shell balance yields2

(2rLrz ) r (2rLrz ) r+r + 2rr (P0 PL ) + 2rrLg = 0

3. Dividing by 2Lr, letting the thickness of the shell approach zero, and utilizing the definition of the
derivative yields  
d (rrz ) P0 PL
= + g r
dr L
4. While its algebraically equal to the above equation, a substitution of modified pressure3 can generalize
the equation as
P0 PL
 
d (rrz )
= r
dr L
r (P0 PL ) C1
5. Integrating the above equation yields rz = + , and C1 = 0 since rz = at r = 0,
2L r
which is impossible, so
P0 PL
 
rz = r
2L
 
dvz
6. Using Newtons law of viscosity of rz = yields
dr
P0 PL
 
dvz
= r
dr 2L
 
2 Note that you cannot do 2rL rz r rz r+r
3 The modified pressure, P, is defined as P = P + gh where h is the distance in the direction opposite of gravity. In this

problem, P = P gz since height z is in the same direction as gravity

10
P0 PL (P0 PL ) R2
 
7. Integrating the above equations yields vz = r2 + C2 , and C2 = since
4L 4L
the solid-liquid boundary condition states that vz = 0 at r = R, so

(P0 PL ) R2
  r 2 
vz = 1
4L R

3.5 Flow Through an Annulus


Consider the following system where the fluid is moving upward in an annulus of height L (graphic from
BSL)

1. This problem is best done using cylindrical coordinates. The fluid is moving in the z direction, so the
momentum balance is in the z direction with a differential in the r direction. vz (r), so the only relevant
stress is rz . Also, P (z), and the force of gravity is negative since its in the opposite direction of fluid
flow

2. The shell balance can be written as



2rrP0 2rrPL + 2rrz r 2rLrz r+r 2rLrg = 0

3. Dividing by 2Lr yields


 
r rz r+r rz r r (P0 PL )
+ gr = 0
r L

4. Letting the limit of r approach zero, and applying the definition of the derivative yields

d (rrz ) r (P0 PL g)
=
dr L

5. Substituting the modified pressure yields4

P0 PL
 
d (rrz )
= r
dr L
4 Note here that P = P + gz since the z height is in the opposite direction of gravity

11
6. Integrating the above equation yields

P0 PL
 
C1
rz = r+
2L r

7. The constant of integration cannot be determined yet since we dont know the boundary momentum
flux conditions. We know that the velocity only changes in the r direction, so there must be a maximum
velocity at some arbitrary width r = R, and at this point there will be no stress. This is because ij
is a function of the rate of change of velocity, and since the derivative is zero at a maximum, the stress
term will go to zero. Therefore,
P0 PL
 
C1
0= R +
2L R

8. Solving the above equation for C1 and substituting it in yields

(P0 PL ) R  r 
  
2 R
rz =
2L R r

dvz dvz
9. Using rz = and integrating yields
dr dr
(P0 PL ) R2  r 2
 r 
vz = 22 ln + C2
4L R R

10. The boundary conditions state that vz = 0 at r = R and vz = 0 at r = R (solid-liquid interfaces),


1 2
which yields a system of equations that can be solved to yield C2 = 1 and 2 =  
1
2 ln

11. Substituting the results from above yields the general equations of

(P0 PL ) R 2
 
r 1   R
 
rz =
2L R 1 r
2 ln


(P0 PL ) R2  2
1 r 1 2  r 
vz =   ln
4L R 1 R
ln

12
4 Mass, Energy, and Momentum Balances
4.1 Mass and Energy Balance
For mass balances,
X X d d
min mout = (m)system = (V )system
dt dt
For energy balances with heat (q) and work5 (w),
X X d
qw+ Ein Eout = (Esys )
dt

Therefore, a general equation can be written as the following where e is the internal energy per unit
mass,
      
X P 1 X P 1 d 1
min e + + gz + v 2 mout e + + gz + v 2 +qw = msys e + gz + v 2
2 in 2 out dt 2 sys

Power can be written as


Power = mw = F v = QP

4.2 Bernoulli Equation


At steady state conditions, the general equation for the mass-energy balance of an inlet-outlet system
can be written as the following

v12 P1 v2 P2
e1 + + gz1 + + q = e2 + 2 + gz2 + + w
2 1 2 2

The energy balance simplifies to the mechanical energy balance with constant g and at steady-state
with F representing frictional losses:
 2 2
v dP
+ gz + + w + F = 0
2 1

F is always positive, w is positive if the fluid performs work on the environment, and w is negative
if the system has work done on it
kg m2
Note that F is a frictional energy per unit mass. Recall that energy is . Also, w is energy
s2
Therefore, if one solves for F, this value can be divided by g to get the friction head, which
has SI units of m

If the fluid is incompressible, is constant, so it becomes


 2
v P
+ gz + + w + F = 0
2

For steady-state, no work, no frictional losses, constant g, and constant density (incompressible), the
Bernoulli Equation is obtained:  2
v P
+ gz + =0
2

For a problem that involves draining, if the cross sectional area of the tank is significantly larger
than the siphon or draining hole, v1 can be approximated as zero
5A positive work value indicates work done by the system while a negative work indicates work done on the system

13
4.3 Momentum Balance
Of course, the momentum balance was already seen in the shell momentum balance section, but for clarity
it is included here as well (without assuming steady state conditions):
Recall that momentum is:
M mv

Therefore,
X X X d dMsys
(mv) (mv) + F = (mv)sys
in out sys
dt dt

While it may seem impossible to add a force and momentum together, realize that is not what is
being done. Instead, its a mass flow rate times velocity, which happens to have the same units
of force, so addition can be performed

Some forces that are relevant to fluid dynamics are


X X X X X
F = F+ F+ F+ F
sys gravity pressure visc. other

5 Differential Equations of Fluid Mechanics6


5.1 Vectors and Operators
5.1.1 Dot Product



If u = hu1 , u2 , u3 i and v = hv1 , v2 , v3 i, then the dot product is



u

v = u1 v1 + u2 v2 + u3 v3

5.1.2 Cross Product


The cross product is the following where is between 0 and radians


u

v = (u2 v3 u3 v2 ) i (u1 v3 u3 v1 ) j + (u1 v2 u2 v1 ) k

5.1.3 Gradient
The operator is defined as

= i + j + k
x y z

The gradient of an arbitrary scalar function f (x, y, z) is

f f f
grad(f ) = f = i + j + k
x y z

5.1.4 Divergence
For an arbitrary 3-D vector

v , the divergence is
vx vy vz
div (

v ) =

v = + +
x y z
6 See Section 10 for equations written out for the various coordinate systems

14
5.1.5 Curl
The curl of an arbitrary 3-D vector

v is
     
vz vy vx vz vy vx
curl(

v)= v = i + j + k
y z z x x y

5.1.6 Laplacian
The Laplacian operator, 2 , acting on an arbitrary scalar f (x, y, z) is

2f 2f 2f
2 f = + +
x2 y 2 z 2

5.2 Solution of the Equations of Motion


A differential mass balance known as the continuity equation can be set up as

+

v =0
t


If is constant, then = 0, and the values can be factored out of the above equation to make
t

v =0

For constant and , the Navier-Stokes Equation states that





v
+
v

v = P + 2
v +

g
t

5.3 Procedure for Using Navier-Stokes Equation


1. Choose a coordinate system and find the direction of the flow
2. Use the continuity equation (making simplifications if is constant) to find out more information
3. Use the Navier-Stokes equation in the direction of the fluid flow and eliminate terms that are zero
based on the direction of the flow and the results of the continuity equation

(a) Be careful to make sure that



g is in the correct direction

4. Integrate the resulting equation and solve for the boundary conditions

5.4 Flow Through a Circular Tube Using Navier-Stokes


The problem in Section 3.4 can be revisited, as the Navier-Stokes equation can be used on problems where
the shell momentum balance method was originally used. For this problem, refer to the earlier diagram, and
assume the pressure drops linearly with length. Also assume that and are constant:
1. The best coordinate system to use is cylindrical, and the continuity equation can be written as
1 1 v vz


v = (rvr ) + + =0
r r r d z

2. The continuity equation turns into the following since velocity is only in the z direction:
vz
=0
z

15
3. Now the Navier-Stokes equation can be written in the z direction as

1 2 vz 2 vz
     
vz vz v vz vz P 1 vz
+ vr + + vz = + r + 2 + + gz
t r r z z r r r r d2 z 2

4. The Navier-Stokes equation simplifies to the following since vz (r), vr = v = 0, and the linear change
P PL P0
in pressure means = :
z L
 
PL P0 vz
0= + r + gz
L r r r

5. Rearranging the above equation yields


   
1 PL P0 1 d vz
gz = r
L r dr r

6. For simplicitys sake, let the left-hand side equal some arbitrary constant to make integration easier
 
1 d vz
= r
r dr r

7. Integrating the above equation yields


r2 vz
=r + C1
2 r
8. Integrating the above equation again yields

r2
C1 ln r + C2 = vz
4

9. At r = 0, the log term becomes unphysical, so C1 = 0. The equation is now

r2
+ C 2 = vz
4

R2
10. There is a solid-liquid boundary at r = R, and vz = 0 here, so C2 =
. Therefore,
4
r2 R2
 
2 2 1 P L P0
gz r2 R2
 
vz = = r R =
4 4 4 L

11. Substituting P = P gz into this problem yields the same result as in Section 3.4

5.5 Flow Through a Heat-Exchanger


Consider a heat-exchanger as shown below with an inner radius of R1 and outer radius of R2 with z pointing
to the right. Fluid is moving to the right (+z) in the outer tube, and the fluid is moving to the left in the
inner tube (-z). Assume that the pressure gradient is linear and that R1 < r < R2 :

16
1. Cylindrical coordinates are best to use here, and velocity is only in the z direction. The continuity
equation is equivalent to the following, assuming constant and
vz


v =0 =0
z

2. Setting up the Navier-Stokes equation in the z direction simplifies to the following (recall that g isnt
necessary since gravity isnt playing a role)
  
P 1 vz
= r
z r r r

3. Since the pressure gradient is linear,


 
PL P0 d dvz
r= r
L dr dr

4. Integrating the above equation yields


PL P0 2 dvz
r =r + C1
2L dr

5. Integrating the above equation yields


PL P0 2
vz = r C1 ln r + C2
4L

6. Letting the constant term in front of the r2 become for simplicity yields

vz = r2 C1 ln r + C2

7. At r = R1 , vz = 0 since its a solid-liquid boundary7 , so

C2 = R12 + C1 ln R1

8. At r = R2 , vz = 0 since its a solid-liquid boundary, so



R22 R12
C1 =  
R1
ln
R2

9. Substituting back into the equation for vz yields



 
2 R22 R12 2 ln R1 R22 R12
vz = r +   ln r R 1  
R1 R1
ln ln
R2 R2

10. Substituting back in for and simplifying yields


 
r

ln
PL P0  R2  R22 R12 + R22 r2
 
vz =
4L R2
ln
R1
7 Note that C1 6= 0 because r is never actually zero. The outer tube cannot be smaller than the inner tube, so zero volume
in the outer tube is actually r = R1

17
6 Velocity Distributions with More Than One Variable
6.1 Time-Dependent Flow of Newtonian Fluids
6.1.1 Definitions
To solve these problems, a few mathematical substitutions will be made and should be employed when
relevant to make the final solution simpler

The kinematic viscosity is



=

For a wall-bounded flow, the dimensionless velocity is defined as the following where vi is the local
velocity and v0 is the friction velocity at the wall
vi
=
v0

6.1.2 Flow near a Wall Suddenly Set in Motion


A semi-infinite body of liquid with constant density and viscosity is bounded below by a horizontal surface
(the xz-plane). Initially, the fluid and the solid are at rest. Then at t = 0, the solid surface is set in motion
in the +x direction with velocity v0 . Find vx , assuming there is no pressure gradient in the x direction and
that the flow is laminar.

1. Cartesian coordinates should be used. Also, vy = vz = 0, and vx = vx (y, t) since it will change with
height and over time
vx
2. Using the continuity equation yields = 0 at constant , which we already know because vx is not
x
a function of x
   2 
vx vx
3. Using the Navier-Stokes equation in the x direction yields = . This can be simpli-
t y 2
vx 2 vx
fied to =
t y 2
4. Boundary and initial conditions must be set up:

(a) There is a solid-liquid boundary in the x direction, and the wall is specified in the problem stating
as moving at v0 . Therefore, at y = 0 and t > 0, vx = v0
(b) At infinitely high up, the velocity should equal zero, so at y = , vx = 0 for all t > 0
(c) Finally, time is starting at t = 0, so vx = 0 at t 0 for all y

5. It is helpful to have the initial conditions cause solutions to be values of 1 or 0, so the dimensionless
vx 2
velocity of (y, t) = will be introduced such that = 2
v0 t y

(a) It is now possible to say (y, 0) = 0, (0, t) = 1, and (, t) = 0


y
6. Since is dimensionless, it must be related to since this (or multiplicative scale factors of it) is
t
y
the only possible dimensionless group from the given variables. Therefore, = () where = .
4t
The 4 term is included in the denominator for mathematical simplicity later on but is not necessary
7. With this new dimensionless quantity, the equation in Step 5 can be broken down from a PDE to an
ODE

18

(a) First, = . The value for can be found from taking the derivative with respect to t
t t t
d 1
of defined in Step 6. This yields =
t d 2 t

(b) Next, = . The value for can be found from taking the derivative with respect to y
y y y
d 1
of defined in Step 6. This yields =
y d 4t
2 2
     
d 1 d 1
i. We want though, so perform = = =
y 2 y 2 y y d 4t d 4t
d2 1
d 2 4t
d2 d
(c) Therefore, + 2 =0
d 2 d
8. New sets of boundary conditions are needed for
(a) At = 0, = 1 since this is when y = 0, and it was stated earlier that (0, t) = 1
(b) At = , = 0 since this is when y = , and it was stated earlier that (, t) = 0
d d2
9. To solve this differential equation, introduce = to make the equation + 2 = 0, which will
 d d 2
yield = c1 exp 2

10. Integrating yields = c1 0 exp 2 d + c2
(a) is used here since it is a dummy variable of integration and should not be confused with the
upper bound of
11. The boundary conditions of = 0 and = 1 can be used here to find c1 and c2 , which produces the
equation () = 1 erf ()
2 z 2
(a) The error function is defined for an arbitrary z and as erf (z) = 0 e d

6.2 The Potential Flow and Streamfunction


The vorticity of a fluid is defined as


w =

v
If the vorticity of a fluid is zero, then it is said to be irrotational
The velocity potential, , can be defined as the following, which satisfies irrotationality8

v =

The stream function, , can be defined as the following, which satisfies continuity9


v = z

The Laplace equation is


2 = 0
To obtain the Laplace equation from , substitute it into the continuity equation
To obtain the Laplace equation from , substitute it into the irrotationality condition
A stagnation point is defined as the point where the velocity in all dimensions is zero
8A table of velocity potentials can be found in the Appendix.
9A table of stream functions can be found in the Appendix.

19
6.3 Solving Flow Problems Using Streamfunctions
6.3.1 Overview
To solve two-dimensional flow problems, the streamfunction can be used, and the equations listed in
the Appendix for the differential equations of that are equivalent to the Naiver-Stokes equation
should be used
For steady, creeping flow, the only term not equal to zero is the term associated with the kinematic
viscosity,

This is also true at Re  1

When dealing with spherical coordinates, r and will still be used, but z will be used in place of for
the third dimension

6.3.2 Creeping Flow Around a Sphere10


Problem Statement: Obtain the velocity distributions when the fluid approaches a sphere in the positive
z direction (if z is to the right). Assume that the sphere has radius R and Re  1.

Solution:
First, realize that this is two-dimensional flow, so a stream function should be used in place of the Navier-
Stokes equation for (relative) mathematical simplicity. The equivalent for the Navier-Stokes equation in
spherical coordinates can be found in the Appendix. Since Re  1, the stream function differential equation
2
becomes 0 = E 4 , which is simplified to 0 = E 4 . Substituting in E 2 into this equation yields
2
2
 
sin 1
2
+ 2 =0 (1)
r r sin
The next step is to find the boundary conditions. Note that it is best to find all boundary conditions
regardless of how many variables are actually needed. The first two boundary conditions are for the no-slip
solid-liquid boundary condition where r = R. Here,
1
vr = =0 (r = R) (2)
r2 sin
and
1
v = =0 (r = R) (3)
r sin r
which are the definitions of the stream function in spherical coordinates. The velocity components at r = R
equal zero since the sphere itself is not moving. For the last boundary condition, analyze the system at a
point far away from the sphere: r . To do this, first note that v is tangential to the streamlines around
the sphere. Due to mathematical convention (quadrants are numbered counterclockwise), this is graphically
shown as
10 This problem has not been explained in full detail with regards to both concepts and the math in all the textbooks and
websites I could find, so effort has gone into a thorough explanation here.

20
The diagram shown above indicates the following. The projection of the sphere (a circle) is drawn such
that it is similar to a unit circle with the angles () drawn in at the appropriate quadrants. The cyan lines
represent the streamlines. v represents some velocity at a point infinitely far out to the right. The yellow
vectors represent the direction of v , which is always tangential to the sphere and goes counterclockwise.
3
Note how the yellow v vector goes in the same direction of v at = and against the direction of v
2

at = . Also notice that v is completely perpendicular to v at = 0, .
2
With this diagram available, one should find v at each quadrant when r . At = 0, v = 0 since
the flow of the fluid is perpendicular to v and thus none of the fluid is actually flowing in the v direction.

At = , v = v since the flow is parallel (but in the opposite direction) to v , assuming that v is the
2
velocity of the fluid infinitely far to the right of the sphere. At = , v = 0 since the flow is perpendicular
3
to v . At = , v = v since the flow is parallel (and in the same direction) to v .
2
The next step is to come up with a function for v given the values we previously defined. The most
reasonable function that has the values of v shown earlier at each axis is

v = v sin (4)

This can be seen by analyzing the sine function. Sine goes from 0 to 1 to 0 to 1 in intervals of around the
2
unit circle. Multiplying sine by a factor of v simply changes the magnitude of the function and ensures
the correct value at each point.
As a quick aside, one might care to know what vr is equal to at r since we have just found v at
r (Eq. 4). To do this, analyze the vector triangle shown below. Note that v is horizontal since it is
defined as the velocity infinitely far out to the right of the sphere, and vr is at some arbitrary angle since
it represents a radial value, which can be oriented at infinitely many angles. The triangle is therefore

Using trigonometry, one can state the following (note the location of the right angle and thus the hy-
potenuse):
vr = v cos
With (Eq. 4), we can equate v to the corresponding definition of the stream function. Recall that v =
1
in spherical coordinates. This can be rearranged to d = v r sin2 dr by cross-multiplication
r sin r

21
and substitution of (Eq. 4) for v . This can then be integrated to yield the third and final boundary condition
of
1
= v r2 sin2 (r ) (5)
2
A solution must now be postulated for . To do this, look at (Eq. 5). It is clear that has an angular
component that is solely a function of sin2 . There is also a radial component, which can be assigned some
arbitrary f (r). Therefore, a postulated solution is of the form

(r, ) = f (r) sin2 (6)

Now, substitute (Eq. 6) into (Eq. 1) and solve. This is a mathematically tedious process, but the bulk
of the work has been shown below. Recognize that it is probably easiest to find E 2 and then do E 2 E 2
instead of trying to do E 4 all in one shot. Therefore,
 2  
sin 1
2
E = + 2 f (r) sin2 = 0
r2 r sin

Multiply f (r) sin2 through and be careful of terms that are and are not influenced by the partial derivatives.
Also recall that differential operators are performed from right to left. This yields
2
 
2 2 d f (r) f (r) sin 1
E = sin + 2 cos sin = 0
dr2 r2 sin

After applying the right-most derivative,

d2 f (r) 2f (r) sin2


E 2 = sin2 =0
dr2 r2
Factoring sin2 out of the equation yields

d2 f (r) 2f (r)
E2 = =0 (7)
dr2 r2
4
 solution of E = 0,
This is close to the final but recall that this was just E 2 that was evaluated. We must
2 2 2
now evaluate E E , or, equivalently, E of (Eq. 7). This is equivalent to saying

2 d2 f (r) 2f (r)
    
sin 1
E4 = 2
+ 2 =0
r r sin dr2 r2

This simplifies to
d2 d2
  
2 2
E4 = 2 2 f =0 (8)
dr2 r dr2 r
The above differential equation is referred to as an equidimensional equation, and equidimensional equa-
tions should be tested with trial solutions of the form Crn . An equidimensional equation has the same units
d2 2
throughout. For instance, 2 has units of m2 and so does 2 . Therefore, since all terms have the same
dr r
units, this is an equidimensional equation. By substituting Crn into (Eq. 8), n may have values of -1, 1, 2,
and 4. This can be seen by the following:
 2  2 
d 2 d 2
Crn = 0
dr2 r2 dr2 r2

Applying the right-hand parenthesis yields


 2 
d 2
n (n 1) Crn2 2Crn2 = 0
dr2 r2

22
This simplifies to
d2
 
2
2 Crn2 [n (n 1) 2] = 0
dr2 r
Applying the left-hand parentheses yields

(n 2) (n 3) Crn4 [n (n 1) 2] 2Crn4 [n (n 1) 2]

Simplifying this yields


[(n 2) (n 3) 2] [n (n 1) 2] Crn4 = 0
Finally, one more algebraic simplification yields

(n 4) (n 2) (n 1) (n + 1) Crn4 = 0

The solutions to the above equation are n = 1, 1, 2, 4. This makes f (r) the following general equation with
four terms:

f (r) = C1 r1 + C2 r + C3 r2 + C4 r4 (9)
4
The constant C4 must equal zero. This is because C4 is multiplied by r , and (Eq. 5/6) does not have
1
an r4 term in it. C3 must equal v because C3 is multiplied by an r2 term, and the equation for (Eq.
2
1
5/6) has a v r2 in it. The reason that C4 = 0 and C1 and C2 do not is that we know that the highest
2
term in the equation for is an r2 term. Any term that converges faster than the maximum order (r2 ) must
be zero. Therefore, the C1 term and C2 term do not have to go to zero, but the C4 term does. This makes
the equation for the following by plugging (Eq. 9) into (Eq. 6):
 
1
(r, ) = C1 r1 + C2 r v r2 sin2 (10)
2

Using the definition of vr in relation to the stream function, one can rewrite this equation as the following

by plugging the equation for (Eq. 10) into in the equation for vr :

 
1 C2 C1
vr = 2 = v 2 2 3 cos (11)
r sin r r

Similarly for v ,  
1 C2 C1
v = = v + 3 sin (12)
r sin r r r
By setting vr = 0 and v = 0 at the r = R no-slip boundary conditions and solving for C1 and C2 , we
1 3
get a system of 2 linear equations with C1 = v R3 and C2 = v R. One somewhat easy way to do
4 4
this is to add (Eq. 11) and (Eq. 12), which cancels a lot of terms in the system of equations. However, any
method to solve the system is sufficient. With these constants, one can rewrite the equation for (Eq. 10)
as
R3
 
1 3 1
(r, ) = v + v Rr v r2 sin2 (13)
4 r 2 2
Therefore, rewriting (Eq. 11) and (Eq. 12) with the values for the constants substituted in yields the
following
   3 !
3 R 1 R
vr = v 1 + cos
2 r 2 r
   3 !
3 R 1 R
v = v 1 sin
4 r 4 r

23
6.4 Solving Flow Problems with Potential Flow
6.4.1 Overview
To solve two-dimensional problems with fluids that have very low viscosities, are irrotational, are
incompressible, and are at steady-state, the potential flow method can be used

6.4.2 Steady Potential Flow Around a Stationary Sphere


Problem Statement: Consider the flow of an incompressible, inviscid fluid in irrotational flow around a
sphere. Solve for the velocity components.

Solution:
This problem is best done using spherical coordinates. The boundary conditions should then be found.
There is a no-slip boundary condition at r = R. Here,

vr = =0 (r = R) (14)
r
and
1
v = =0 (r = R) (15)
r
Now, infinitely far away should be analyzed. At this point,

vr = v cos (r ) (16)
and
v = v sin (17)
For explanation of how to obtain (Eq. 16/17), see the previous example problem with the stream function.
Now, analyze in order to come up with a trial expression. This is done by substituting (Eq. 16) or
(Eq. 17) into (Eq. 14) or (Eq. 15) and solving for via integration. Whether you choose to substitute vr
or v , the reasonable trial solution is of the form

(r, ) = f (r) cos (18)

Next, substitute (Eq. 18) into the Laplace equation such that

2 f (r) cos = 0

This expression becomes the following in spherical coordinates


   
1 2 1
r + sin =0
r2 r r r2 sin
Doing some of the derivatives yields
 
1 d 2 df (r) 1
f (r) sin2 = 0

2
r cos + 2
r dr dr r sin
Performing the right-most derivative and factoring out the cosine yields the following. Note that the left-most
derivative is retained since doing a product rule is just extra work.
 
1 d 2 df (r) 2f (r)
r =0 (19)
r2 dr dr r2
Note that (Eq. 19) is an equidimensional equation (see previous example problem with the stream
function for more detail). Therefore, a test solution of Crn should be inputted for f (r) in (Eq. 19). Doing
this yields
n
2 (Crn )
 
1 d 2 d (Cr )
2
r =0
r dr dr r2

24
This should be some fairly simple calculus, which will result in the algebraic expression

(n + 2) (n 1) = 0

This has roots of n = 2 and n = 1, so the trial expression f (r) can be written as

f (r) = C1 r + C2 r2

Substituting f (r) into (Eq. 18) yields

(r, ) = C1 r + C2 r2 cos

(20)

Apply the boundary conditions to solve for the constants. For instance, at r = R, we know that

vr = = 0, so substituting (Eq. 20) into this expression yields
r
2C2
C1 =0
r3
Evaluating this at r = R and rearranging yields
1
C2 = C1 R 3 (21)
2

At r , we know that vr = v cos = , so substituting (Eq. 20) into this expression yields
r
C1 2C2 r3 cos = v cos


Evaluating this at r and rearranging yields

C1 = v

Plugging the above expression into (Eq. 21) will yield


1
C2 = v R2
2
Plugging the newly found expressions for C1 and C2 into f (r) yields
R2
 
f (r) = v 1 + 2
2r
and substituting this f (r) into (Eq. 20) yields
R2
 
(r, ) = v 1+ 2 cos (22)
2r
Now that an expression for is found, we can find the velocity components using

v = (or the
equivalent definitions in the Appendix). For instance, we know that
1
vr = , v =
r r
Therefore, plugging (Eq. 22) into the above expressions will yield vr and v after simplification. They will
come to  3 !
R
vr = v 1 cos
r
and  3 !
1 R
v = v 1+ sin
2 r

25
6.5 Boundary Layer Theory
6.5.1 Derivation of Prandtl Boundary Layer Conditions
Boundary layer theory involves the analysis of a very thin region (the boundary layer), which, due to
its thinness, can be modeled in Cartesian coordinates despite any apparent curvature. For consistency,
x will indicate downstream and y will indicate a direction perpendicular to a solid surface
To be clear, a boundary layer is the following. Consider a solid object in a fluid. The area we are
investigating is near this solid - not on the edge of the solid yet not very far away from the solid.
Therefore, we will consider a hypothetical thin boundary layer that surrounds the solid
Let v be the approach velocity on the surface (arbitrary dimension), I0 be the length of the object,
and 0 be the thickness of the thin boundary layer

Since we define this as a very thin boundary layer, we know that 0  I0

The scenario described above is depicted below for reference. The dashed line is the boundary layer
(graphic from BSL):

vx vy
The continuity equation for this system is + = 0, and the N-S equation in the x and y
x y
directions can be written as
 2
2 vx
  
vx vx 1 P vx
vx + vy = + + (23)
x y x x2 y 2

and
2 vy 2 vy
   
vy vy 1 P
vx + vy = + + (24)
x y y x2 y 2

To solve a boundary layer problem, approximations need to be made that will simplify the N-S equations
We know that vx = 0 at the solid-liquid boundary (no-slip condition). Therefore, vx varies from 0 to
v from the solids edge to the edge of the hypothetical boundary layer. Also, 0 is the thickness,
which is in the y direction. As such11 ,
 
vx v
=O (25)
y 0

In the length direction, I0 , the fluid can only slow down once it hits the solid. Therefore, vx has a
maximum of v such that  
vx v
=O (26)
x I0
11 The O operator indicates order of magnitude of.

26
Integrating (Eq. 26) yields
I0
!
v
vx = O dx = O (v )
I0 0

The continuity equation can be performed to find out that


 
vy v
=O (27)
y I0

Integrating (Eq. 27) yields


0
!  
v v 0
vy = O dy =O
I0 0 I0

This means that vy  vx since we stated earlier that 0 is a very small quantity

Looking at the N-S equations listed earlier, the terms can be replaced with their order of magnitude
equivalents. First, the x direction N-S equation will be analyzed (Eq. 23):

First, the following relationship holds due to (Eq. 26) and the fact that vx = O (v )
 2 
vx v
vx =O (28)
x I0
 
v 0
Second, the following relationship holds due to (Eq. 25) and the fact that vy = O found
I0
earlier
2
 
vx v
vy =O (29)
y I0
Next, the following relationship holds due to (Eq. 26):

2 vx
 
v
=O (30)
x2 I02
2
Note that the it is not v in the numerator because a second-derivative indicates two instances
of dx and not two instances of vx
This also means that the following relationship holds due to (Eq. 25):

2 vx
 
v
= O (31)
y 2 02

Additionally,
2 vx 2 vx
2
 (32)
x y 2
This is because we already stated I0  0 , and 0 is in the denominator of (Eq. 31) while I0
is in the denominator of (Eq. 30)

Now all portions of the x direction N-S equation have been replaced piece-by-piece
According to boundary layer theory, the left velocity components of N-S equations should have the
same order of magnitude as the velocity components on the right side of the N-S equations at the
boundary layer

27
Therefore, rewriting (Eq. 23) with the previously defined order of magnitude analogues and the
fact that vx  vy as well as the relationship in (Eq. 32) yields
2
 
v v
=O 2
I0 0

Rearranging the above equation and substituting in the Reynolds number yields the more fre-
quently used relationship of  
0 1
=O
I0 Re
All information from the x direction N-S equation has now been extracted. To be completely math-
ematically rigorous, the y direction N-S equation should be analyzed, but this will simply yield that
the N-S equation in the y direction is much less significant than the x direction N-S equation (see Eq.
4.4-9 in Bird for a mathematical justification). This does not really come as a surprise since we stated
P P
vy  vx earlier. This also means that  such that the modified pressure is only a function
y x
of x.
Collectively, this information leads us to the Prandtl boundary layer equations, which are
vx vy
+ =0 (33)
x y
and
vx vx 1 dP 2 vx
vx + vy = + (34)
x y dx y 2
The first Prandtl boundary layer equation is simply the continuity equation stated at the beginning
of this section, and the second equation is the simplified N-S equation in the x direction taking
into account (Eq. 32)

6.5.2 Derivation of the von Karman Momentum Balance12


With these assumptions in place, the Prandtl boundary layer equations can be solved for and will yield
the Karman momentum balance
Taking the derivative with respect to x of the Bernoulli Equation at the edge of the boundary will
yield a useful relationship. Note that vx (x, y) ve (x) at the outer edge of the boundary layer

d P(x) ve (x)2
 
d
+ = [constant]
dx 2 dx

This simplifies to the following (note the use of product rule)


 
1 dP(x) 1 dve (x) dve (x)
+ ve (x) + ve (x) = 0
dx 2 dx dx

Further simplification yields


dve (x) 1 dP(x)
ve (x) = (35)
dx dx

Now, (Eq. 33) will be analyzed. It can integrated and rearranged to yield13
y
vx
vy = dy (36)
0 x
12 Not required for ChBE 21 at Tufts University.
13 The function of x (e.g. ve (x)) will be dropped for simplicity.

28
Plugging (Eq. 35) and (Eq. 36) into (Eq. 34) yields
 y
2 vx

vx vx vx dve
vx dy = ve + (37)
x 0 x y dx y 2
Integrating (E. 37) from y = 0 to y = yields
  y    2 
vx vx vx dve vx
vx dy ve dy = dy (38)
0 x y 0 x dx 0 y 2
The RHS of the above equation is

2 vx vx
dy =
0 y 2 y 0
Evaluating at y = yields zero since the top of the boundary layer should have inviscid
outer flow (viscosity only matters in a region close to the boundary layer). This yields

vx
RHS = (39)
y y=0

The second term on the LHS can now be evaluated. It can be rewritten as
 y 
vx vx
Second Term on LHS = dy dy
0 y 0 x
Integration by parts yields
 
vx vx
Second Term on LHS = vx |0 dy vx dy
0 x 0 x
Recall that vx (x, y) and vx (x, ) ve (x) such that the above equation can be rewritten as

vx vx
Second Term on LHS = ve dy + vx dy (40)
0 x 0 x
Substituting (Eq. 39) and (Eq. 40) into (Eq. 38) yields

vx vx dve vx
2 vx dy ve dy ve dy = (41)
0 x 0 x 0 dx y y=0
After some manipulation and multiplication by , the above equation becomes the von Karman
momentum balance of

dve

vx d
= v x (v e v x ) dy + (ve vx ) dy
y y=0 dx 0 dx 0

7 Flow in Chemical Engineering Equipment


7.1 Laminar Flow
For a horizontal pipe of length L and radius R, the velocity profile can be written as the following at
any radial point r
P 2
r R2

v=
4L
The total flow rate can be written as
2 R
P R4
Q= v rdrd =
0 0 8L
The mean velocity is given as
Q R2 P
hvi = =
R2 8L
and the maximum velocity is simply twice the mean velocity

29
7.2 Friction Factors for Flow in Tubes
The Fanning friction factor is defined as the following with the usual definitions and w as the wall
shear stress
2w DP
fF = =
hvi2 2Lhvi2

For Laminar flow,


16
fF =
Re

7.3 Friction Factors for Flow Around Submerged Objects


The coefficient of drag is given as
FD /AP
CD = 2
v

D2
AP is the project area and is for flow around a submerged sphere and FD is the drag force
4
P
and is given as FD =
v
The settling of a spherical particle under the influence of gravity is given as

D3 D3 s dv
(s f ) g FD =
6 6 dt

dv
At terminal velocity or any other steady-state condition, = 0. Therefore, solving for FD and
dt
plugging into the definition of CD yields

4gD (s f )
CD = 2
3v f

All subscripts of s indicate the spherical object and f for the fluid. For terminal velocity, v = vt

The above equation for CD can be rewritten as

4gf D3
CD Re2 = (s f )
32
or as
CD 4g (s f )
=
Re 32f v
3

8 Thermal Conductivity and the Mechanisms of Energy Transport


8.1 Fouriers Law of Heat Conduction
The heat flux (

q ) is defined as (Fouriers Law of Cooling)


q = kT

The heat flux is related to the heat flow (Q) by

Q=

q A = AkT

30
The thermal diffusivity is defined as the following where Cp is heat capacity at constant pressure with
per-mass units,
k
=
Cp

The units of are length-squared per unit time

The Prandtl number (unitless) is defined as

Cp
Pr = =
k

8.2 The Microscopic Energy Balance


8.2.1 Equation
The microscopic energy balance states that
 
T
Cp + v T =

q +S
t

Using Fouriers Law of cooling yields the equivalent14


 
T
Cp +v T = (kT ) + S
t

Note that (kT ) = k2 T when k is constant

T
The is the accumulation term, the (

v ) T term is convective, the (kT ) is the conductive
t
term, and S is the source term
Dividing by CP and assuming k is constant yields
 
T
S
+ ( v ) T = 2 T +
t Cp

where
k

CP
Recall the following thermodynamic definition as well:
 
H
Cp =
T P

8.2.2 Boundary Conditions


The temperature may be specified at a surface
The heat flux normal to a surface may be given (this is the same as saying the normal component of
the temperature gradient)
There must be continuity of temperature and heat flux normal to the surface at the interfaces
At a solid-liquid interface, q = h (T0 Tb ) where Tb is the bulk temperature and T0 is the solid surface
temperature
14 Since boundary conditions are more frequently based on temperature quantities, this form of the equation is typically more
useful.

31
8.3 Conduction through a Block
Prompt: There is a rectangular prism with heat flow solely in the +x direction. The left face of the object
is at a temperature T1 , and the right face of the object is at a temperature T2 . The length of the box is
x = B. Assume that k = a + bT , where a and b are constants. Solve for the heat flux through the object.
Solution:
1. The Cartesian coordinate system should be used. Also, there is only conduction, and it is in the x
direction such that T (x)
T
2. Using the microscopic energy balance, realizing it is steady state so = 0, that

v = 0, and that
t
S = 0 yields
0 = (kT )

3. Substituting in for k and rewriting the equivalents for yields


 
d dT
0= (a + bT )
dx dx

4. Integrating once yields


dT
C1 = (a + bT )
dx
5. Integrating again yields
bT 2
C1 x + C2 = aT +
2
6. At the interfaces, there must be continuity of temperature, so at x = 0, T = T1 , and at x = B, T = T2

bT12
C2 = aT1 +
2

a (T2 T1 ) b T22 T12
C1 = +
B 2B
7. From this, the temperature profile can be fully described. However, since the heat flux is desired,
dT
Fouriers Law will be used. Note that step 4 indicated that C1 = k . Therefore,
dx
" #
dT a (T2 T1 ) b T22 T12
qx = k = C1 = +
dx B 2B

8.4 Shell Energy Balance


As with fluids, the shell balance can be used in place of the microscopic balance for heat flow. The
equation is:

Convection In - Convection Out + Conduction In - Conduction Out + Work On System - Work By System
+ Rate of Energy Production = 0

Conduction is given as Aq where A is the projected area (analogous to the stress term in the shell
momentum balance)

The rate of energy production is given as SV where S is the rate of heat production per unit volume
and V is volume

32
8.5 Heat Conduction with an Electrical Heat Source
8.5.1 Shell Energy Balance
Problem: Find the temperature profile of a cylindrical wire with radius R, length L, an outside temperature
of T0 , and a constant rate of heat production per unit volume of Se .
Solution:
1. This problem is best done with cylindrical coordinates. Temperature is only a function of r, and the
shell will become infinitesimally small in the radial direction
2. Setting up the shell energy balance with only conduction and a source yields

Aq in Aq out + V Se = 0

3. The conduction areas are the projection, which is the circumference times the length. The volume is
simply the volume of the cylindrical shell

(2rLqr ) r (2rLqr ) r+r + 2rLrSe = 0

4. Factoring out constants yields


h i
2L (rqr ) r (rqr ) r+r + 2rLrSe = 0

5. Rearranging terms to make use of the definition of the derivative yields


h i
2L (rqr ) r+r (rqr ) r 2rLrSe = 0

6. Dividing by 2Lr and using the definition of the derivative yields


d (rqr )
= rSe
dr

7. Integrating once yields


rSe C1
qr = +
2 r
8. There must be a value at r = 0, but at r = 0, the C1 term blows up to infinity. Since this is non-physical,
C1 = 0 and the expression becomes
rSe
qr =
2
9. Fouriers Law can now be used to introduce temperature such that
dT rSe
k =
dr 2

10. Integrating once yields


r2 Se
T = + C2
4k
11. Since temperature must be continuous at the interface, at r = R, T = T0 . Therefore,
R2 Se
C2 = T0 +
4k

12. Rewriting the expression for temperature and simplifying yields


Se R2
  r 2 
T T0 = 1
4k R

33
8.5.2 Microscopic Energy Balance
Problem: Repeat the previous example using the microscopic energy balance.
Solution:
1. Cylindrical coordinates are best used for this problem. Temperature is only a function of r, the system
is at steady-state, the system is not moving, and k is assumed constant such that the microscopic
energy balance becomes
0 = k2 T + Se

2. Substituting in for 2 in cylindrical coordinates yields


 
1 d dT
k r = Se
r dr dr

3. Integrating once yields


dT Se r2
r = + C1
dr 2k
4. Integrating a second time yields
Se r2
T = + C1 ln |r| + C2
4k
5. Since the C1 term becomes unphysical at r = 0, it must be true that C1 = 0 such that

Se r2
T = + C2
4k

6. The temperature must be continuous at the interface, so at r = R, T = T0 such that

Se R2
C2 = T0 +
4k

7. This makes the final expression for the temperature

SR2
  r 2 
T T0 = 1
4k R

8. To get the heat flux, use Fouriers Law at Step 3 such that

qr r Se r2
= + C1
k 2k
dT
(a) This is because qr = k
dr
9. Since C1 was found to be zero in Step 5,

qr r Se r2
=
k 2k

10. Simplifying yields


Se r
qr =
2

34
8.6 Heat Conduction with a Nuclear Heat Source
Problem: Consider a double-layer spherical nuclear fuel element. There is a core spherical nuclear material
surrounded by a spherical coating. The radius of the nuclear material is given as Rf , and the radius from the
center to the outer edge of the coating is given as Rc . Find the heat flux and temperature profile, assuming
that the source energy is not constant and is given as
"  2 #
r
Sn = Sn0 1 + b
Rf

where Sn0 and b are constants. The outer temperature of the system is also at T0 .
Solution:
1. Spherical coordinates are best used here. The temperature and heat flux are only functions of r, and
the spherical shell will have a thickness that approaches zero in the radial direction. The only terms
are conduction and source for the heat flux from the nuclear fission. However, there is also another
expression for the heat flux through the coating part. The two expressions will be identical, but the
heat flux through the coating will not have a source.
2. Writing the shell energy balance for the fission heat flux yields with A = 4r2 (the surface area of a
sphere) and V = 4r2 r,
h i
4 r2 qrf r r2 qrf r+r + 4r2 rSn = 0
 

3. Dividing by 4r and rearranging the terms to make use of the definition of the derivative yields

d r2 qrf
= r2 Sn
dr
(a) Since Sn is a function of r, the expression will need to be substituted in for proper integration.
This yields "
 2 #
d r2 qrf

2 r
= r Sn0 1 + b
dr Rf

4. As stated before, the heat flux through the coating will be identical but without a source, so it is

d r2 qrc
=0
dr
5. Integrating the equations in Step 3(a) and Step 4 independently yields
!
f r br3 C1f
qr = Sn0 + +
3 5Rf2 r2

C1c
qrc =
r2
6. The value of r = 0 is only applicable for the inner fissionable material (since the radial values of the
coating are r = Rf to r = Rc instead of r = 0 to r = Rf ). It is clear that r = 0, the C1f terms becomes
unphysical, so C1f = 0 and thus !
3
r br
qrf = Sn0 +
3 5Rf2

7. At the interfaces, the heat flux must be continuous, so at r = Rf , qrc = qrf such that
!
c f 2
Rf3 bRf3
C1 = qr Rf = Sn0 +
3 5

35
8. Substituting the expression for C1c yields
Rf3
 
1 b
qrc = 2 Sn0 +
r 3 5

9. Now that both components of the heat flux are obtained, the temperatures can be found by using
Fouriers Law: !
f
f dT r br3
k = Sn0 +
dr 3 5Rf2
and
Rf3c
 
c dT 1 b
k = 2 Sn0 +
dr r 3 5
10. Integrating the above equations yields
!
Sn0 r2 br4
f
T = f + + C2f
k 6 20Rf2

and
Rf3
 
Sn0 1 b
Tc = + + C2c
kc 3 5 r

11. At the interfaces, the temperature must be continuous, so at r = Rf , T f = T c , and at r = Rc , T c = T 0 .


Therefore, applying these boundary conditions and solving for the constants yields
"" 2 # " 4 ##
Sn0 Rf2 Sn0 Rf2
    
f r 3 r 3b Rf
T = 1 + b 1 + 1 + 1 + T0
6k f Rf 10 Rf 3k c 5 Rc

and
Sn0 Rf2
  
3b Rf Rf
Tc = 1+ + T0
3k c 5 r Rc

8.7 Thermal Resistance


8.7.1 Rectangular Rth
It turns out that many physical phenomena can be described by Flow Rate = Driving Force/Resistance
Consider heat flowing in the x direction through a rectangular object with length B and area A. If
the temperature change is linear,
T T1 T2
qx = k Q = kA
B B
Since the change in temperature is the driving force, and Q is the flow rate, the thermal resistance in
a rectangular system can be defined as
B
Rth =
kA

8.7.2 Defining a General Q Using Rth


Using the above expression for Rth , Q can be rewritten as
T1 T2 T
Q= =
Rth Rth
The above expression holds true for systems in any coordinate system as long as Rth is appropri-
ately redefined
Here, T is not final minus initial. It is always a positive quantity, and it it is frequently Thot Tcold

36
8.7.3 Cylindrical Shell Rth
Problem: Consider a cylindrical tube (with a hollowed out center) with inner radius R1 and outer radius
R2 . The temperature of the innermost surface is T1 and outermost surface is T2 . Assume heat flows radially
and the cylinder has length L. Derive Rth .
Solution:
1. Using cylindrical coordinates, the microscopic energy balance can be rewritten as
 
1 d dT
kr =0
r dr dr

2. Integrating once yields


dT C1
=
dr r
3. Integrating again yields
T = C1 ln r + C2

4. The temperatures were defined at the interfaces, so at r = R1 , T = T1 , and at r = R2 , T = T2 such


that
T1 = C1 ln R1 + C2
and
T2 = C1 ln R2 + C2

5. Solving for C1 yields


T1 T2
C1 =
ln (R2 /R1 )

(a) Note that C2 is not needed (but can easily be solved for) since we are looking for heat flux, and
that simply requires C1 in Step 2 to be found

6. Substituting C1 in Step 2 and using Fouriers Law yields

k (T1 T2 )
qr =
r ln (R2 /R1 )

7. The heat flow can then be found as


2Lk (T1 T2 )
Q = q r Ar =
ln (R2 /R1 )

8. Since the temperature is the driving force, the thermal resistance can be defined as

ln (R2 /R1 )
Rth =
2kL

8.7.4 Spherical Shell Rth


For radial conduction in a spherical system, a similar procedure can be used to find that
R2 R1
Rth =
4kR1 R2

37
8.8 Heat Conduction through Composite Walls
8.8.1 Series and Parallel Resistances
The total resistance of resistances in series is
X
Rtot = Ri
i

The total resistance of resistances in parallel is


!1
X
Rtot = Ri1
i

8.8.2 Series Rectangular Composite


Problem: Consider a rectangular wall composed of three distinct materials. The left third (x = x0 to x = x1 )
is some arbitrary material 1, the middle (x = x1 to x = x2 ) is some arbitrary material 2, and the right third
(x = x2 to x = x3 ) is some arbitrary material 3. Each has a unique k value. Find the effective thermal
conductivity if b1 = x1 x0 , b2 = x2 x1 , and b3 = x3 x2 .
1. The heat flux must be continuous. For instance, at x = x0 , qx = q0 . At the x1 interface, q0 = q1 . At
the x2 interface, q1 = q2 . At the x3 interface, q2 = q3 . Therefore, qx = q1 = q2 = q3 = q0 . The heat
flux is a constant at each interface.
2. Since this is true, at region 1, 2, and 3,
dT
q0 = k01
dx
dT
q0 = k12
dx
dT
q0 = k23
dx
3. Integrating yields at region 1, 2, and 3,
q0
T = x + C1
k01
q0
T = x + C2
k12
q0
T = x + C3
k23
4. At x = x0 , T = T0 , and at x = x1 , T = T1 such that
q0
T0 T1 = (x1 x0 )
k01

5. Repeating this for the other regions yields


q0
T1 T2 = (x2 x1 )
k12
q0
T2 T3 = (x3 x2 )
k23
6. Adding the temperature from each region yields
 
b1 b2 b3
T0 T3 = q0 + +
k01 k12 k23

38
7. The heat flow can then be written as
T0 T3 T
Q = q0 A =  =
b1 b2 b3 Ref f
+ +
Ak01 Ak12 Ak23

where
b1 b2 b3
Ref f = + + = R1 + R2 + R3
k01 A k12 A k23 A
8. It is clear that the above system can be modeled with a circuit analog where there are three resistances
in series!
9. Bringing the area term to the numerator,

A (T0 T3 )
Q=
b1 b2 b3
+ +
k01 k12 k23

10. If we introduce kef f as the effective heat transfer coefficient,

kef f A (T0 T3 )
Q=
b1 + b2 + b3

11. Therefore,
  1
1 b1 b2 b3
kef f = + +
b1 + b2 + b3 k01 k12 k23

Note that the previous procedure was mostly a formalism. If you recognize that the composite can be
modeled as series resistances, one can jump directly to that step using the previously defined thermal
resistances for that coordinate system

8.8.3 Cylindrical Composite


Problem: There are three cylindrical shells surrounding one another. The inner temperature of the first
surface from the center is T1 and is at r1 . The inner temperature of the second surface (outer temperature
of the first surface) is T2 and is at r2 . The inner temperature of the third surface (outer temperature of the
second surface) is T3 and is at r3 . The cylinder has a length L. The heat flux is solely radial. Model the
effective thermal resistance. A rough sketch is shown below to help visualize the scenario:

Solution: Using the definition of Rth from earlier in cylindrical coordinates and realizing that this is a
system in series,
ln (r1 /r0 ) ln (r2 /r1 ) ln (r3 /r2 )
Ref f = R1 + R2 + R3 = + +
2k01 L 2k12 L 2k23 L

39
8.8.4 Parallel Rectangular Composite
Problem: Consider the following system. Find Ref f in terms of kef f .

Solution:

Since there are now three components in parallel,


 
1 1 1 1
Ref f = R11 + R21 + R31 =b + +
k01 A1 k12 A2 k23 A3

Introducing a kef f yields


b
Ref f =
kef f (A1 + A2 + A3 )

To figure out what kef f is equal to, substitute back in for Ref f :

kef f (A1 + A2 + A3 ) k01 A1 k 2 A2 k 3 A3


= + +
b b b b

Therefore,
(k01 A1 + k12 A2 + k23 A3 )
kef f =
A1 + A2 + A3

8.8.5 Series and Parallel Cylindrical Composite


Problem: Consider the following system. Find Ref f in terms of kef f . The system below is a rectangular
cross-section of a cylinder. Therefore, r0 is the innermost radius, and r3 is the outermost radius.

Solution:

Elements 1 and 2 are in series. Elements 3 and 4 are in parallel. The equivalent of elements 3 and 4
are in series with elements 1 and 2. Therefore,
1
Req34 = R31 + R41

and
Ref f = R1 + R2 + Req34

40
Using the cylindrical definitions defined earlier,
ln (r1 /r0 ) ln (r2 /r1 ) ln (r3 /r2 )
Ref f = + +
2k1 L3 2k2 L3 2keq34 L3

Introducing kef f yields


ln (r3 /r0 )
Ref f =
2kef f L3
T
Using the general definition of Q = ,
Ref f
T
Q=  
ln (r3 /r0 )
2kef f L3

To find out what kef f is in this equation, substitute back in for Ref f
ln (r3 /r0 ) ln (r3 /r2 ) ln (r2 /r1 ) ln (r1 /r0 )
= + +
2kef f L3 2k1 L3 2k2 L3 2keq34 L3

This simplifies to
ln (r3 /r0 )
kef f =
ln (r3 /r2 ) ln (r2 /r1 ) ln (r1 /r0 )
+ +
k1 k2 keq34
However, we have not yet defined keq34 yet. To find keq34 , substitute back in for Req34 . As such,
2keq34 L3 2k3 L1 2k4 L2
= +
ln (r1 /r0 ) ln (r1 /r0 ) ln (r1 /r0 )

k3 L1 + k4 L2 k3 L1 + k4 L2
keq34 = =
L1 + L2 L3

8.9 Newtons Law of Cooling


8.9.1 Definitions
Newtons law of cooling states the following where Ts is solid surface temperature and T is the bulk
liquid temperature
q = h (Ts T )

The constant h is the heat transfer coefficient

The biot number (dimensionless) is defined as


bh heat transfer by fluid
Bi = =
k heat transfer by solid

8.9.2 Liquid Bound on One Side


Problem: Consider a bulk liquid at temperature T bounded on one side by a solid wall at temperature Ts .
Derive Rth .
T
1. We know that Q =
Rth
2. Using Newtons law of cooling Q = qA = h (Ts T ) A
1 T
3. Therefore, Rth = to make Q =
Ah Rth

41
8.9.3 Solid Bound by Two Different Temperature Fluids - Rectangular
Problem: Solve the Series Rectangular Composite problem except for now there is a fluid bounding both
sides of the rectangular composite (depicted below):

1. Using the same procedure as in the Series Rectangular Composite question, the following is true
q0
T0 T1 = b1
k01
q0
T1 T2 = b2
k12
q0
T2 T3 = b3
k23
2. Now, we must consider the heat transfer at the solid-liquid interfaces as well. As such,

q0 = ha (Ta T0 )

q0 = hb (T3 Tb )

3. The sum of these equations yields


 
b1 b2 b3 1 1
Ta Tb = q0 + + + +
k01 k12 k23 ha hb

4. Therefore,
Ta Tb
Q = q0 A =  
1 b1 b2 b3 1 1
+ + + +
A k01 k12 k23 ha hb

T b 1
5. Since Q = , for the solid region, Rth = as before, and the fluid region is
Ref f kA hA

8.9.4 General Equation


To generalize the previous examples, a solid rectangular system bounded by fluid can be described by
Thot Tcold
Q=  
1 1 Pn xj xj1 1
+ j=1 +
A h0 kj1,j hn

A solid cylindrical system bounded by fluid can be described by


Thot Tcold
Q=  
1 1 P n ln (rj /rj1 ) 1
+ j=1 +
2L r0 h0 kj1,j rn hn

If there is no surrounding fluid to be considered, the terms with h can be dropped

42
9 The Equations of Change for Nonisothermal Systems
9.1 The Energy Equation
The general form of the energy equation states that
    
1 2 1 2
v + U = v + U v

q P

v ( :

v ) + (

v

g)
t 2 2

The equation of change of temperature states that


     
T ln T
Cp + v T = q +
v T :

v
t ln T p t

The following relationships also hold


P
H = U +

dH = Cp dT

10 Appendix
10.1 Newtons Law of Viscosity
10.1.1 Cartesian
 
vy vx
xy = yx = +
x y
 
vz vy
yz = zy = +
y z
 
vx vz
zx = xz = +
z x

10.1.2 Cylindrical
 
 v  1 vr
r = r = r +
r r r
 
1 vz v
z = z = +
r z
 
vr vz
zr = rz = +
z r

10.1.3 Spherical
 
 v  1 vr
r = r = r +
r r r
 
sin  v  1 v
= = +
r sin r sin
 
1 vr  v 
r = r = +r
r sin r r

43
10.2 Gradient
f f f
f = x + y + z (Cartesian)
x y z
f 1 f f
f = r + + z (Cylindrical)
r r z
f 1 f 1 f
f = r + + (Spherical)
r r r sin

10.3 Divergence
vx vy vz


v = + + (Cartesian)
x y z
1 1 v vz


v = (rvr ) + + (Cylindrical)
r r r z
1 1 1 v

r 2 vr +

v = 2
(v sin ) + (Spherical)
r r r sin r sin

10.4 Curl
     
vz vy vx vz vy vx


v = x + y + z (Cartesian)
y z z x x y
     
1 vz v vr vz 1 (rv ) vr
v = r + + z (Cylindrical)
r z z r r r
     

1 (v sin ) v 1 vr 1 (rv ) 1 (rv ) vr
v = r + + (Spherical)
r sin r sin r r r r

10.5 Laplacian
2f 2f 2f
2 f =
2
+ 2 + 2 (Cartesian)
x y z
2
2f
 
1 f 1 f
2 f = r + 2 2 + 2 (Cylindrical)
r r r r z
2f
   
2 1 2 f 1 f 1
f= 2 r + 2 sin + 2 2 (Spherical)
r r r r sin r sin 2

44
10.6 Continuity Equation

Note that at constant , the above equations simply become



v =0

45
10.7 Navier-Stokes Equation

10.8 Stream Functions and Velocity Potentials


10.8.1 Velocity Components

vx = = , vy = = (Cartesian)
y x x y
1 1
vr = = , v = = (Cylindrical with vz = 0)
r r r r
1 1
vr = = , vz = = (Cylindrical with v = 0)
r z r r r z
1 1 1
vr = = , v = = (Spherical)
r2 sin r r sin r r

46
10.8.2 Differential Equations
1. Planar Flow

(a) For Cartesian with vz = 0 and no z-dependence:


 
 2 2
2 + = 4
t y x x y

2 2
2 +
x2 y 2
4 4 4
 
4
+ 2 +
x4 x2 y 2 y 4
(b) For cylindrical coordinate with vz = 0 and no z-dependence:
"  #
2
 1 2 2
+ = 4
t r r r

2 1 1 2
2 2
+ + 2 2
r r r r
2. Axisymmetrical

(a) For cylindrical with vz = 0 and no z-dependence:


"  #
2
 1 E 2 E 2 2 2
E = E 2 E 2

E 2
t r r z z r r z

2 1 2
E2 2
+ 2
r r r z
(b) For spherical with v = 0 and no -dependence:
"  #
E 2 E 2 2E 2
 
2 1 1
sin = E 2 E 2
 
E + 2 2 2 cos
t r sin r r r sin r r

2
 
2 sin 1
E 2+ 2
r r sin

47

You might also like