Couette Flow Solution Using Analytic and Crank-Nicolson Numerical
Couette Flow Solution Using Analytic and Crank-Nicolson Numerical
By -Krunal Dhotre
Introduction
• It is the flow between two parallel plates in which the lower plate is at rest while the
• upper plate Is moving.
• The plate are considered to be infinitely long.
• The flow field is driven by the shear stress exerted on fluid due to the movement of
• the upper plate
Analytic method
𝛿𝑢ˈ 𝜇 𝛿 2 𝑢ˈ
• Or =
𝛿𝑡ˈ 𝜌𝑢𝑒 𝐷 𝛿y ˈ2
𝜇
• Hear the term is the reciprocal of 𝑅𝑒𝐷 we get
𝜌𝑢𝑒 𝐷
𝛿𝑢ˈ 1 𝛿 2 𝑢ˈ
• =
𝛿𝑡ˈ 𝑅𝑒𝐷 𝛿y ˈ2
• For simplicity and ease of writing the mathematical formulas
consider:
𝛿𝑢 1 𝛿2𝑢
• =
𝛿𝑡 𝑅𝑒𝐷 𝛿y 2
• Where u, y , t represent uˈ, yˈ, tˈ.
𝛿𝑢
• is written using forward difference equation
𝛿𝑡
𝛿2𝑢
• written using central second difference.
𝛿y 2
• Finally difference equation become:
𝑢𝑗𝑛+1 −𝑢𝑗𝑛 1 𝑢 𝑛
𝑗+1 −2𝑢𝑗
𝑛
+ 𝑢 𝑛
𝑗−1
• = 2
∆𝑡 𝑅𝑒𝐷 (∆𝑦)
• Where J represent space marching direction and n represent time
marching direction
• By crank-Nicolson technique using averaging of terms .
Which can be simplified as
𝑛+1
A𝑢𝑗−1 + B𝑢𝑗𝑛+1 + A𝑢𝑗+1
𝑛+1
=𝐾𝑗
Further rearranging by
taking n+1 term on left side
of the equation
And taking mathematical
terms common
• Figure show labelling of point for grid
• We can calculate the velocity at different grid point and can repeat
the same procedure for different time step.