BASICS OF CFD
FINITE VOLUME METHOD
LECTURE 1
ME317
Outline
• General Scalar Transport Equations
• Method of Discretization
• Types of Grids
• Finite volume discretization
• Diffusion Equation in 1D
• Diffusion in 2D
• Unsteady diffusion
Outline
The conservation equations for the physical processes
can be written in terms of
Mass, momentum and Energy conservation
The Conservation equations are usually written in
terms of specific quantities (per unit mass)
Example: Momentum per unit mass (Velocity)
Energy per unit mass (enthalpy)
The general form of conservation equation is:
Rate of accumulation of in control volume =
Net rate of influx of in control volume
– Net rate of efflux of control volume
+ Net rate of generation of inside control
volume
CFD Equations
• General Scalar Transport Equation
is a specific quantity. Eg. Energy per unit mass
V : Velocity Vecor
Г: Diffusion Coefficient
p : Density
S : Source Term (Gener ation/loss per unit volume)
• Using Finite Volume Method, the solution domain is
subdivided into a finite number of small control
volumes by a grid
• The grid defines to boundaries of the control volumes
while the computational node lies at the center of the
control volume
• The advantage of FVM is that the integral conservation
is satisfied exactly over the control volume
Transport equation
General conservative form of all fluid flow
equation s for the variable
Transport equation for the property
Finite volume -Basics
• Integration of transport equation over a CV
In finite volume method the integrals are performed over the control volumes
obtained after dividing the whole domain into cells.
Control Volumes, grids
Grids
• Structured grid
– all nodes have the same
number of elements around it
– only for simple domains
• Unstructured grid
– for all geometries
– irregular data structure
GRIDS/MESHES
GRIDS/MESHES
FVM terminology
Storage of variables:
1. Cell based Storage: φ is stored at centroid of the cell
2. Node base Storage: φ is stored at vertex
Thank you