Você está na página 1de 7

7/27/2015

ComputationalFluidDynamics|RANS&FVM~LearnEngineering
Home

About us

Contact us

Get your project done

SearchthisSite...

Home

Electrical Engineering

Mechanical Engineering

Civil Engineering

Miscellaneous

About Us

Computational Fluid Dynamics | RANS & FVM

1.2k

||

In this video we will learn how to solve the complex NavierStokes equations, within power bound of your PC. Here
concepts of RANS and FVM are introduced in a logical manner.

PopularPosts

What is Von Mises Stress ?


Von Mises stress is widely
used by designers to check
whether their design will
withstand a given load
condition. In this lecture we
will un...

How does an Induction


Motor Work ?
Induction motors are the
most commonly used
electrical machines. They are
cheaper, more rugged and easier to
maintain compared to other alte...

Analysis of Beams | Shear


Force & Bending Moment

Detailed description of video lecture is given below.

Actual Vs Averaged Solution


http://www.learnengineering.org/2013/05/computationalfluiddynamicsransfvm.html

Diagram
Beams are structural
members, which are most commonly used
in buildings. Beams have numerous other
applications in case of bridges, automobi...

1/7

7/27/2015

ComputationalFluidDynamics|RANS&FVM~LearnEngineering

As we discussed in previous article, exact solution of NS equations is too much of accuracy.It captures every minute
details of turbulent flow. But an engineer is not interested in such a solution, what he needs is an averaged solution as
shown below.This is in fact averaged solution of actual solution.

How does a Thermal


Power Plant Work ?
The purpose of this video
lecture is to give you a
conceptual introduction on
working of thermal power plants. Here
working of a thermal pow...

Working of Centrifugal
Pumps
Centrifugal pumps are the
most preferred hydraulic
pumps used in domestic and
industrial world. In this video we will have a
conceptual over...

Working of Single Phase


Induction Motors
Fig.1 Actual Vs Averaged solution

Any variable in a turbulent flow can be represented as sum of mean value and fluctuating value. An example is given
below for variable u.

Single phase induction


motors require just one
power phase for their
operation. They are commonly used in low
power rating applications, in ...

Where averaged quantity is found out using following operation.

Principal stress, Principal


plane & Mohr's circle
analysis

Here time interval of integration should be carefully selected. It should be small enough to capture any unsteadiness in
flow, at the same time it should be big enough to smooth out fluctuations due to turbulence. A pictorial representation
of averaging operation is shown below.

Concepts of principal stress


and plane form backbone of material stress
analysis. Purpose of this video lecture is to
give you a good introd...

Working of Refrigerator &


Refrigeration Principle
Refrigeration technology is
commonly used in domestic
and industrial applications.
This video gives a detailed and logical
introduction to t...

Pelton Turbine - Working & Design


Aspects
Pelton turbines/wheels are suitable for

http://www.learnengineering.org/2013/05/computationalfluiddynamicsransfvm.html

2/7

7/27/2015

ComputationalFluidDynamics|RANS&FVM~LearnEngineering
Fig.2 Averaging operation done on a turbulent flow

How to obtain averaged solutions ?


To obtain this averaged values, instead of solving actual NS equations we can solve something called, averaged NS
equations. Navier Stokes equations generated after averaging operation is known as, Reynolds averaged Navier Stokes
equations.

power extraction, when the


water energy is available at
high head and low flow rate.
In this video w...

How does a Differential


work ?
The differential is an integral
part of all four wheelers.
Differential technology was
invented centuries ago and is considered to
be one of...

Fig.3 Conversion of NavierStokes equations to Reynods Averaged NS equations using averaging operation

The averaged equations are represented here in index notation form. Here F represents external force acting on fluid.

Reynolds Stress - Turbulence Modeling

Lexogen
QuantSeqlibrary
Digitalexpressionprofiling
usingNGStechnology

But RANS is not purely in terms of mean values. The last term of RANS is in terms of fluctuating components. This term is
known as Reynolds stress.

There are various turbulence models available in order to represent, Reynolds stress in terms of mean quantities.
Selection of proper turbulence model is one of the most important step in a CFD project.

Solving RANS numerically


RANS is not so difficult to solve numerically. Current CFD packages use mainly 3 numerical methods. They are FEM, FDM
and FVM. Some commercial packages using these methods are listed here.

Template Hits

2,172,132

http://www.learnengineering.org/2013/05/computationalfluiddynamicsransfvm.html

3/7

7/27/2015

ComputationalFluidDynamics|RANS&FVM~LearnEngineering

Fig.4 Different numerical schemes used in CFD and some commercial CFD packages using them

It is clear that FVM (Finite Volume Method) is the most common method of all. So in this article we will concentrate only
on FVM.

Finite Volume Method


The fundamental flow equations are derived in FVM, using integral approach. Here instead of considering a differential
volume we will consider a finite volume of arbitrary shape. And we will say that when flow passes through it, rate of
increase of quantity inside the volume will be same as flux in minus flux out, plus generation of quantity.

Fig.5 Basic philosophy of FVM : Conservation of quantity

You can apply this to any quantity. Quantity can be either mass or momentum component. Such a concept will lead to
conservative equations in integral form. It will have general form like this.

Where U represents quantity. So we can apply this general form to mass, so U will be density in to velocity. It will lead to
conservation of mass equation. Similarly we can apply it for 3 components of momentum. We will get 3 more equations,
which are conservation of momentum equations. So again we have 4 equations in total. This time in integral form.
http://www.learnengineering.org/2013/05/computationalfluiddynamicsransfvm.html

4/7

7/27/2015

ComputationalFluidDynamics|RANS&FVM~LearnEngineering

Meshing
Now the challenge is to solve these equations throughout the control volume numerically. Here there are surface and
volume integrals. We will execute numerical integration of these equations on small non overlapping cell volumes, of
arbitrary shape. So before executing numerical integration, actual control volume is split into small cells, as shown
below.

Fig.6 Conversion of Control volume in to small nonoverlapping cells : Meshing

This process is known as meshing. There are various meshing schemes available in CFD.

Solution
Now we need to execute surface and volume integrals on these cells. Such a cell is shown here. The method of surface
and volume integrals are also shown pictorially.

Fig.7 Numerical approximation of volume and surface integrals in FVM

In FVM volume integrals are approximated as volume of cell multiplied by average value of quantity at centroid of cell.
Similarly surface integrals are approximated as midpoint averaged values. So for this cell we have to do same operation
on all four surfaces. Now we can apply same operation throughout the cells. This will generate series of equations in
http://www.learnengineering.org/2013/05/computationalfluiddynamicsransfvm.html

5/7

7/27/2015

ComputationalFluidDynamics|RANS&FVM~LearnEngineering

terms of averaged values. We can solve them together, with help of some boundary condition. An appropriate
mathematical solver will do this task for you. Usually CFD solvers use iterative method to get the solution.

CFD at a Glance
The steps we have explained so far are summarized here in step by step manner.

Fig.8 Step by step CFD procedure

Before winding up the lecture, we will also see a sample CFD problem.

Fig.9 A sample CFD problem

How to build a career in CFD?


Hope you got a good introduction to CFD from here. Now its time to get hands on experience on CFD packages. Most used
CFD packages in industry and its relevance are given below.
http://www.learnengineering.org/2013/05/computationalfluiddynamicsransfvm.html

6/7

7/27/2015

ComputationalFluidDynamics|RANS&FVM~LearnEngineering

ICEM CFD A perfect software to do meshing


Gambit Another meshing software, but has become obsolete nowadays
Fluent Most preferred CFD solver in industry
CFX Another good solver
Icepak Electronics thermal management
Now it is clear from range of CFD packages available in market that, it is not possible to learn all of them at a stretch. So
first thing you have to do is to find out your area of interest and select a good CFD package which will suit your need. You
will be able to produce colorful results from CFD, but the real challenge is in understanding physics behind the problem (
make sure you are good in fluid mechanics and mathematics ). Please keep in mind that most of the time CFD produces
rubbish results. Reasons might be poor quality of mesh, wrong physics used in CFD solver, wrong solver selected or wrong
boundary condition applied. So it is imperative to spend lot of hours running simulation and analyzing results of
simulation in order to become a good CFD engineer.

ModalAnalysisSoftware
UseARTeMISModalsoftwareforOperationalModalAnalysis

Newer Post

Home

Older Post

2012-2013 Imajey. The content is copyrighted to LearnEngineering.org & Imajey Consulting Engineers Pvt. Ltd. and may not be reproduced without consent.

Learn Engineering Designed by PSD Style 2011 All Rights Reserved.

http://www.learnengineering.org/2013/05/computationalfluiddynamicsransfvm.html

Blogger Template by Way2blogging

7/7

Você também pode gostar