Suvarna Garge (Editor)

Finite volume method for two dimensional diffusion problem

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Finite volume method for two dimensional diffusion problem

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

x ( Γ ϕ x ) + y ( Γ ϕ y ) + S = 0

where,
Γ is the Diffusion coefficient and S is the Source term.

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 used here for all faces and cell dimensions as in one dimensional analysis. When the above equation is formally integrated over the Control volume, we obtain

Δ v x ( Γ ϕ x ) d x . d y + Δ v y ( Γ ϕ y ) d x . d y + Δ v S ϕ d V = 0

Using the divergence theorem, the equation can be rewritten as :

[ Γ e A e ( ϕ x ) e Γ w A w ( ϕ x ) w ] + [ Γ n A n ( ϕ y ) n Γ s A s ( ϕ y ) s ] + S ¯ Δ 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:

Γ w A w ( ϕ x ) w = Γ w A w ( ϕ p ϕ w ) δ x W P

Flux across the east face =

Γ e A e ( ϕ x ) e = Γ e A e ( ϕ e ϕ p ) δ x P E

Flux across the south face =

Γ s A s ( ϕ y ) s = Γ s A s ( ϕ p ϕ s ) δ y S P

Flux across the north face =

Γ n A n ( ϕ y ) n = Γ n A n ( ϕ n ϕ p ) δ y P N

Substituting these expressions in equation (2) we obtain

Γ e A e ( ϕ e ϕ p ) δ x P E Γ w A w ( ϕ p ϕ w ) δ x W P + Γ n A n ( ϕ n ϕ p ) δ y P N Γ s A s ( ϕ p ϕ s ) δ y S P + S ¯ Δ V = 0

When the source term is represented in linearized form S ¯ Δ V = S u + S p S φ , this equation can be rearranged as,

[ Γ e A e δ x P E + Γ w A w δ x W P + Γ n A n δ y P N + Γ s A s δ y S P S p ] ϕ P = Γ e A e δ x P E ϕ E + Γ w A w δ x W P ϕ W + Γ n A n δ x P N ϕ N + Γ s A s δ x S P ϕ S + S u


This equation can now be expressed in a general discretized equation form for internal nodes, i.e.,

a P ϕ P = a W ϕ W + a E ϕ E + a S ϕ S + a N ϕ N + S u

Where,


The face areas in y two dimensional case are :

A w = A e = Δ y

and

A n = A s = Δ x .

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 s u and S p terms. Subsequently the resulting set of equations is solved to obtain the two dimensional distribution of the property φ

References

Finite volume method for two dimensional diffusion problem Wikipedia