CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Wiki > Introduction to numerical methods

Introduction to numerical methods

From CFD-Wiki

(Difference between revisions)
Jump to: navigation, search
(Removed all previous text as it was not related to numerical methods)
Line 1: Line 1:
-
<p>[[Fluid]]s could be regarded as substances those on application of external force deform or show very little resistance to deformation. This deformation in the cases of liquid and gases is substantial. Both obey common laws of motion and both for most practical computational purposes can be regarded as continuum. Forces can be considered as body forces, example: forces due to gravity or they can be considered as surface forces example: surface tension.</p>
+
Numerical methods are at the heart of the CFD process. Researchers dedicate their attention to two fundamental aspects in CFD; i.e. physical modeling and numerics.
-
<p>
+
-
Based on speed and nature of flow, flows could be categorized into: <br>
+
-
*[[Laminar flow]] <br>
+
-
*[[Turbulent flow]] <br>
+
-
Or it could be categorized into: <br>
+
-
*[[Subsonic flow]] <br>
+
-
*[[Supersonic flow]] <br>
+
-
Based upon their [[Mach number]]. This Mach number could be used to determine whether the flow shall be considered as [[Incompressible flow ]] or [[Compressible flow]] for computational purposes. For the flows of Mach number smaller than 0.3, we can safely assume them as incompressible for all computational purposes. </p>
+
-
<p>
+
-
Based upon the degree of effect upon the viscosity on the flow, the flows could be classified as [[Viscous flow]] or [[Inviscid flow]] in nature. Fluids obeying [[Newton’s law]] are called [[Newtonian fluid | Newtonian fluids]].  
+
-
Further based upon the phases of flow, the flows can be considered as [[multiphase]] or single phase flows. </p>
+
-
== Control Volume Approach ==
+
In physical modeling, we seek a set of equations or mathematical relations that allow us to close the given set of equations. In turbulence modeling for example, one is interested in devising new equations for the extra unknowns that result from the averaging process.
-
<p>
+
-
Conservation laws can be applied to given quantity of fluid. However, it is more convenient to apply them on a small spatial region, called Control volume. For this purposes the geometry under consideration is subdivided into smaller sub-regions. Together they are called mesh or grid. And the approach used is called Control volume approach for solving the flow problem. <br>
+
-
The figure 1.1 shows one such computational domain. <br>
+
-
[[Image:Img_nm_intro_01.jpg]] <br>
+
On the other hand, the focus in numerics is to devise efficient, robust, and reliable algorithms for the solution of PDEs. PDEs are a combination of differential terms (rates of change) that describe a conservation principle. Without loss in generality, all physical processes can be described by PDEs. Now, the CFD process requires the discretization of the governing PDEs, i.e. the derivation of equivalent algebraic relations that should faithfully represent the original PDE. This is done by transforming each differential term in the PDE into an approximate algebraic relation (see [[Generic_scalar_transport_equation]]).
-
Figure 1.1 <br>
+
-
</p>
+
-
== Conservation Principles ==
+
-
== Conservation of scalar quantities ==
+
-
== Simple Flows ==
+
-
=== [[Incompressible flow]] ===
+
-
=== [[Inviscid flow | Euler or inviscid flow]] ===
+
-
=== [[Potential flow]] ===
+
-
=== [[Stokes flow | Stokes or creeping flow]] ===
+
-
----
+
Deriving an original numerical algorithm is not only a mathematical challenge. The investigator should also bear in mind the physics behind the term that is being discretized. For example, there are various discretization schemes for the convection term (upwind, QUICK, SOU etc...) because of the special behavior of the convection process. Similarly, the diffusion, convection, and source terms have very specialized treatments.
-
<i> Return to [[Numerical methods | Numerical Methods]] </i>
+

Revision as of 17:50, 2 November 2006

Numerical methods are at the heart of the CFD process. Researchers dedicate their attention to two fundamental aspects in CFD; i.e. physical modeling and numerics.

In physical modeling, we seek a set of equations or mathematical relations that allow us to close the given set of equations. In turbulence modeling for example, one is interested in devising new equations for the extra unknowns that result from the averaging process.

On the other hand, the focus in numerics is to devise efficient, robust, and reliable algorithms for the solution of PDEs. PDEs are a combination of differential terms (rates of change) that describe a conservation principle. Without loss in generality, all physical processes can be described by PDEs. Now, the CFD process requires the discretization of the governing PDEs, i.e. the derivation of equivalent algebraic relations that should faithfully represent the original PDE. This is done by transforming each differential term in the PDE into an approximate algebraic relation (see Generic_scalar_transport_equation).

Deriving an original numerical algorithm is not only a mathematical challenge. The investigator should also bear in mind the physics behind the term that is being discretized. For example, there are various discretization schemes for the convection term (upwind, QUICK, SOU etc...) because of the special behavior of the convection process. Similarly, the diffusion, convection, and source terms have very specialized treatments.

My wiki