Finite volume method for two dimensional diffusion problem explained
The methods used for solving two dimensional Diffusion problems are similar to those used for one dimensional problems. The general equation for steady diffusion can be easily derived from the general transport equation for property Φ by deleting transient and convective terms[1]
}\left(\Gamma\frac\right)+\frac\left(\Gamma\frac\right)+S=0
where,
is the Diffusion coefficient
[2] and
is the Source term.
[3] A portion of the two dimensional grid used for Discretization is shown below:
In addition to the east (E) and west (W) neighbors, a general grid node P, now also has north (N) and south (S) neighbors. The same notation is usedhere for all faces and cell dimensions as in one dimensional analysis. When the above equation is formally integrated over the Control volume, we obtain
}\frac\left(\Gamma\frac\right)dxdy+\int_\frac\left(\Gamma\frac\right)dxdy+\int_S_dV=0
Using the divergence theorem, the equation can be rewritten as :
\left[{\Gamma{}}eA
| |
| e\left( | \partial{ | \phi{}}{\partial{}x}\right) |
|
e-{\Gamma{}}wA
| |
| w\left( | \partial{ | \phi{}}{\partial{}x}\right) |
|
w\right]+\left[{\Gamma{}}nA
| |
| n\left( | \partial{ | \phi{}}{\partial{}y}\right) |
|
n-{\Gamma{}}sA
| |
| s\left( | \partial{ | \phi{}}{\partial{}y}\right) |
|
s\right]+\bar{S}\Delta{}V=0
This equation represents the balance of generation of the property φ in a Control volume and the fluxes through its cell faces. The derivatives can by represented as follows by using Taylor series approximation:
{{\Gamma{}}wA
| |
| w\left( | \partial{ | \phi{}}{\partial{x}}\right)} |
|
w=
{\Gamma{}}wA
}_p-_w)}
Flux across the east face =
{{\Gamma{}}eA
| |
| e\left( | \partial{ | \phi{}}{\partial{x}}\right)} |
|
e=
{\Gamma{}}eA
}_e-_p)}
Flux across the south face =
{{\Gamma{}}sA
| |
| s\left( | \partial{ | \phi{}}{\partial{y}}\right)} |
|
s=
{\Gamma{}}sA
}_p-_s)}
Flux across the north face =
{{\Gamma{}}nA
| |
| n\left( | \partial{ | \phi{}}{\partial{y}}\right)} |
|
n=
{\Gamma{}}nA
}_n-_p)}
Substituting these expressions in equation (2) we obtain
}_e-_p)} - _wA_w\frac + _nA_n\frac - _sA_s\frac+ \bar\DeltaV=0
When the source term is represented in linearized form
\bar{S}\Delta{}V=Su+Sp*S\varphi
,this equation can be rearranged as,
}_eA_e} + \frac + \frac + \frac- S_p\right] \phi_P =
}_eA_e}\phi_E + \frac\phi_W + \frac\phi_N + \frac\phi_S+ S_u
This equation can now be expressed in a general discretized equation form for internal nodes, i.e.,
aP\phi{}P=aW\phi{}W+aE\phi{}E+aS\phi{}S+aN\phi{}N+Su
Where,
The face areas in y two dimensional case are :
and
.
We obtain the distribution of the property
i.e. a given two dimensional situation by writing
discretized equations of the form of equation (3) at each grid node of the subdivided domain. At the boundaries where the temperature or fluxes are known the discretized equation are modified to incorporate the
boundary conditions. The boundary side coefficient is set to zero (cutting the link with the boundary) and the flux crossing this boundary is introduced as a source which is appended to any existing
and
terms. Subsequently the resulting set of equations is solved to obtain the two dimensional distribution of the property
References
- 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
External links
See also
Notes and References
- Web site: Navier-Stokes Equations in Fluid Mechanics . Efunda.com . 2013-10-29.
- Web site: Diffusion – useful equations . Life.illinois.edu . 2013-10-29.
- Web site: SSCP: Programming Strategies . Physics.drexel.edu . 2013-10-29.