FVM Presentation
FVM Presentation
FVM Presentation
PHYSICS OF SIMULATION
FLUID RESULTS
Compu
maths ter
NAVIER- COMP.
STOKES EQN. PROGRAM
Num. Langu
method age
DISCRETIZED
GRIDS
FORM
Geometry
CFD EXPERIMENT
Cost Cheap Expensive
Time Short Long
Scale Any Small\Middle
Info. All Measured Points
Repeatable All Some
Security Safe Not safe
Aerospace
Automobile
Biomedical
Chemical
HVAC
Marine
i. Mass conservation.
ii. Momentum conservation.
After the basic laws of conservation, we have to see
how is give rise to N-S equation.
On the basis of Momentum conservation, We get
So now as PDEs are our governing equations, so we
should have basic idea about PDEs.
Criteria Details Examples
Order The order of
PDE is set by
highest order
derivative in it.
Linearity If the coefficient
are const. or
independent
variables only,
then eqn. is
Linear.
Linear second order PDEs: elliptic, parabolic,
hyperbolic.
The general form pf this class of equation is :
STRUCTURED GRIDS
(all nodes have same no.
of elements)
UNSTRUCTURED GRIDS
(for all real bodies)
BLOCK STRUCTURED
GRIDS
(for all bodies)
We will discuss the following points :-
Modelling of the geometric domain and the
physical phenomena of interest.
Discretization of the geometric domain into a grid
or mesh.
Numerical or equation discretization to linear
system.
The solution of the resulting set of equation.
Physical Physical
domain phenomena
Domain Physical
Set of governing
modelling modelling
eqn.
Domain Equation
discretiz. discretiz.
System of
algebric eqn
Solution
Domain Discretization:-
Solvers:-
1) DIRECT: cramer’s rule, Gauss elimination,
LU decomposition.
2) ITERATIVE: jacobi method, gauss seidal
method ,SOR method.
Numerical Parameter:-
1)Relaxation factor, convergence limit.
2)Multigrid Parallelization.
3)Monitor residuals (change of result betw.
Iterations)
4)Number of iterations and its time steps .
5)Single\double precisions.
By using these solvers, we get the solution for our
linear systems.
The values we get are for particular domain and we
put is values in computer systems
The computes are feeded with certain sets of
instruction.
On giving these values as input, system stimulate
the results.
These results we compare with origial occurance of
activity and find the difference between them.
FVM is typically applied in CFD problems and is not
mainly used in other thermal domain.
FVM is mainly applied in medium to large scale
problems and FEM is applied in small scale
problems.
FVM is straightforward to implement on non
uniform/unstructured grid but on simpler
geometry FDM is preffered.
Practical
problem
Identify the
governing eq.
Apply FVM
Convert into
linear sys.
Linear solver
Final
simulation.