Finite volume method for one-dimensional steady state diffusion

From Wikipedia, the free encyclopedia

The Finite volume method in computational fluid dynamics is a discretization technique for partial differential equations that arise from physical conservation laws. These equations can be different in nature, e.g. elliptic, parabolic, or hyperbolic. The first well-documented use of this method was by Evans and Harlow (1957) at Los Alamos. The general equation for steady diffusion can easily be derived from the general transport equation for property Φ by deleting transient and convective terms.[1]

General Transport equation can be defined as

,

where
is density and is the conserved quantity,
is the Diffusion coefficient[2] and is the Source term.[3]
is the Net rate of flow of out of fluid element (convection),
is Rate of increase of due to diffusion,
is Rate of increase of due to sources.

is Rate of increase of of fluid element(transient),

Conditions under which the transient and convective terms goes to zero:

For one-dimensional, steady-state diffusion, General Transport equation reduces to:

,

or,

.


The following steps comprise the finite volume method for one-dimensional steady state diffusion -

STEP 1
Grid Generation

  • Divide the domain into equal parts of small domain.
  • Place nodal points at the center of each small domain.
    Dividing small domains and assigning nodal points (Figure 1)
  • Create control volumes using these nodal points.
Control volume and control volume & boundary faces (Figure 2)
  • Create control volumes near the edges in such a way that the physical boundaries coincide with control volume boundaries (Figure 1).
  • Assume a general nodal point 'P' for a general control volume. Adjacent nodal points to the East and West are identified by E and W respectively. The West-side face of the control volume is referred to by 'w' and the East-side control volume face by 'e' (Figure 2).
Steady state one-dimensional diffusion (Figure 3)
  • The distance between WP, wP, Pe and PE are identified by ,, and respectively (Figure 4).

STEP 2
Discretization

Control volume width (Figure 4)
  • The crux of Finite volume method is to integrate the governing equation over each control volume.
  • Nodal points are used to discretize equations.
  • At nodal point P, the control volume integral is given by (Figure 3)


,

where

is Cross-sectional Area Cross section (geometry) of control volume face, is Volume, is average value of source S over the control volume.

  • It states that the difference between the diffusive flux Fick's laws of diffusion of through the east and west faces of some volume corresponds to the change in the quantity in that volume.
  • The diffusive coefficient of and are required in order to reach a useful conclusion.
  • Central differencing technique [1] Archived 2013-11-05 at the Wayback Machine is used to derive the diffusive coefficient of :


,

.

  • is calculated using the nodal point values (Figure 4):


 ,
,
  • In some practical situations, the source term can be linearized:


.

  • Merging the above equations leads to

.

  • Re-arranging gives


.

  • Compare and identify the above equation with




where

STEP 3:
Solution of equations

  • Discretized equation must be set up at each of the nodal points in order to solve the problem.
  • The resulting system of linear algebraic equations Linear equation can then be solved to obtain at the nodal points.
  • The matrix of higher order [2] can be solved in MATLAB.

This method can also be applied to a 2D situation. See Finite volume method for two dimensional diffusion problem.

References[edit]

  • Patankar, Suhas V. (1980), Numerical Heat Transfer and Fluid Flow, Hemisphere.
  • Hirsch, C. (1990), Numerical Computation of Internal and External Flows, Volume 2: Computational Methods for Inviscid and Viscous Flows, Wiley.
  • Laney, Culbert B.(1998), Computational Gas Dynamics, Cambridge University Press.
  • LeVeque, Randall(1990), Numerical Methods for Conservation Laws, ETH Lectures in Mathematics Series, Birkhauser-Verlag.
  • Tannehill, John C., et al., (1997), Computational Fluid mechanics and Heat Transfer, 2nd Ed., Taylor and Francis.
  • Wesseling, Pieter(2001), Principles of Computational Fluid Dynamics, Springer-Verlag.
  • Carslaw, H. S. and Jager, J. C. (1959). Conduction of Heat in Solids. Oxford: Clarendon Press
  • Crank, J. (1956). The Mathematics of Diffusion. Oxford: Clarendon Press
  • Thambynayagam, R. K. M (2011). The Diffusion Handbook: Applied Solutions for Engineers: McGraw-Hill
  1. ^ "Navier-Stokes Equations in Fluid Mechanics". Efunda.com. Retrieved 2013-10-29.
  2. ^ "Diffusion – useful equations". Life.illinois.edu. Retrieved 2013-10-29.
  3. ^ "SSCP: Programming Strategies". Physics.drexel.edu. Retrieved 2013-10-29.

External links[edit]

See also[edit]