Partial Differential Equations of Fluid Dynamics
Partial Differential Equations of Fluid Dynamics
Partial Differential Equations of Fluid Dynamics
1
Ville Vuorinen,D.Sc.(Tech.)
1
Department of Energy Technology, Internal Combustion Engine Research Group
Aalto University
Introduction
Discretization of Derivatives
Introduction
Discretization of Derivatives
temporal derivative
z}|{ convection term diffusion term source term
∂ρφ z }| { z }| { z }| {
+ ∇ · (uρφ) − ∇ · (ρν∇φ) = Sφ (φ)
∂t
1D Form
Assumption
1D Heat Equation
1D Heat Equation
1D Convection Equation
Assumption
1D Convection Equation
Assumption
Introduction
Discretization of Derivatives
Introduction
Discretization of Derivatives
Update Formula
k
Tn+1 − Tnk T k+1 − Tnk−1
+u n = 0.
∆t 2∆x
Courant Number
z }| {
k Tnk+1− Tnk−1 u∆t Tnk+1 − Tnk−1
Tn+1 = Tnk − u∆t = Tnk −
2∆x ∆x 2
k
Tn+1 − Tnk T k+1 − 2Tnk + Tnk−1
=ν n = 0.
∆t ∆x2
Courant-Friedrichs-Lewy Number
z }| {
k ν∆t
Tn+1 = Tnk + (Tnk+1 − 2Tnk + Tnk−1 )
∆x2
Courant Number
u∆t
The Courant number Co = describes the propagation distance
∆x
of information during timestep ∆t.
Courant Number
u∆t
The Courant number Co = describes the propagation distance
∆x
of information during timestep ∆t.
It is necessary that Co < 1 for physically meaningfull solution.
Courant Number
u∆t
The Courant number Co = describes the propagation distance
∆x
of information during timestep ∆t.
It is necessary that Co < 1 for physically meaningfull solution.
For explicit Euler method Co < 1/2 sets the limit for timestep for the
algorithm to be numerically stable.
Courant-Friedrichs-Lewy Number
ν∆t
The Courant-Friedrichs-Lewy Number CFL = describes the
∆x2
diffusion distance of information during timestep ∆t.
Courant-Friedrichs-Lewy Number
ν∆t
The Courant-Friedrichs-Lewy Number CFL = describes the
∆x2
diffusion distance of information during timestep ∆t.
Again, it is necessary that CFL < 1 for physically meaningfull
solution.
Courant-Friedrichs-Lewy Number
ν∆t
The Courant-Friedrichs-Lewy Number CFL = describes the
∆x2
diffusion distance of information during timestep ∆t.
Again, it is necessary that CFL < 1 for physically meaningfull
solution.
Again, for explicit Euler method CFL < 1/2 sets the limit for
timestep for the algorithm to be numerically stable.
Thank you
Questions?