Computational Fluid Dynamics Article Index for
Computational
Website Links For
Computational
 

Information About

Computational Fluid Dynamics




The most fundamental consideration in CFD is how one treats a continuous fluid in a discretized fashion on a computer. One method is to discretize the spatial domain into small cells to form a volume mesh or Grid , and then apply a suitable Algorithm to solve the equations of motion ( Euler Equations for inviscid, and Navier-Stokes Equations for viscid flow). In addition, such a mesh can be either irregular (for instance consisting of triangles in 2D, or pyramidal solids in 3D) or regular; the distinguishing characteristic of the former is that each cell must be stored separately in memory. Lastly, if the problem is highly dynamic and occupies a wide range of scales, the grid itself can be dynamically modified in time, as in Adaptive Mesh Refinement methods.

If one chooses not to proceed with a mesh-based method, a number of alternatives exist, notably :


It is possible to directly solve the Navier-Stokes Equations for Laminar Flow cases and for turbulent flows when all of the relevant length scales can be contained on the grid (a Direct Numerical Simulation ). In general however, the range of length scales appropriate to the problem is larger than even today's massively Parallel Computers can model. In these cases, turbulent flow simulations require the introduction of a turbulence model. Large Eddy Simulation s and the RANS formulation ( Reynolds-averaged Navier-Stokes Equations ), with the ''k-ε'' model or the Reynolds stress model, are two techniques for dealing with these scales.

In many instances, other equations (mostly convective-diffusion equations) are solved simultaneously with the Navier-Stokes Equations .
These other equations can include those describing species Concentration , Chemical Reaction s, Heat Transfer , etc.
More advanced codes allow the simulation of more complex cases involving multi-phase flows (eg, liquid/gas, solid/gas, liquid/solid) or non- Newtonian fluids (such as Blood ).


METHODOLOGY

In all of these approaches the same basic procedure is followed.
# The Geometry (physical bounds) of the problem is defined.
# The Volume occupied by the fluid is divided into discrete cells (the mesh).
# The physical modelling is defined - for example, the equations of motions + Enthalpy + species conservation
# Boundary conditions are defined. This involves specifying the fluid behaviour and properties at the boundaries of the problem. For transient problems, the initial conditions are also defined.
# The equations are solved iteratively as a steady-state or transient.
# Analysis and visualization of the resulting solution.


Discretization methods

The stability of the chosen discretization is generally established numerically rather than analytically as with simple linear problems. Special care must also be taken to ensure that the discretization handles discontinuous solutions gracefully. The Euler Equations and Navier-Stokes Equations both admit shocks, and contact surfaces.

Some of the discretization methods being used are:
  • Finite Volume Method . This is the "classical" or standard approach used most often in commercial software and research codes. The governing equations are solved on discrete control volumes. This integral approach yields a method that is inherently conservative (i.e., quantities such as density remain physically meaningful):

  • :: rac{\partial}{\partial t}\iiint Q dV + \iint F d\mathbf{A} = 0,

:Where Q is the vector of conserved variables, F is the vector of fluxes (see Euler Equations or Navier-Stokes Equations ), V is the cell volume, and \mathbf{A} is the cell surface area.
  • Finite Element Method . This method is popular for structural analysis of solids, but is also applicable to fluids. The FEM formulation requires, however, special care to ensure a conservative solution.

  • Finite Difference method. This method has historical importance and is simple to program. It is currently only used in few specialized codes. The main disadvantage is that it requires structured meshes, and coordinate transformations for complicated geometries.

  • :

rac{\partial Q}{\partial t}+
rac{\partial F}{\partial x}+
rac{\partial G}{\partial y}+
rac{\partial H}{\partial z}=0

:Where Q is the vector of conserved variables, and F, G, and H are the fluxes in the x, y, and z directions respectively.


Turbulence models

Direct Numerical Simulation (DNS) captures all of the relevant scales of turbulent motion, so no model is needed for the smallest scales. This approach is extremely expensive, if not intractable, for complex problems on modern computing machines, hence the need for models to represent the smallest scales of fluid motion.


Reynolds-averaged Navier-Stokes

Reynolds-averaged Navier-Stokes Equations (RANS) is the oldest approach to turbulence modeling. An ensemble version of the governing equations is solved, which introduces new ''apparent stresses'' known as Reynolds stress. This adds a second order tensor of unknowns for which various models can provide different levels of closure. It is a common misconception that the RANS equations do not apply to flows with a time-varying mean flow because these equations are 'time-averaged'. In fact, statistically unsteady (on non-stationary) flows can equally be treated. This is sometimes referred to as URANS. There is nothing inherent in Reynolds averaging to preclude this, but the turbulence models used to close the equations are valid only as long as the time over which these changes in the mean occur is large compared to the time scales of the turbulent motion containing most of the energy.


Large eddy simulation

Large Eddy Simulation s (LES) is a technique in which the smaller eddies are filtered and are modeled using a sub-grid scale model, while the larger energy carrying eddies simulated. This method generally requires a more refined mesh than a RANS model, but a far coarser mesh than a DNS solution.


Detached eddy simulation

Detached Eddy Simulation s (DES) is a modification of a RANS model in which the model switches to a subgrid scale formulation in regions fine enough for LES calculations. Regions near solid boundaries and where the turbulent length scale is less than the maximum grid dimension are assigned the RANS mode of solution. As the turbulent length scale exceeds the grid dimension, the regions are solved using the LES mode. Therefore the grid resolution is not as demanding as pure LES, thereby considerably cutting down the cost of the computation. Though DES was initially formulated for the Spalart-Allmaras model (Spalart et al, 1997), it can be implemented with other RANS models (Strelets, 2001), by appropriately modifying the length scale which is explicitly or implicitly involved in the RANS model. So while Spalart-Allamaras model based DES acts as LES with a wall model, DES based on other models (like two equation models) behave as a hybrid RANS-LES model. Grid generation is more complicated than for a simple RANS or LES case due to the RANS-LES switch. DES is a non-zonal approach and provides a single smooth velocity field across the RANS and the LES regions of the solutions.


Solution algorithms

The basic solution of the system of equations arising after discretization is accomplished by many of the familiar algorithms of numerical linear algebra. One can either use a stationary iterative method, like symmetric Gauss-Seidel or Successive Overrelaxation , or a Krylov Subspace method. In the latter, the solution residual is minimized on an orthogonal basis for a subspace of the non-linear operator. Krylov subspace methods are generally used with a preconditioner and an inner Newton iteration. Unfortunately for non-linear problems, the orthogonal basis can not be constructed with short recurrences (as in the plain Conjugate Gradient Method ) and the entire sequence of vectors must be stored.

In resent years so-called Multigrid algorithms have become famous, because of their efficiency for larger systems of equation, i.e. finer discretization meshes. This technic avoids the disadvantage of the above mentioned iterative solvers, that information travels slowly from one point of the grid to another by changing to corser grids and later interpolating back to the fine grid.


MOTIVATION

The techniques are widely used by Engineers designing or analysing devices that interact with Fluid , such as vehicles, pumps, chemical apparatus or ventilation systems.

There are numerous commercial software packages to solve the Navier Stokes Equations. Examples of such commercial packages include the following (alphabetically listed):
AVL/FIRE, CFD-ACE+, EFD.Lab , CFD-FASTRAN, CFX by ANSYS Inc. , Coolit , FLOW-3D, FLUENT , KIVA, NUMECA, Phoenics, and STAR-CD. Other software packages serve as add-ons or complementary products to CFD tools. These include FieldView for post-processing and KINetics for solving detailed chemical kinetics.


SOFTWARE

  • CFdesign CFdesign® turns a standard MCAD workstation into a fully interactive flow bench, thermal test rig, and wind tunnel.

  • OpenFOAM a former commercial code that is now under GPL

  • OpenFlower an easy to use 3-D and 2-D flow solver. It is open source and has both, a dummies guide and a manual of how and what it solves. Use it for preliminary CFD before you go fluent. Use GMSH for your models, solve them using OpenFlower, then view the results using GMSH again. export stl from Pro/e - SW soon? GMSH

  • FLUENT World's most widely used commercial CFD code for a wide range of industrial flow applications

  • STAR Industrial CAD-embedded flow simulation

  • HyperXtrude Commercial CFD code for metal extrusion and similar problems (polymers, toothpaste, clay, Italian pasta ...)

  • CFX Commercial CFD-code by Ansys

  • GOTM General Ocean Turbulence Model, freely available, published under GPL.

  • GETM GETM is a 3D numerical model simulating the most important hydrodynamic and thermodynamic processes in natural waters, freely available, published under GPL.

  • MultiSurface Aerodynamics Wing Analysis Software using Vortex Lattice CFD method.

  • Dolfyn an Open Source unstructured Finite Volume Method code

  • NIKA EFD.Lab

  • NASA provides CFD software to residents in the US through The Open Channel Foundation

  • GERRIS is a GPL incompressible flow solver

  • Featflow is an Open Source 2-D and 3-D Finite Element Method incompressible flow solver

  • Femwater is a freely downloadable(including source) finite element code developed by the EPA to calculate chemical transport through fluids. The EPA site does not include source code(use previous link ) but it does provide an executable as well as a description of Femwater.

  • Typhon is an open source multiphysics solver (includes compressible flow and heat transfer)

  • Piping Systems FluidFlow has a fully functional demo which uses sample fluids for evaluations available for download

  • Atmos