2 SimpConvEqBLEqs
2 SimpConvEqBLEqs
Erlangen
Erlangen
Schedule: Lectures
No. Week(s) Practical Lecture Exercise
Monday: 10:00-11:30 Monday: 14:15-15:45 Wednesday: 10:15-11:45
Room: online Room: online Room: online
1. 02.11.20-06.11.20 Matlab Tutorial I Introduction and Navier-Stokes Eq. No Exercise
2. 09.11.20-13.11.20 Matlab Tutorial II; Computer Exercise 1 Simplification of NSE up to Boundary Layer Eq. Hand out Exercise 1
3. 16.11.20-20.11.10 Work on Computer Ex. 1 Initial Value Problems: Time Stepping (ODEs) Work on Exercise 1
4. 23.11.20-27.11.20 Work on Computer Ex. 1 Finite Difference Method 1 Presentation Ex. 1 &
Hand out Ex. 2
5. 30.11.20-04.12.20 Work on Computer Ex. 1 Finite Difference Method 2 Work on Ex. 2
6. 07.12.20-11.12.20 Work on Computer Ex. 1 Consistency, Stability and Convergence Presentation Ex. 2 &
Hand out Ex. 3 + 4
7. 14.12.20-18.12.20 Submit & Present Computer Ex. 1 Finite Volume Method 1 Work on Ex. 3 + 4
Computer Ex. 2
8. 21.12.20-23.12.20 Work on Computer Ex. 2 Finite Volume Method 2 Work on Ex. 3 + 4
24.12.20-06.01.21 Holiday Holiday Holiday
07.01.21-08.01.21 Presentation Ex. 3 + 4 &
Hand out Ex. 5
9. 11.01.21-15.01.21 Submit & Present Computer Ex. 2 Numerical solution of the Navier-Stokes-Equations 1 Work on Ex. 5
Computer Ex. 3
10. 18.01.21-22.01.21 Work on Computer Ex. 3 Numerical solution of the Navier-Stokes-Equations 2 Work on Ex. 5
11. 25.01.21-29.01.21 Work on Computer Ex. 3 Numerical solution of the Navier-Stokes-Equations 3 Presentation Ex. 5 &
Hand out Ex. 6
12. 01.02.21-05.02.21 Work on Computer Ex. 3 Numerical solution of the Navier-Stokes-Equations 4 Work on Ex. 6
Hand out Ex.6
13. 08.02.21-12.02.21 Submit & Present Computer Ex. 3 Boundary Conditions Presentation Ex. 6
Outline
• PART 1: Repetition
• Navier-Stokes Equations
Erlangen
Erlangen
Conservation Equations
System of Conservation Equations
Mass:
∂ρ ∂(ρui )
+ =0 (1)
∂t ∂ xi
Momentum:
∂(ρui ) ∂(ρui uj ) ∂ p ∂τij
+ =− + + ρgi (2)
∂t ∂ xj ∂ xi ∂ xj
For a Newtonian Fluid:
∂ ui ∂ uj 2 ∂ uk
τij = µ + − µδij (3)
∂ xj ∂ xi 3 ∂ xk
Energy: ideal gas with p = ρRT
∂(ρT ) ∂(ρui T ) ∂ ∂T ∂ ui ∂ uj
cv + = λ −p − τij (4)
∂t ∂ xi ∂ xi ∂ xi ∂ xi ∂ xi
Conservation Equations
System of Conservation Equations
Remarks:
• most general form of the conservation equations
• non-linear due to the second term on the LHS of equation (2)
• no analytic solution available
• numerical solution required (How?-> we will see later)
• thus, some useful simplifications have to be discussed
Erlangen
Erlangen
2 2 2
∂u ∂u ∂u ∂u ∂p ∂ u ∂ u ∂ u
ρ +u +v +w =− +µ 2
+ 2+ 2
∂t ∂x ∂y ∂z ∂x ∂x ∂y ∂z
2 2 2
∂v ∂v ∂v ∂v ∂p ∂ v ∂ v ∂ v
ρ +u +v +w =− +µ 2
+ 2+ 2 (15)
∂t ∂x ∂y ∂z ∂y ∂x ∂y ∂z
2
∂ w ∂ 2w ∂ 2w
∂w ∂w ∂w ∂w ∂p
ρ +u +v +w =− +µ + + 2
∂t ∂x ∂y ∂z ∂z ∂x 2 ∂y 2 ∂z
∂u ∂v
+ =0 (40)
∂x ∂y
∂u ∂u ∂ 2u
u +v =ν 2 (41)
∂x ∂y ∂y
Boundary Conditions:
•y = 0: u = v = 0
• y − > ∞: u − > u∞
∂ψ ∂ψ
u= and v = − (42)
∂y ∂x
∂u ∂v ∂ ∂ψ ∂ ∂ψ
+ = − =0 (43)
∂x ∂y ∂x ∂y ∂y ∂x
∂ψ ∂ 2ψ ∂ψ ∂ 2ψ ∂ 3ψ
− =ν 3 (45)
∂y ∂y ∂x ∂x ∂y ∂y ∂y
-> this is a 3rd order nonlinear PDE, it is still quite difficult to solve, even
numerically...
!
Boundary Layer Equations
Similarity of the velocity profile
Exemplary scaling relation:
-/ " /01 /02
y % '
!'
u (x2, y ) = u (x1, p
x2/x1
) (46)
• the velocities u (x1, η1) and u (x2, η2) are similar if:
u (x1, η1) u (x2, η2)
= (51)
u∞ u∞
• thus, the velocity profiles are matching if uu is just a function of the
∞
similarity coordinate:
u
= F (η) (52)
u∞
Thus:
• the partial differential equations (40) and (41) are transformed to an
ordinary differential equation
• this equation can be solved numerically by an Runge-Kutta approach for
example (to be done in exercise 2)
• the solution delivers a distribution of f , f 0 and f 00
Boundary Layer Equations
! 1
Ordinary Differential Equation: Solution
Flow velocities:
∂ψ ∂ψ ∂η
u= = = u∞f 0(η) (56)
∂y ∂η r
∂y
∂ψ 1 ν u∞ 0
v =− = (η f (η) − f (η)) (57)
∂x 2 x
At
the edge of the boundary:
r
ν
v| = 0.8604u (58)
∞
η→∞
xu∞
which is different from v |η→∞ = 0 due to dis-
placement effect (see following figure)
Conclusion