Fluids Module
Fluids Module
1
Part 1: Shell Momentum Balance
Topic A: Falling Film (Flow on an Inclined Plane)
The Scenario: Imagine pouring honey down a cutting board that is tilted. The
liquid forms a smooth layer of constant thickness and slides down. We want to
find the equation for how fast it moves at every depth.
• Assumptions:
1. Laminar Flow: The fluid moves in smooth parallel layers, not mixing
(No turbulence).
2. Steady State: Nothing changes with time (∂/∂t = 0).
3. Fully Developed: The velocity profile vz does not change as we go
down the ramp. It only depends on the depth x. Thus, vz = vz (x).
4. No Edge Effects: The width W is very large, so we ignore what
happens at the side edges (vy = 0).
• Volume: V = L · W · ∆x.
2
Step 3: Momentum Balance (Force Balance)
Since the flow is steady (acceleration is zero), the sum of forces acting on our shell
must be zero. X
Fz = 0
The forces acting in the z-direction are:
1. Viscous Shear Force (Molecular Transport): Fluid layers rub against
each other.
2. Gravity Force: Gravity pulls the shell down the ramp. We need the
component of g parallel to the ramp (g cos β).
dτxz dτxz
− + ρg cos β = 0 =⇒ = ρg cos β - - - #
dx dx
3
Step 5: Solving for Shear Stress
Integrate the equation with respect to x:
Z
τxz = (ρg cos β)dx = (ρg cos β)x + C1
• Condition: At the free surface (x = 0), the air exerts negligible friction on
the fluid.
• Math: At x = 0, τxz = 0.
x2
ρg cos β
vz (x) = − + C2
η 2
• Condition: ”No Slip”. At the solid wall (x = δ), the fluid sticks to the wall.
• Math: At x = δ, vz = 0.
ρg cos β 2
0=− δ + C2
2η
ρg cos β 2
C2 = δ
2η
4
Now plug C2 back into the velocity equation:
ρg cos β 2 ρg cos β 2
vz (x) = − x + δ
2η 2η
Factor out the common terms to make it look pretty:
ρgδ 2 cos β
x 2
vz (x) = 1− ---#
2η δ
Since velocity only varies with x, the area element is a strip of width W : dA =
W dx. Z δ
Q= vz (x)W dx
0
2 Z δ
x2
ρgδ cos β
Q=W 1 − 2 dx
2η 0 δ
Do the integral:
Z δ δ
x2 x3 δ3
δ 2
1− 2 dx = x − 2 = δ− 2 =δ− = δ
0 δ 3δ 0 3δ 3 3
Combine everything:
ρgδ 2 cos β
2
Q=W δ
2η 3
W ρgδ 3 cos β
Q= ---#
3η
5
Topic B: Flow Through a Circular Tube (Hagen-Poiseuille)
The Scenario: Water flowing through a horizontal pipe. The walls slow it down,
the pressure pushes it forward.
• Forces:
2. Viscous Shear Force: Shear acts on the cylindrical surface area (2πrL).
• In at r: (2πrLτrz )|r
• Note: The area 2πrL changes as r changes! This is why r stays inside the
derivative.
6
Balance Equation:
Take limit ∆r → 0:
d ∆P
− (rτrz ) + r=0
dr L
d ∆P
(rτrz ) = r ---#
dr L
r2
∆P
rτrz = + C1
L 2
Divide by r:
∆P C1
τrz = r+
2L r
Boundary Condition 1 (Finite Stress): At the center of the pipe (r = 0),
the shear stress cannot be infinity. If C1 ̸= 0, the term C1 /r blows up. Therefore,
C1 must be 0.
∆P
τrz = r ---#
2L
dvz ∆P
−η = r
dr 2L
dvz ∆P
=− r
dr 2ηL
Integrate:
∆P r2 ∆P 2
vz (r) = − + C2 = − r + C2
2ηL 2 4ηL
7
Boundary Condition 2 (No-Slip): At the pipe wall (r = R), fluid velocity
is zero.
∆P 2 ∆P 2
0=− R + C2 =⇒ C2 = R
4ηL 4ηL
Substitute C2 back:
(P0 − PL )R2
r 2
vz (r) = 1− ---#
4ηL R
R
2πρ∆P R2
Z r 2
w= 1− rdr
4ηL 0 R
Let u = r/R. The math simplifies to:
π(P0 − PL )R4 ρ
w= ---#
8ηL
Derivation Steps:
8
1. Accumulation: The rate of change of mass inside the volume.
∂ ∂ρ
Accumulation = (ρ∆x∆y∆z) = ∆x∆y∆z
∂t ∂t
∂(ρvx )
≈− ∆x∆y∆z
∂x
∂ρ
+ ∇ · (ρ⃗v ) = 0 — #
∂t
Special Case: Incompressible Fluid If density ρ is constant in time and
space, then ∂ρ
∂t
= 0.
∇ · ⃗v = 0 — #
9
B. Surface Forces (Stress Tensor)
Forces acting on the surfaces of the element are due to:
The net force per unit volume is the negative divergence of the Total Stress Tensor
Π:
F⃗surf ace = −[∇ · Π] = −∇P − [∇ · τ ]
C. Body Forces
Usually Gravity. Force per unit volume:
F⃗body = ρ⃗g
= −µ[∇2⃗v + ∇(∇ · ⃗v )]
Since the fluid is Incompressible, ∇ · ⃗v = 0. The second term vanishes.
∇ · τ = −µ∇2⃗v
10
The Navier-Stokes Equation (Vector Form):
∂⃗v
ρ + ⃗v · ∇⃗v = −∇P + µ∇2⃗v + ρ⃗g —#
∂t
This is a linear equation and is used for things like the ”falling raindrop” example
in your notes (Page 43).
A. Notation Definitions
• Scalar (0th Order): Temperature T , Pressure P . (1 component).
The Dyadic Product (⃗a⃗b): Your notes use ”Dyadic” notation often. If you
place two vectors side-by-side with no dot or cross, you create a tensor.
T⃗ = ⃗u⃗v
11
In component form (matrix form):
Tij = ui vj —#
Π = Pδ + τ —#
In index notation:
Πij = P δij + τij
12
1. Stress must be linear in velocity gradients (Newtonian Assumption).
∂vi ∂vj
∆ij = +
∂xj ∂xi
The General Law: For an Isotropic Newtonian fluid, the stress is:
∂vi ∂vj 2
τij = −µ + + µ − κ (∇ · ⃗v )δij
∂xj ∂xi 3
τ = −µ ∇⃗v + (∇⃗v )T
—#
This is the form you substitute into the Cauchy Equation to get Navier-Stokes.
13
1. The Dyadic Product (The ”Open” Product)
Definition: A dyadic product of two vectors ⃗u and ⃗v forms a Second-Order Tensor
T = ⃗u⃗v . Unlike the dot product (⃗u · ⃗v = scalar), the dyadic product places them
side-by-side.
Matrix Representation:
ux ux vx ux vy ux vz
⃗u⃗v = uy vx vy vz = uy vx uy vy uy vz — #
uz uz vx uz vy uz vz
Index Notation:
[⃗u⃗v ]ij = ui vj —#
Physical Meaning in Fluids: The Momentum Flux Tensor is Φ = ρ⃗v⃗v .
Note the order of indices in B! Aij matches with Bji . This is a trace operation.
Example 1: Viscous Dissipation Term (τ : ∇⃗v ) Let’s calculate the double
dot of the Stress Tensor with the Velocity Gradient Tensor.
• τ ij is the stress.
∂v
• [∇⃗v ]ij = ∂xji (Note: some texts define it as ∂vi /∂xj , check your notes care-
fully. Your notes imply standard definition).
X X ∂vi
τ : ∇⃗v = τij
i j
∂xj
This results in a single Scalar number representing Energy (Heat generated per
unit volume).
Example 2: Interaction with Unit Tensor (δ : A)
XX
δ:A= δij Aji
i j
14
Since δij = 0 unless i = j:
X X
= δii Aii = (1)Aii = A11 + A22 + A33 = Trace(A)
i i
3. Divergence of a Tensor (∇ · τ )
This appears in the Navier-Stokes derivation. The divergence of a Tensor reduces
it to a Vector.
Math Setup: Let τ be the tensor. ∇ acts as a vector operator.
3
X ∂
[∇ · τ ]j = τij —#
i=1
∂xi
∂P
=
∂xj
In vector form:
∇ · (P δ) = ∇P —#
This is why the pressure term in Navier-Stokes is just ∇P .
• Term 1: vj i ∂(ρv i)
P
∂xi
. The sum is exactly ∇ · (ρ⃗v ).
15
∂v
• Term 2: ρ
P
i vi ∂xji . The sum is exactly the convective operator (⃗v · ∇) acting
on vj .
Result:
∇ · (ρ⃗v⃗v ) = ⃗v [∇ · (ρ⃗v )] + ρ(⃗v · ∇)⃗v —#
Significance:
• The first term ⃗v [∇·(ρ⃗v )] vanishes if we use the Continuity Equation (∇·ρ⃗v =
−∂ρ/∂t).
• J⃗ϕ : Flux density (amount flowing through unit area per unit time).
The Integral Balance: For a fixed control volume V , the rate of change of
total amount inside must equal the net flux entering across the surface S.
ZZZ
d
ρϕ dV = −S J⃗ϕ · n̂dS
dt V
16
⃗ · n̂dS = ⃗ ):
RRR
Using the Divergence Theorem (A ∇ · AdV
ZZZ
∂ρϕ ⃗
+ ∇ · Jϕ dV = 0
V ∂t
Since this holds for any arbitrary volume, the integrand must be zero.
The Differential Form:
∂ρϕ
+ ∇ · J⃗ϕ = 0 — #
∂t
This is the master equation.
∂ψ ∂ψ ∂ψ ∂ψ
dψ = dt + dx + dy + dz
∂t ∂x ∂y ∂z
Dψ ∂ψ
= + (⃗v · ∇)ψ —#
Dt ∂t
• ∂ψ
∂t
: Local term (Unsteady term).
17
Applying to a Vector (Acceleration): The acceleration ⃗a is the substantial
derivative of velocity ⃗v :
D⃗v ∂⃗v
⃗a = = + (⃗v · ∇)⃗v —#
Dt ∂t
Warning: The term (⃗v · ∇)⃗v is non-linear and makes fluid dynamics difficult.
2. Since irrotational, ⃗v × (∇ × ⃗v ) = 0.
18
1. The Physical Setup
Consider a gas flowing in the x-direction with a velocity gradient along the y-axis
(dvx /dy).
• Mean Free Path (λ): The average distance a particle travels before col-
liding.
Step 3: Net Momentum Flux (Shear Stress) The Shear Stress τyx is the
net momentum transfer per unit area per time.
Z
τyx = (px (+) − px (−))dN
hemisphere
Since momentum flows from fast to slow, the net transfer is proportional to the
difference:
dvx
∆px = −2mλ cos θ
dy
Integrating over the upper hemisphere (θ : 0 → π/2, ϕ : 0 → 2π):
Z 2π Z π/2
dvx n⟨v⟩
τyx = dϕ −2mλ cos θ cos θ sin θ dθ
0 0 dy 4π
19
Step 4: Solving the Integral The integral of the angular part:
π/2 π/2
cos3 θ
Z
2 1
cos θ sin θdθ = − =
0 3 0 3
20
Part 9: Exam Strategy & Master Formula Sheet
1. The ”Professor-Proof” Strategy
Your instructor penalizes students who ”jump to the math.” To maximize your
score, follow this **4-Step Protocol** for every long problem:
• ρ = constant (Incompressible)
• ∂/∂t = 0 (Steady State)
• vθ = 0, vr = 0 (Unidirectional flow)
∂ρ
+ ∇ · (ρ⃗v ) = 0 — #
∂t
For Incompressible fluid (ρ = const):
∇ · ⃗v = 0 — #
21
Creeping Flow Equation (Re ≪ 1):
B. Constitutive Laws
Newton’s Law of Viscosity (Tensor):
T 2
τ = −µ[∇⃗v + (∇⃗v ) ] + µ − κ (∇ · ⃗v )δ —#
3
⃗q = −k∇T —#
D. Mathematical Identities
Substantial Derivative:
D ∂
= + ⃗v · ∇ — #
Dt ∂t
Stress Tensor Relation:
Π = Pδ + τ —#
22
E. Kinetic Theory (Gases)
Viscosity: √
1 2 mkB T
η = nmλ⟨v⟩ = —#
3 3π d2
√
(Remember: η ∝ T for gases).
4. The Shell: Draw a thin rectangle inside the fluid parallel to the slope. Label
its thickness ∆x.
6. Forces: Draw a gravity vector ⃗g pointing straight down, and resolve it into
g cos β (driving flow) and g sin β (normal).
2. The Shell: Draw a concentric inner cylinder (a ring). Label radius r and
thickness ∆r.
23
3. Velocity Profile: Draw a centerline (r = 0). Draw velocity vectors pointing
right.
5. Forces: Label P0 pushing on the left face and PL pushing on the right face.
• Draw a 3D Cube.
• Why this matters: This diagram justifies the definition of the tensor Π
used in the Navier-Stokes derivation.
24
• Outlet Face (Right): Arrow labeled ρvx |x+∆x .
Warning: Your notes (Page 37) suddenly switch from Fluids to Diffusion
(Semiconductors). This implies your course is actually Transport Phe-
nomena. Do not neglect the diffusion problem below; it is a likely candidate
since it appeared in an assignment.
• Coordinates: Cartesian (x, y, z). Flow is along x. Plates are parallel to the
xz-plane.
Assumptions:
25
Step 2: The Equation of Motion
Start with the Navier-Stokes equation (x-component) or Shell Balance. Since flow
is fully developed, inertial terms are zero.
∂P d2 v x
0=− +η 2
∂x dy
Rearranging for each region:
d2 vx 1 dP
=
dy 2 η dx
dP
Let the pressure gradient be constant: dx
= − ∆P
L
(where ∆P > 0 favors flow).
d2 vx ∆P
2
=− —#
dy ηL
∆P 2
vxI (y) = − y + C1I y + C2I
2ηI L
∆P 2
vxII (y) = − y + C1II y + C2II
2ηII L
∆P 2
0=− b + C1I b + C2I
2ηI L
∆P 2
0=− b − C1II b + C2II
2ηII L
C2I = C2II
26
(Let’s call this interface velocity v0 ). BC 4 (Shear Stress Continuity at In-
terface): At y = 0, τyx I II
= τyx . From Newton’s Law: τyx = −η dv
dy
x
.
dvxI dvxII
−ηI = −ηII
dy y=0 dy y=0
27
Problem 2: Diffusion with Recombination
(Reference: Assignment 2, Page 37 of Notes)
The Question: Consider an n-type semiconductor. The transport of minor-
ity charge carriers (holes, pn ) is governed by diffusion and recombination. The
governing equation is:
∂pn pn − pn0 ∂ 2 pn
=− + Dp 2
∂t τp ∂x
Derive the steady-state concentration profile ∆pn (x) given the boundary condi-
tions:
∆pn d2 ∆pn
0=− + Dp
τp dx2
Rearrange:
d2 ∆pn 1
2
= ∆pn
dx Dp τp
d2 ∆pn 1
2
− 2 ∆pn = 0 — #
dx Lp
28
Step 4: General Solution
This is a second-order linear differential equation.
A=0
• Passengers on the fast train throw heavy sandbags to the slow train. The
slow train gains momentum (speeds up).
• Passengers on the slow train throw bags to the fast train. The fast train
loses momentum (slows down).
• Result: A ”drag force” appears between the trains, trying to equalize their
speeds.
29
thrown faster/harder), whereas Liquids get less viscous (molecules slide over
each other easier).
• You stand on the bank and watch point A. The velocity at point A is constant
5 m/s today, tomorrow, and forever. (∂v/∂t = 0).
• Now, drop a leaf in the water. As the leaf moves from the wide part to the
narrow part, it must speed up to conserve mass.
• The leaf accelerates not because time changed, but because its position
changed to a region of higher velocity.
2. Shear Stress (τ ): To balance this uniform pressure push, the shear stress
must increase linearly from the center to the wall (τ ∝ r).
Key Phrase for Exam: ”The linear distribution of shear stress required to balance
a constant pressure gradient imposes a parabolic velocity profile for Newtonian
fluids.”
30
• Viscous Stress (τ ): Acts Tangential (mostly). It is associated with Irre-
versible Entropy Generation. The energy used to overcome viscosity is
lost forever as Heat.
• At the microscopic scale, the solid wall looks like a jagged mountain range.
• They collide billions of times per second, thermalizing with the wall.
• Macroscopically, this looks like the fluid layer is ”stuck” to the wall.
• Note: This fails only in rarefied gases (high vacuum) where molecules act
like bouncy balls (Slip Condition).
• Reasoning: The fluid exists only in the region κR < r < R. The center
of the pipe (r = 0) is outside the fluid domain (it is inside the inner solid
cylinder).
• Velocity: You must apply the No-Slip condition at two walls (r = κR and
r = R) to find C1 and C2 . This results in a much more complex velocity
profile with a logarithmic term.
31
2. Couette vs. Poiseuille (Driving Forces)
The Question: Consider flow between two flat parallel plates. Case A: Both
plates stationary, pressure gradient applied. Case B: Top plate moves, zero pressure
gradient. How do the velocity profiles differ?
The Answer:
dτ
= const =⇒ τ ∝ y =⇒ vx ∝ y 2
dy
Result: Parabolic Profile.
dτ dvx
= 0 =⇒ τ = const =⇒ = const
dy dy
Exam Tip: If both exist (moving plate + pressure drop), the solution is the linear
sum of both (Parabola + Line).
P = P + ρgz —#
32
2. Cauchy Momentum Equation: VALID. (ρ⃗a = ∇ · Π + ρ⃗g comes from
Newton’s 2nd Law, which applies to all matter).
• This means the density of a specific fluid particle does not change as it moves.
Γ ∼ (Force) × (Arm) ∼ (τ L2 ) × L = τ L3
I ∼ (ρL3 ) × L2 = ρL5
τ L3 τ
α∼ 5
=
ρL ρL2
33
The Consequence: As the cube shrinks to a point (L → 0), the angular ac-
celeration α → ∞ unless the net torque vanishes. For the torque to vanish, the
opposing shear stresses must balance exactly:
τxy = τyx —#
• Viscous Force: The friction force trying to smooth out the flow (∼ ηvL).
ρv 2 L2
• Ratio: ηvL
= ρvL
η
= Re.
Significance:
• Low Re (< 2000): Viscosity wins. Friction dampens out any small distur-
bances instantly. Flow is Laminar.
• Heat Equation: ∂T
∂t
= α∇2 T (where α is Thermal Diffusivity).
• Water: ν is low. If you stir it, the swirl stays local for a while.
• Honey: ν is high. If you stir one part, the whole pot moves almost instantly
because momentum diffuses rapidly.
34
4. The Stokes Assumption (2/3µ − κ)
The Question: In the Generalized Newton’s Law, we saw a term involving κ
(Bulk Viscosity). Why do we usually ignore it?
The Deep Explanation: The term is 32 µ − κ (∇ · ⃗v ).
The problems below cover these exact vector identities and physical concepts.
• Starting Step: Write the expressionPin Index Notation. Recall that [δ̂]ij =
δij (Kronecker delta) and [∇ · T]j = i ∂i Tij .
Solution:
X ∂
[∇ · (P δ̂)]j = (P δij )
i
∂x i
35
Since δij is constant (0 or 1), it comes out of the derivative:
X ∂P
= δij
i
∂xi
∂P
=
∂xj
∇ · (P δ̂) = ∇P - - - #
• Starting Step: Use index notation for the divergence of a tensor: ∂i (ui vj ).
Use the Product Rule of calculus.
• Term 2:
P
ui ∂i is the operator (⃗u · ∇). So, (⃗u · ∇)⃗v .
Final Result:
∇ · (⃗u⃗v ) = (∇ · ⃗u)⃗v + (⃗u · ∇)⃗v - - - #
⃗ and A
*(Note: This matches Option B in your Quiz Q4, assuming ψ ⃗ are vectors).*
36
⃗ B)
Solution: Using ∇ · (A ⃗ = (∇ · A)
⃗ B⃗ + (A
⃗ · ∇)B
⃗ with A
⃗ = ρ⃗v and B
⃗ = ⃗v :
Solution:
∂ ∂vi ∂vj
∇·τ = µ +
∂xj ∂xj ∂xi
If µ is constant (spatially uniform viscosity):
∂ ∂vi ∂ ∂vj
=µ +µ
∂xj ∂xj ∂xi ∂xj
∂
= µ∇2 vi + µ (∇ · ⃗v )
∂xi
If the fluid is Incompressible (∇ · ⃗v = 0), the second term vanishes. Conclusion:
Navier-Stokes requires: 1. Constant Viscosity (Matches Quiz Q1 Option A). 2.
Incompressible flow (usually).
• Starting Step: Expand the divergence term ∇ · (ρ⃗v ) using the product rule:
⃗v · ∇ρ + ρ∇ · ⃗v .
Solution:
∂ρ
+ ⃗v · ∇ρ + ρ(∇ · ⃗v ) = 0
∂t
Identify the definition of the Substantial Derivative: DρDt
= ∂ρ
∂t
+ ⃗v · ∇ρ. Substitute
this in:
Dρ
+ ρ(∇ · ⃗v ) = 0 - - - #
Dt
37
*(This matches Quiz Q5 Option A).*
0 + ρ(∇ · ⃗v ) = 0 =⇒ ∇ · ⃗v = 0 - - - #
38