Lecture On Computatiional Fluiid Dynamiics
Lecture On Computatiional Fluiid Dynamiics
Lecture On Computatiional Fluiid Dynamiics
LECTURE ON
COMPUTATIIONAL FLUIID
DYNAMIICS
Computational Fluid Dynamics
Contents:-
• Problem solving in Fluid Dynamics:-
• _ Applications of CFD
• _ CFD Process
• _ CFD Methodologies
• _ Commercial software's
• _ Fluent software
• _ List of Tutorials
• _ Case Study
• _ Benefits and Limitations of CFD
• _ Suggestions
• _ References
Problem Solving in Fluid Dynamics
Fluid Analysis
• Governing equations
• _ Navier-Stokes equations (momentum),
continuity equation (mass), pressure Poisson
equation, energy equation, ideal gas law,
combustions (chemical reaction equation),
multi-phase flows(e.g. Rayleigh equation), and
turbulent models (RANS, LES, DES).
• _ Coordinates
CFD Process
• Cartesian, cylindrical and spherical coordinates
result in different form of governing equations
• _ Initial conditions
• _ Initial guess of the solution
• _ Boundary Conditions
• _ No-slip wall, free-surface, zero-gradient,
symmetry, velocity/pressure inlet/outlet
• _ Flow conditions
• _ Geometry approximation, domain, Reynolds
number, Mach number, etc.
• CFD process is the steps to set up a
problem and run the code, which
include:
• 1. Geometry: Geometry created or
imported into preprocessor for
meshing.
• 2. Physics: Fluid properties, viscous
modeling and boundary conditions
• Mesh: coarse, medium and fine meshes.
Mesh is generated for the fluid region
(and/or solid region for conduction).
• _ A fine structured mesh is placed
around solid body to help resolve
boundary layer flow.
• _ Unstructured mesh is used for
remaining fluid areas.
• . Mathematical model of a physical
problem.
• _ Conservation of matter, momentum, and
energy must be satisfied throughout the
region of interest
• _ Simplifying assumptions are made in order
to make the problem tractable Incompressible
or compressible flows, Internal or external
flows Laminar or turbulent flows, Moving
boundary flows Newtonian, non-Newtonian
with variable properties Combustion,
chemical kinetics, plasma chemistry
Multiphase flows
• _ Providing appropriate initial and/or
boundary conditions for the problem.
• Solve: different solvers and numerical
methods
• 6. Report: time history of
convergence of variables
• 7. Post-processing: visualizations
(contours, vectors), validation and
verification
• Domain is discretised into a finite set of
control volumes or cells. The discretised
domain is called grid or mesh.
• _ Meshing strategies:
• _ Type of mesh: quad/hex grid, tri/tet grid,
hybrid grid, or a non-conformal grid?
• _ What degree of grid resolution is
required in each region of the domain?
• _ How many cells are required for the
problem?
• _ Is adaption required to add resolution?
• _ Is computer memory sufficient?
• CFD applies discretisation to develop
approximations of the governing equations of
fluid mechanics in the fluid region of interest.
• _ Governing differential equations: algebraic.
• _ The collection of cells is called the grid.
• _ The set of algebraic equations are solved
numerically (on a computer) for the flow field
variables at each node or cell.
• _ System of equations are solved simultaneously
to provide solution.
• _ The solution is post-processed to extract
quantities of interest
• _ e.g. lift, drag, torque, heat transfer, separation,
pressure loss, etc.
Why commercial CFD codes
• _ > 100 man-years of CFD development
• _ Integrated grid generation, solver and post-processing
• _ Standardized tools (tested and validated) for companies
• _ Ability to handle complex geometries
• _ Easy to use user interfaces
• _ Good technical support
• _ Ability to import information from other CAD tools and
interface with other analysis tools
• _ Faster virtual prototyping leading to quicker design times
• _ Designed to cost, performance and quality
• _ Extremely flexible user subroutines that allow creative
problem solving
What is FLUENT