SlideShare uma empresa Scribd logo
1 de 7
Baixar para ler offline
IOSR Journal of Mathematics (IOSR-JM)
e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 11, Issue 6 Ver. IV (Nov. - Dec. 2015), PP 19-25
www.iosrjournals.org
DOI: 10.9790/5728-11641925 www.iosrjournals.org 19 | Page
Numerical Solution of Diffusion Equation by Finite Difference
Method
1
M. M. Rahaman, 2
M.M.H. Sikdar,3
M. B. Hossain, 4
M.A. Rahaman, 5
M.Jamal.
Hossain
1,3
Associate Professor, Department of Mathematics, Patuakhali Science and Technology University,
Bangladesh,
2
Associate Professor, Department of Statistics, Patuakhali Scienceand Technology University, Bangladesh
4
Assistant Professor, Department of Computer Science and information Technology, Patuakhali Science and
Technology University, Bangladesh
5
Associate Professor, Department of Computer Science and information Technology, Patuakhali Science and
Technology University, Bangladesh
Abstract: In this work error estimation for numerical solution of Diffusion equation by finite difference method
is done. The Explicit centered difference scheme is described to find the numerical approximation of the
Diffusion equation. The numerical scheme is implemented in order to perform the numerical features of error
estimation. To get analytic solution, we present the variable separation method. We develop a computer
program to implement the finite difference method in scientific programming language. An example is used for
comparison; the numerical results are compared with analytical solutions.
Keywords: Analytic solution, Diffusion equation, Finite difference scheme, Initial value problem (IVP),
Relative error.
I. Introduction
In Mathematics, the finite difference methods are numerical methods for approximating the
solutions to differential equations using finite difference equations to approximate derivatives. Our goal
is to approximate solutions to differential equations.i, e. to find a function (or some discrete
approximation to this functions) which satisfies a given relationship between several of its derivatives
on some given region of space /and or time, along with some boundary conditions along the edges of
this domain. A finite difference method proceeds by replacing the derivatives in the differential equation
by the finite difference approximations. This gives a large algebraic system of equations to be solved in
place of the differential equation, something that is easily solved on a computer.
In (A.N. Richmond, 2006), the authors develop the analytical solutions of non‐trivial examples of a
well‐known class of initial‐boundary value problems which, by the choice of parameters, can be reduced to
regular or singular Sturm‐Liouville problems. In (Sweilam et. al, 2012) the author presents the C-N-FDM to
solve the linear time fractional diffusion equation. They claimed that the C-N-FDM gives good results. The
authors studied the Spectral methods for solving the one dimensional parabolic heat equation (Juan- Gabriel et.
al 2006). In (Hikment Koyunbakan and Emrah Yilmaz, 2010), the Authors claimed that The ADM method is
more accurate. In (Subir et. al, 2011), the authors present the Adomian Decomposition method to solve the
nonlinear diffusion equation with fractional time derivatives. With the above discussion in view, our intention is
to investigate mathematical models, to establish the stability condition of the numerical scheme and to analyze
the error of the scheme.
In section 2, present a short discussion on the derivation of Diffusion equation as IBVP. In section 3,
the analytical solution of diffusion equation is illustrated by variable separation method. We describe an explicit
centered difference scheme for Diffusion equation as an IBVP with two sided boundary conditions in section 4.
In section 4, we also set up the stability condition of the numerical scheme. In section 5, we develop a computer
program in scientific programming language for the implementation of the numerical scheme and perform
numerical simulations in order to verify the behavior for various parameters. Finally the conclusions of the
paper are given in the last section.
II. Governing Equation And Its Derivation:
In this study we consider the governing equation as IBVP
2
2
x
c
D
t
c





Numerical Solution of Diffusion Equation by Finite Difference Method
DOI: 10.9790/5728-11641925 www.iosrjournals.org 20 | Page
c is the concentration at the point x at the time t , D is the diffusive constant in the x direction, t is the
time.
With appropriate initial and boundary condition
bxaxcxtc  );(),( 00
Ttttcatc a  0);(),(
)(),( tcbtc b
Consider the equation of mass conservation of the tracer. The continuity equation states that divergence of mass
flux equals change in mass in a control volume.
t
c
q





If we assume that  is constant in time and space, the continuity equation can be written as
t
c
q



Using Fick’s law for q , we have a general Diffusion equation
t
c
cD



If D is constant, the diffusion equation is given by as
t
c
cD


2
The diffusion coefficient theoretically is a tensor. However, for most cases, we assume it is a scalar. The
diffusion equation written in the Cartesian coordinate system in a one dimensional.
t
c
x
c
D





2
2
III. Analytical Solution Of The Governing Equation By The Method Of Variable Separation:
Consider XTc  be the solution of the diffusion equation
2
2
x
c
D
t
c




 Ttt 0 bxa  (1)
with the homogeneous boundary condition
Initial condition 0)0,( cxc  , and boundary condition 0),0( tc , 0),( tLc , Lx 0
Then TX
t
c



, TX
x
c



and TX
x
c



2
2
.
Now from the given equation, we have
X
X
DT
T 


(2)
Each side of (2) must be constant,
2




X
X
DT
T
(say)
Numerical Solution of Diffusion Equation by Finite Difference Method
DOI: 10.9790/5728-11641925 www.iosrjournals.org 21 | Page
Then 02
 TDT  and 02
 XX  whose solution are,
tD
eCT
2
1

 and xBxAX  sincos 11 
Thus a solution of the partial differential equation is
tD
eCxBxAtxc
2
111 )sincos(),( 
 
 )sincos(
2
xBxAe tD

 
(3)
Applying the boundary condition
Since 0),0( tc ,
tD
Ae
2
0 

0A , since 0
2
 tD
e 
.
Thus from (3), we have
xBetxc tD

sin),(
2

 (4)
Since 0),( tLc , LBe tD

sin0
2


If 0B the solution is identically zero, so we must have
0sin L since 0B , 0
2
 tD
e 
L
n
  , ,2,1,0 n ………
By the principle of superposition
The solution is
x
L
n
eBtxc
Dt
L
n
n
n


sin),(
2
22
1


 (5)
In order to satisfy the last condition, x
L
n
Bxc
n
n

sin)0,(
1




Using Fourier series, 
L
n xdx
L
n
xc
L
B
0
sin)0,(
2 
The solution of the governing equation can be written as follows
x
L
n
exdx
L
n
xc
L
txc
Dt
L
n
n
L


sin)sin)0,(
2
(),(
2
22
1 0


  (6)
Numerical Solution of Diffusion Equation by Finite Difference Method
DOI: 10.9790/5728-11641925 www.iosrjournals.org 22 | Page
IV. Formulation Of The Diffusion Equation
We would like to consider the diffusion equation as an initial and homogeneous boundary value
problem
2
2
x
c
D
t
c





, Ttt 0 , bxa 
Initial condition 0)0,( cxc  , and boundary condition 0),0( tc , 0),( tLc
In order to develop the scheme, we discretize the tx  plane by choosing a mesh width xh  space and a
time step tk  . The finite difference methods we will develop produce approximations
nn
i Rc  to the
solution ),( ni txc at the discrete points by
ihxi 
,
.....3,2,1,0i
nktn  ,
.....3,2,1,0n
Let the solution ),( ni txc be denoted by
n
iC and its approximate value by
n
ic .
Simple approximations to the first derivative in the time direction by forward difference can be obtained from
)(
1
to
t
CC
t
c n
i
n
i





 
Discretization of 2
2
x
c


is obtain from second order central difference in space.
)(
2 2
2
11
2
2
xo
x
CCC
x
c n
i
n
i
n
i





 
We obtain
)(
2 2
2
11
1
xto
x
CCC
D
t
CC n
i
n
i
n
i
n
i
n
i





 

(7)
The terms )( 2
xto  denote the order of the method. Neglecting the error terms and simplifying. We obtain
the difference methods
=>
n
i
n
i
n
i
n
i c
x
tD
c
x
tD
c
x
tD
c 12212
1
)21( 









 (8)
This is the required explicit centered difference scheme for the IBVP
n
i
n
i
n
i
n
i cccc 11
1
)21( 

  (9)
This scheme uses a second order central difference in space and the first order forward Euler scheme in time.
Where 2
x
tD


 Note that if
2
1
0   , then the solution at the new time is a weighted average of the
solution at the old time .This implies a discrete maximum principle, and therefore numerical stability. It also
implies monotonocity: if
n
i
n
i cc 1 for all i , then
0)())(21()( 1211
11
1  


n
i
n
i
n
i
n
i
n
i
n
i
n
i
n
i cccccccc 
However, we must choose the time step to be small: we must have
2
1
 , or equivalently that
D
x
t
2
2


This time step restriction typically requires an unacceptably large number of time steps, unless the diffusion
constant D is very small.
4.1 Stability of the explicit centered difference scheme (8) is given by the conditions
2
1
0 2




x
tD
Numerical Solution of Diffusion Equation by Finite Difference Method
DOI: 10.9790/5728-11641925 www.iosrjournals.org 23 | Page
Proof: The explicit centered difference scheme (8) takes the form
=>
n
i
n
i
n
i
n
i c
x
tD
c
x
tD
c
x
tD
c 12212
1
)21( 










n
i
n
i
n
i
n
i cccc 11
1
)21( 

  (10)
Where
2
x
tD



The equation (10) implies that if
2
1
0   , and then the solution at the new time is a weighted average of the
solution at the old time. This implies a discrete maximum principle. We can conclude that the explicit centered
difference scheme (10) is stable for
2
1
0 2




x
t
D
V. Error Estimation Of The Scheme:
In order to perform error estimation, we consider the exact solution of the model equation with initial condition
)1()()0,( 0 xxxcxc  and homogeneous boundary condition. We get
x
L
n
exdx
L
n
xc
L
txc
Dt
L
n
n
L


sin)sin)0,(
2
(),(
2
22
1 0


 
We compute the error defined by
e
Ne
C
CC
e


for all time where ec is the exact solution and Nc is the Numerical solution computed by the finite difference
scheme.
5.1Results And Discussion:
We solve the diffusion equation by implementing the centered difference scheme, while varying the
different parameter values.
Figure 1: The behavior of numerical solution at smD /001.0 2
 , sm /005.0 2
.
Numerical Solution of Diffusion Equation by Finite Difference Method
DOI: 10.9790/5728-11641925 www.iosrjournals.org 24 | Page
Concentration distribution for each diffusion rate at time t=24 min. In figure-1, the profile for varying
contaminant diffusion rate, we saw that the contaminant concentration with a higher diffusion rate decreases at a
higher rate than that with a lower diffusion rate. The curve marked by “star” shows the concentration profile for
diffusion rate smD /001.0 2
 and the curve visible by “dot line” represents the concentration profile for
diffusion rate smD /005.0 2

Figure 2: Analytic solution and Numerical solution at different time Analytical solution of diffusion equation is
compared with the numerical solution at different time in figure-2. The curve noticeable by “blue line” shows
the numerical solution, the curve visible by “red line” represents numerical solution. The results are very close.
Figure 3: The Numerical solution and Analytical solution in mesh.
Figure 4: The error in the numerical result is shown for ∆x=0.1
Numerical Solution of Diffusion Equation by Finite Difference Method
DOI: 10.9790/5728-11641925 www.iosrjournals.org 25 | Page
Figure 5: The error in the numerical result is shown for ∆x=0.01
Figure-4 and figure-5 shows the error in the numerical solution from each of the methods when
compared with the analytical solution, for the atwo cases N=10, N=100, corresponding to ∆x=0.1, 0.01
respectively. Comparisons are made for the solution at different time for smaller ∆x the errors reduce in size.
The errors for the central difference scheme decrease as the grid size decrease.
VI. Conclusion:
The study has presented the numerical and analytical solution of Diffusion equation. The explicit
centered difference scheme is used in order to perform the numerical features of error estimation. We have seen
that the contaminant concentration with a higher diffusion rate decreases at a higher rate than that with a lower
diffusion rate. In order to execute the numerical method we have developed a computer program in the language
of scientific computing that is a very good agreement of the finite difference method for Diffusion equation.
Reference
[1]. A.N. Richmond (2006, July), “Analytical solution of a class of diffusion problems”, International journal of mathematical education
in Science and Technology, Vol.15, issue 5, p. 643-648.
[2]. N. H. Sweilam, M. M. Khader, A. M. S. Mahdy ( 2012, Jan.), “Crack Nicolson finite difference method for solving time-fractional
diffusion equation”, Journal of Fractional Calculus and Application, Vol. 2, No. 2, pp. 1-9.
[3]. Collatz, L. (1960), “The Numerical Treatment of Differential Equation”, 3rd ed., Springer- Verlag, Berlin.
[4]. Randall J. LeVeque (1992), “Numerical methods for conservation laws”, Second edition, Springer.
[5]. John A.Trangestein (2000), “Numerical Solution of Partial Differential Equation”, Durham.
[6]. L.S.Andallah (2008), “Finite Difference Method-Explicit Upwind Difference Scheme”, lecturer note, Department of Mathematics,
Jahangirnagar University.
[7]. Juan- Gabriel, Barbosa- Saldana, Jose- Alfredo Jimenez Bernal, Claudia (2006), “Numerical Solution for the One Dimensional Heat
Equation by a Pseudo Spectral Discretization Technique”, Cientifica Vol. 10, No. 1, pp. 3-8, ESIME-IPN, Impreso en Mexico.
[8]. M.K.Jain,S.R.K.Iyengar,R.K.Jain,“Computational Methods for Partial Differential Equations”, Book published by New Age
International (p) Ltd, Reprint: 2007.
[9]. Hikment Koyunbakan and Emrah Yilmaz,“Numerical Simulation of Diffusion Equation by Means of He’s Variational Iteration
Methods and Adomina’s Decomposition method” , Cankaya University Journal of Science and Engineering, Vol. 7, No. 1, 25-38,
2010.
[10]. Subir Das, Praveen Kumer Kupta, Pradyumna Ghosh “An Approximate analytic Solution of Non Linear Fractional Diffusion
Equation”, International Journal of Nonlinear science, 2011, Vol.12, No.3, pp.339-346.
[11]. S.B.Yuste and L.Acedo “An explicit finite difference method and a new VonNumann-type stability analysis for fractional diffusion
equations”, 2005 society for industrial and applied Mathematics,vol.42, No. 5, pp.1862-1874.
Gerald W. Rectenwald “Finite difference approximations to the heat equation”, March 9, 2011.
[12]. D.V. Widder, “The heat equation. Academic Press”, 1975.
[13]. N.Azizi, R. Pourgholi and M. Ebrahimi, “Application of finite difference method to estimation of diffusion coefficient in a one
dimensional nonlinear inverse diffusion problem”.
[14]. Rama Cont and Ekaterina Voltchkova “A finite difference scheme for option princing in jump diffusion and exponential levy
models”, ECCOMAS 2004.
[15]. S.S.Sastry, “Introductory Methods of Numerical Analysis”, Fourth edition, 2007. T.Papakostas, A.G.Bratsos, I.Th.Famelis, A.I.Dlis
and D.G.Natsis, “An implicit numerical scheme for the atmospheric pollution”.

Mais conteúdo relacionado

Mais procurados

3 bessel's functions
3 bessel's functions3 bessel's functions
3 bessel's functionsMayank Maruka
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - NotesDr. Nirav Vyas
 
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES   PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES Mazharul Islam
 
linear transformation
linear transformationlinear transformation
linear transformationmansi acharya
 
Applications of differential equations by shahzad
Applications of differential equations by shahzadApplications of differential equations by shahzad
Applications of differential equations by shahzadbiotech energy pvt limited
 
MATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and IntegrationMATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and IntegrationAinul Islam
 
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...jani parth
 
Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)anil7nayak
 
Finite difference method
Finite difference methodFinite difference method
Finite difference methodDivyansh Verma
 
First Order Differential Equations
First Order Differential EquationsFirst Order Differential Equations
First Order Differential EquationsItishree Dash
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equationsaman1894
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series IntroductionRizwan Kazi
 
Fractional Calculus
Fractional CalculusFractional Calculus
Fractional CalculusVRRITC
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equationsEmdadul Haque Milon
 
Fundamentals of Finite Difference Methods
Fundamentals of Finite Difference MethodsFundamentals of Finite Difference Methods
Fundamentals of Finite Difference Methods1rj
 
Partial differential equation & its application.
Partial differential equation & its application.Partial differential equation & its application.
Partial differential equation & its application.isratzerin6
 
Differential Equations
Differential EquationsDifferential Equations
Differential EquationsKrupaSuthar3
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distributionhamza munir
 

Mais procurados (20)

3 bessel's functions
3 bessel's functions3 bessel's functions
3 bessel's functions
 
Partial Differential Equation - Notes
Partial Differential Equation - NotesPartial Differential Equation - Notes
Partial Differential Equation - Notes
 
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES   PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
PRESENTATION ON INTRODUCTION TO SEVERAL VARIABLES AND PARTIAL DERIVATIVES
 
linear transformation
linear transformationlinear transformation
linear transformation
 
Applications of differential equations by shahzad
Applications of differential equations by shahzadApplications of differential equations by shahzad
Applications of differential equations by shahzad
 
MATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and IntegrationMATLAB : Numerical Differention and Integration
MATLAB : Numerical Differention and Integration
 
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
Ordinary Differential Equations And Their Application: Modeling: Free Oscilla...
 
Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)Applications of differential equations(by Anil.S.Nayak)
Applications of differential equations(by Anil.S.Nayak)
 
Fuzzy sets
Fuzzy setsFuzzy sets
Fuzzy sets
 
Finite difference method
Finite difference methodFinite difference method
Finite difference method
 
First Order Differential Equations
First Order Differential EquationsFirst Order Differential Equations
First Order Differential Equations
 
Partial differential equations
Partial differential equationsPartial differential equations
Partial differential equations
 
Fourier series Introduction
Fourier series IntroductionFourier series Introduction
Fourier series Introduction
 
Fractional Calculus
Fractional CalculusFractional Calculus
Fractional Calculus
 
application of first order ordinary Differential equations
application of first order ordinary Differential equationsapplication of first order ordinary Differential equations
application of first order ordinary Differential equations
 
Fundamentals of Finite Difference Methods
Fundamentals of Finite Difference MethodsFundamentals of Finite Difference Methods
Fundamentals of Finite Difference Methods
 
Partial differential equation & its application.
Partial differential equation & its application.Partial differential equation & its application.
Partial differential equation & its application.
 
Differential Equations
Differential EquationsDifferential Equations
Differential Equations
 
Binomial probability distribution
Binomial probability distributionBinomial probability distribution
Binomial probability distribution
 
Separation of variables
Separation of variablesSeparation of variables
Separation of variables
 

Destaque

Finite Difference method in Strucutral Dynamics
Finite Difference method in Strucutral DynamicsFinite Difference method in Strucutral Dynamics
Finite Difference method in Strucutral DynamicsSarvesh Sureshrao Chikte
 
A Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference ApproximationsA Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference ApproximationsElliot Newman
 
2850 20 unit 202 physical and mechanical properties of materials
2850 20 unit 202 physical and mechanical properties of materials2850 20 unit 202 physical and mechanical properties of materials
2850 20 unit 202 physical and mechanical properties of materialsmattweetman
 
Health and safety among workers
Health and safety among workers Health and safety among workers
Health and safety among workers Christal Sanlao
 
Health And Safety Induction
Health And Safety InductionHealth And Safety Induction
Health And Safety Inductionpauljanicki
 
Engineering Drawing: Chapter 01 introduction
Engineering Drawing: Chapter 01 introductionEngineering Drawing: Chapter 01 introduction
Engineering Drawing: Chapter 01 introductionmokhtar
 
Mechanical properties of materials
Mechanical properties of materialsMechanical properties of materials
Mechanical properties of materialsSagar Damani
 
General Safety Presentation
General Safety PresentationGeneral Safety Presentation
General Safety Presentationgtwaddell
 
Shear Force And Bending Moment Diagram For Beam And Frame
Shear Force And Bending Moment Diagram For Beam And FrameShear Force And Bending Moment Diagram For Beam And Frame
Shear Force And Bending Moment Diagram For Beam And Framegueste4b1b7
 
Finite DIfference Methods Mathematica
Finite DIfference Methods MathematicaFinite DIfference Methods Mathematica
Finite DIfference Methods Mathematicaguest56708a
 
Health And Safety Induction Training
Health And Safety Induction TrainingHealth And Safety Induction Training
Health And Safety Induction Trainingedale07
 
Workplace hazards
Workplace hazardsWorkplace hazards
Workplace hazardssafereps
 
Workplace safety and health
Workplace safety and healthWorkplace safety and health
Workplace safety and healthshiva5717
 
Engineering Drawing
Engineering DrawingEngineering Drawing
Engineering DrawingLai Chun Tat
 
Occupational Health & Safety
Occupational Health & SafetyOccupational Health & Safety
Occupational Health & SafetyDebbieGould
 
Occupational Health and Safety Powerpoint Presentation
Occupational Health and Safety Powerpoint PresentationOccupational Health and Safety Powerpoint Presentation
Occupational Health and Safety Powerpoint PresentationJoLowe72
 
Safety handbook Saudi Aramco BY Muhammad Fahad Ansari 12IEEM14
Safety handbook Saudi Aramco  BY Muhammad Fahad Ansari  12IEEM14Safety handbook Saudi Aramco  BY Muhammad Fahad Ansari  12IEEM14
Safety handbook Saudi Aramco BY Muhammad Fahad Ansari 12IEEM14fahadansari131
 
City & Guilds Electrical - Multiple Choice
City & Guilds Electrical -  Multiple ChoiceCity & Guilds Electrical -  Multiple Choice
City & Guilds Electrical - Multiple ChoiceQwizdom UK
 

Destaque (20)

Finite Difference method in Strucutral Dynamics
Finite Difference method in Strucutral DynamicsFinite Difference method in Strucutral Dynamics
Finite Difference method in Strucutral Dynamics
 
A Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference ApproximationsA Solution of Partial Differential Equations by Finite-Difference Approximations
A Solution of Partial Differential Equations by Finite-Difference Approximations
 
2850 20 unit 202 physical and mechanical properties of materials
2850 20 unit 202 physical and mechanical properties of materials2850 20 unit 202 physical and mechanical properties of materials
2850 20 unit 202 physical and mechanical properties of materials
 
Health and safety among workers
Health and safety among workers Health and safety among workers
Health and safety among workers
 
Health And Safety Induction
Health And Safety InductionHealth And Safety Induction
Health And Safety Induction
 
Engineering Drawing: Chapter 01 introduction
Engineering Drawing: Chapter 01 introductionEngineering Drawing: Chapter 01 introduction
Engineering Drawing: Chapter 01 introduction
 
Fourier series
Fourier seriesFourier series
Fourier series
 
Mechanical properties of materials
Mechanical properties of materialsMechanical properties of materials
Mechanical properties of materials
 
Fourier series 1
Fourier series 1Fourier series 1
Fourier series 1
 
General Safety Presentation
General Safety PresentationGeneral Safety Presentation
General Safety Presentation
 
Shear Force And Bending Moment Diagram For Beam And Frame
Shear Force And Bending Moment Diagram For Beam And FrameShear Force And Bending Moment Diagram For Beam And Frame
Shear Force And Bending Moment Diagram For Beam And Frame
 
Finite DIfference Methods Mathematica
Finite DIfference Methods MathematicaFinite DIfference Methods Mathematica
Finite DIfference Methods Mathematica
 
Health And Safety Induction Training
Health And Safety Induction TrainingHealth And Safety Induction Training
Health And Safety Induction Training
 
Workplace hazards
Workplace hazardsWorkplace hazards
Workplace hazards
 
Workplace safety and health
Workplace safety and healthWorkplace safety and health
Workplace safety and health
 
Engineering Drawing
Engineering DrawingEngineering Drawing
Engineering Drawing
 
Occupational Health & Safety
Occupational Health & SafetyOccupational Health & Safety
Occupational Health & Safety
 
Occupational Health and Safety Powerpoint Presentation
Occupational Health and Safety Powerpoint PresentationOccupational Health and Safety Powerpoint Presentation
Occupational Health and Safety Powerpoint Presentation
 
Safety handbook Saudi Aramco BY Muhammad Fahad Ansari 12IEEM14
Safety handbook Saudi Aramco  BY Muhammad Fahad Ansari  12IEEM14Safety handbook Saudi Aramco  BY Muhammad Fahad Ansari  12IEEM14
Safety handbook Saudi Aramco BY Muhammad Fahad Ansari 12IEEM14
 
City & Guilds Electrical - Multiple Choice
City & Guilds Electrical -  Multiple ChoiceCity & Guilds Electrical -  Multiple Choice
City & Guilds Electrical - Multiple Choice
 

Semelhante a Numerical Solution of Diffusion Equation by Finite Difference Method

Mathematical models for a chemical reactor
Mathematical models for a chemical reactorMathematical models for a chemical reactor
Mathematical models for a chemical reactorLuis Rodríguez
 
HOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxHOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxSayedulHassan1
 
HOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxHOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxSayedulHassan1
 
A Numerical Method For Friction Problems With Multiple Contacts
A Numerical Method For Friction Problems With Multiple ContactsA Numerical Method For Friction Problems With Multiple Contacts
A Numerical Method For Friction Problems With Multiple ContactsJoshua Gorinson
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...ieijjournal
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...ieijjournal
 
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...IJCI JOURNAL
 
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...ijcsa
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...cscpconf
 
article_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finalearticle_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finaleMdimagh Ridha
 
Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...AI Publications
 
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...Crimsonpublishers-Mechanicalengineering
 
Numerical Solutions of Burgers' Equation Project Report
Numerical Solutions of Burgers' Equation Project ReportNumerical Solutions of Burgers' Equation Project Report
Numerical Solutions of Burgers' Equation Project ReportShikhar Agarwal
 
Solving the Poisson Equation
Solving the Poisson EquationSolving the Poisson Equation
Solving the Poisson EquationShahzaib Malik
 
A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...Alexander Decker
 
Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...
Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...
Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...IJERA Editor
 
Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...
Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...
Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...mathsjournal
 

Semelhante a Numerical Solution of Diffusion Equation by Finite Difference Method (20)

Mathematical models for a chemical reactor
Mathematical models for a chemical reactorMathematical models for a chemical reactor
Mathematical models for a chemical reactor
 
HOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxHOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptx
 
HOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxHOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptx
 
A Numerical Method For Friction Problems With Multiple Contacts
A Numerical Method For Friction Problems With Multiple ContactsA Numerical Method For Friction Problems With Multiple Contacts
A Numerical Method For Friction Problems With Multiple Contacts
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
 
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
FITTED OPERATOR FINITE DIFFERENCE METHOD FOR SINGULARLY PERTURBED PARABOLIC C...
 
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
Controlling of Depth of Dopant Diffusion Layer in a Material by Time Modulati...
 
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
SUCCESSIVE LINEARIZATION SOLUTION OF A BOUNDARY LAYER CONVECTIVE HEAT TRANSFE...
 
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
EXACT SOLUTIONS OF A FAMILY OF HIGHER-DIMENSIONAL SPACE-TIME FRACTIONAL KDV-T...
 
article_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finalearticle_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finale
 
Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...Derivation and Application of Multistep Methods to a Class of First-order Ord...
Derivation and Application of Multistep Methods to a Class of First-order Ord...
 
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
Anomalous Diffusion Through Homopolar Membrane: One-Dimensional Model_ Crimso...
 
Numerical Solutions of Burgers' Equation Project Report
Numerical Solutions of Burgers' Equation Project ReportNumerical Solutions of Burgers' Equation Project Report
Numerical Solutions of Burgers' Equation Project Report
 
numerical.ppt
numerical.pptnumerical.ppt
numerical.ppt
 
Intro
IntroIntro
Intro
 
Solving the Poisson Equation
Solving the Poisson EquationSolving the Poisson Equation
Solving the Poisson Equation
 
A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...A semi analytic method for solving two-dimensional fractional dispersion equa...
A semi analytic method for solving two-dimensional fractional dispersion equa...
 
Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...
Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...
Analytical and Exact solutions of a certain class of coupled nonlinear PDEs u...
 
Am26242246
Am26242246Am26242246
Am26242246
 
Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...
Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...
Approximate Analytical Solution of Non-Linear Boussinesq Equation for the Uns...
 

Mais de iosrjce

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...iosrjce
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?iosrjce
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later lifeiosrjce
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...iosrjce
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubaiiosrjce
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...iosrjce
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approachiosrjce
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sitesiosrjce
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeiosrjce
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...iosrjce
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...iosrjce
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladeshiosrjce
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...iosrjce
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...iosrjce
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Considerationiosrjce
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyiosrjce
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...iosrjce
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...iosrjce
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...iosrjce
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...iosrjce
 

Mais de iosrjce (20)

An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...An Examination of Effectuation Dimension as Financing Practice of Small and M...
An Examination of Effectuation Dimension as Financing Practice of Small and M...
 
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?Does Goods and Services Tax (GST) Leads to Indian Economic Development?
Does Goods and Services Tax (GST) Leads to Indian Economic Development?
 
Childhood Factors that influence success in later life
Childhood Factors that influence success in later lifeChildhood Factors that influence success in later life
Childhood Factors that influence success in later life
 
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
Emotional Intelligence and Work Performance Relationship: A Study on Sales Pe...
 
Customer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in DubaiCustomer’s Acceptance of Internet Banking in Dubai
Customer’s Acceptance of Internet Banking in Dubai
 
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
A Study of Employee Satisfaction relating to Job Security & Working Hours amo...
 
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model ApproachConsumer Perspectives on Brand Preference: A Choice Based Model Approach
Consumer Perspectives on Brand Preference: A Choice Based Model Approach
 
Student`S Approach towards Social Network Sites
Student`S Approach towards Social Network SitesStudent`S Approach towards Social Network Sites
Student`S Approach towards Social Network Sites
 
Broadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperativeBroadcast Management in Nigeria: The systems approach as an imperative
Broadcast Management in Nigeria: The systems approach as an imperative
 
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...A Study on Retailer’s Perception on Soya Products with Special Reference to T...
A Study on Retailer’s Perception on Soya Products with Special Reference to T...
 
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
A Study Factors Influence on Organisation Citizenship Behaviour in Corporate ...
 
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on BangladeshConsumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
Consumers’ Behaviour on Sony Xperia: A Case Study on Bangladesh
 
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
Design of a Balanced Scorecard on Nonprofit Organizations (Study on Yayasan P...
 
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
Public Sector Reforms and Outsourcing Services in Nigeria: An Empirical Evalu...
 
Media Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & ConsiderationMedia Innovations and its Impact on Brand awareness & Consideration
Media Innovations and its Impact on Brand awareness & Consideration
 
Customer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative studyCustomer experience in supermarkets and hypermarkets – A comparative study
Customer experience in supermarkets and hypermarkets – A comparative study
 
Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...Social Media and Small Businesses: A Combinational Strategic Approach under t...
Social Media and Small Businesses: A Combinational Strategic Approach under t...
 
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
Secretarial Performance and the Gender Question (A Study of Selected Tertiary...
 
Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...Implementation of Quality Management principles at Zimbabwe Open University (...
Implementation of Quality Management principles at Zimbabwe Open University (...
 
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
Organizational Conflicts Management In Selected Organizaions In Lagos State, ...
 

Último

Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)PraveenaKalaiselvan1
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )aarthirajkumar25
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsSumit Kumar yadav
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptxRajatChauhan518211
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPirithiRaju
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡anilsa9823
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxjana861314
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxpradhanghanshyam7136
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...jana861314
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...RohitNehra6
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Lokesh Kothari
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfSumit Kumar yadav
 

Último (20)

Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)Recombinant DNA technology (Immunological screening)
Recombinant DNA technology (Immunological screening)
 
Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )Recombination DNA Technology (Nucleic Acid Hybridization )
Recombination DNA Technology (Nucleic Acid Hybridization )
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Botany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questionsBotany krishna series 2nd semester Only Mcq type questions
Botany krishna series 2nd semester Only Mcq type questions
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Green chemistry and Sustainable development.pptx
Green chemistry  and Sustainable development.pptxGreen chemistry  and Sustainable development.pptx
Green chemistry and Sustainable development.pptx
 
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdfPests of cotton_Sucking_Pests_Dr.UPR.pdf
Pests of cotton_Sucking_Pests_Dr.UPR.pdf
 
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service  🪡
CALL ON ➥8923113531 🔝Call Girls Kesar Bagh Lucknow best Night Fun service 🪡
 
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptxBroad bean, Lima Bean, Jack bean, Ullucus.pptx
Broad bean, Lima Bean, Jack bean, Ullucus.pptx
 
Cultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptxCultivation of KODO MILLET . made by Ghanshyam pptx
Cultivation of KODO MILLET . made by Ghanshyam pptx
 
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
Traditional Agroforestry System in India- Shifting Cultivation, Taungya, Home...
 
Biopesticide (2).pptx .This slides helps to know the different types of biop...
Biopesticide (2).pptx  .This slides helps to know the different types of biop...Biopesticide (2).pptx  .This slides helps to know the different types of biop...
Biopesticide (2).pptx .This slides helps to know the different types of biop...
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
Labelling Requirements and Label Claims for Dietary Supplements and Recommend...
 
Botany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdfBotany 4th semester file By Sumit Kumar yadav.pdf
Botany 4th semester file By Sumit Kumar yadav.pdf
 

Numerical Solution of Diffusion Equation by Finite Difference Method

  • 1. IOSR Journal of Mathematics (IOSR-JM) e-ISSN: 2278-5728, p-ISSN: 2319-765X. Volume 11, Issue 6 Ver. IV (Nov. - Dec. 2015), PP 19-25 www.iosrjournals.org DOI: 10.9790/5728-11641925 www.iosrjournals.org 19 | Page Numerical Solution of Diffusion Equation by Finite Difference Method 1 M. M. Rahaman, 2 M.M.H. Sikdar,3 M. B. Hossain, 4 M.A. Rahaman, 5 M.Jamal. Hossain 1,3 Associate Professor, Department of Mathematics, Patuakhali Science and Technology University, Bangladesh, 2 Associate Professor, Department of Statistics, Patuakhali Scienceand Technology University, Bangladesh 4 Assistant Professor, Department of Computer Science and information Technology, Patuakhali Science and Technology University, Bangladesh 5 Associate Professor, Department of Computer Science and information Technology, Patuakhali Science and Technology University, Bangladesh Abstract: In this work error estimation for numerical solution of Diffusion equation by finite difference method is done. The Explicit centered difference scheme is described to find the numerical approximation of the Diffusion equation. The numerical scheme is implemented in order to perform the numerical features of error estimation. To get analytic solution, we present the variable separation method. We develop a computer program to implement the finite difference method in scientific programming language. An example is used for comparison; the numerical results are compared with analytical solutions. Keywords: Analytic solution, Diffusion equation, Finite difference scheme, Initial value problem (IVP), Relative error. I. Introduction In Mathematics, the finite difference methods are numerical methods for approximating the solutions to differential equations using finite difference equations to approximate derivatives. Our goal is to approximate solutions to differential equations.i, e. to find a function (or some discrete approximation to this functions) which satisfies a given relationship between several of its derivatives on some given region of space /and or time, along with some boundary conditions along the edges of this domain. A finite difference method proceeds by replacing the derivatives in the differential equation by the finite difference approximations. This gives a large algebraic system of equations to be solved in place of the differential equation, something that is easily solved on a computer. In (A.N. Richmond, 2006), the authors develop the analytical solutions of non‐trivial examples of a well‐known class of initial‐boundary value problems which, by the choice of parameters, can be reduced to regular or singular Sturm‐Liouville problems. In (Sweilam et. al, 2012) the author presents the C-N-FDM to solve the linear time fractional diffusion equation. They claimed that the C-N-FDM gives good results. The authors studied the Spectral methods for solving the one dimensional parabolic heat equation (Juan- Gabriel et. al 2006). In (Hikment Koyunbakan and Emrah Yilmaz, 2010), the Authors claimed that The ADM method is more accurate. In (Subir et. al, 2011), the authors present the Adomian Decomposition method to solve the nonlinear diffusion equation with fractional time derivatives. With the above discussion in view, our intention is to investigate mathematical models, to establish the stability condition of the numerical scheme and to analyze the error of the scheme. In section 2, present a short discussion on the derivation of Diffusion equation as IBVP. In section 3, the analytical solution of diffusion equation is illustrated by variable separation method. We describe an explicit centered difference scheme for Diffusion equation as an IBVP with two sided boundary conditions in section 4. In section 4, we also set up the stability condition of the numerical scheme. In section 5, we develop a computer program in scientific programming language for the implementation of the numerical scheme and perform numerical simulations in order to verify the behavior for various parameters. Finally the conclusions of the paper are given in the last section. II. Governing Equation And Its Derivation: In this study we consider the governing equation as IBVP 2 2 x c D t c     
  • 2. Numerical Solution of Diffusion Equation by Finite Difference Method DOI: 10.9790/5728-11641925 www.iosrjournals.org 20 | Page c is the concentration at the point x at the time t , D is the diffusive constant in the x direction, t is the time. With appropriate initial and boundary condition bxaxcxtc  );(),( 00 Ttttcatc a  0);(),( )(),( tcbtc b Consider the equation of mass conservation of the tracer. The continuity equation states that divergence of mass flux equals change in mass in a control volume. t c q      If we assume that  is constant in time and space, the continuity equation can be written as t c q    Using Fick’s law for q , we have a general Diffusion equation t c cD    If D is constant, the diffusion equation is given by as t c cD   2 The diffusion coefficient theoretically is a tensor. However, for most cases, we assume it is a scalar. The diffusion equation written in the Cartesian coordinate system in a one dimensional. t c x c D      2 2 III. Analytical Solution Of The Governing Equation By The Method Of Variable Separation: Consider XTc  be the solution of the diffusion equation 2 2 x c D t c      Ttt 0 bxa  (1) with the homogeneous boundary condition Initial condition 0)0,( cxc  , and boundary condition 0),0( tc , 0),( tLc , Lx 0 Then TX t c    , TX x c    and TX x c    2 2 . Now from the given equation, we have X X DT T    (2) Each side of (2) must be constant, 2     X X DT T (say)
  • 3. Numerical Solution of Diffusion Equation by Finite Difference Method DOI: 10.9790/5728-11641925 www.iosrjournals.org 21 | Page Then 02  TDT  and 02  XX  whose solution are, tD eCT 2 1   and xBxAX  sincos 11  Thus a solution of the partial differential equation is tD eCxBxAtxc 2 111 )sincos(),(     )sincos( 2 xBxAe tD    (3) Applying the boundary condition Since 0),0( tc , tD Ae 2 0   0A , since 0 2  tD e  . Thus from (3), we have xBetxc tD  sin),( 2   (4) Since 0),( tLc , LBe tD  sin0 2   If 0B the solution is identically zero, so we must have 0sin L since 0B , 0 2  tD e  L n   , ,2,1,0 n ……… By the principle of superposition The solution is x L n eBtxc Dt L n n n   sin),( 2 22 1    (5) In order to satisfy the last condition, x L n Bxc n n  sin)0,( 1     Using Fourier series,  L n xdx L n xc L B 0 sin)0,( 2  The solution of the governing equation can be written as follows x L n exdx L n xc L txc Dt L n n L   sin)sin)0,( 2 (),( 2 22 1 0     (6)
  • 4. Numerical Solution of Diffusion Equation by Finite Difference Method DOI: 10.9790/5728-11641925 www.iosrjournals.org 22 | Page IV. Formulation Of The Diffusion Equation We would like to consider the diffusion equation as an initial and homogeneous boundary value problem 2 2 x c D t c      , Ttt 0 , bxa  Initial condition 0)0,( cxc  , and boundary condition 0),0( tc , 0),( tLc In order to develop the scheme, we discretize the tx  plane by choosing a mesh width xh  space and a time step tk  . The finite difference methods we will develop produce approximations nn i Rc  to the solution ),( ni txc at the discrete points by ihxi  , .....3,2,1,0i nktn  , .....3,2,1,0n Let the solution ),( ni txc be denoted by n iC and its approximate value by n ic . Simple approximations to the first derivative in the time direction by forward difference can be obtained from )( 1 to t CC t c n i n i        Discretization of 2 2 x c   is obtain from second order central difference in space. )( 2 2 2 11 2 2 xo x CCC x c n i n i n i        We obtain )( 2 2 2 11 1 xto x CCC D t CC n i n i n i n i n i         (7) The terms )( 2 xto  denote the order of the method. Neglecting the error terms and simplifying. We obtain the difference methods => n i n i n i n i c x tD c x tD c x tD c 12212 1 )21(            (8) This is the required explicit centered difference scheme for the IBVP n i n i n i n i cccc 11 1 )21(     (9) This scheme uses a second order central difference in space and the first order forward Euler scheme in time. Where 2 x tD    Note that if 2 1 0   , then the solution at the new time is a weighted average of the solution at the old time .This implies a discrete maximum principle, and therefore numerical stability. It also implies monotonocity: if n i n i cc 1 for all i , then 0)())(21()( 1211 11 1     n i n i n i n i n i n i n i n i cccccccc  However, we must choose the time step to be small: we must have 2 1  , or equivalently that D x t 2 2   This time step restriction typically requires an unacceptably large number of time steps, unless the diffusion constant D is very small. 4.1 Stability of the explicit centered difference scheme (8) is given by the conditions 2 1 0 2     x tD
  • 5. Numerical Solution of Diffusion Equation by Finite Difference Method DOI: 10.9790/5728-11641925 www.iosrjournals.org 23 | Page Proof: The explicit centered difference scheme (8) takes the form => n i n i n i n i c x tD c x tD c x tD c 12212 1 )21(            n i n i n i n i cccc 11 1 )21(     (10) Where 2 x tD    The equation (10) implies that if 2 1 0   , and then the solution at the new time is a weighted average of the solution at the old time. This implies a discrete maximum principle. We can conclude that the explicit centered difference scheme (10) is stable for 2 1 0 2     x t D V. Error Estimation Of The Scheme: In order to perform error estimation, we consider the exact solution of the model equation with initial condition )1()()0,( 0 xxxcxc  and homogeneous boundary condition. We get x L n exdx L n xc L txc Dt L n n L   sin)sin)0,( 2 (),( 2 22 1 0     We compute the error defined by e Ne C CC e   for all time where ec is the exact solution and Nc is the Numerical solution computed by the finite difference scheme. 5.1Results And Discussion: We solve the diffusion equation by implementing the centered difference scheme, while varying the different parameter values. Figure 1: The behavior of numerical solution at smD /001.0 2  , sm /005.0 2 .
  • 6. Numerical Solution of Diffusion Equation by Finite Difference Method DOI: 10.9790/5728-11641925 www.iosrjournals.org 24 | Page Concentration distribution for each diffusion rate at time t=24 min. In figure-1, the profile for varying contaminant diffusion rate, we saw that the contaminant concentration with a higher diffusion rate decreases at a higher rate than that with a lower diffusion rate. The curve marked by “star” shows the concentration profile for diffusion rate smD /001.0 2  and the curve visible by “dot line” represents the concentration profile for diffusion rate smD /005.0 2  Figure 2: Analytic solution and Numerical solution at different time Analytical solution of diffusion equation is compared with the numerical solution at different time in figure-2. The curve noticeable by “blue line” shows the numerical solution, the curve visible by “red line” represents numerical solution. The results are very close. Figure 3: The Numerical solution and Analytical solution in mesh. Figure 4: The error in the numerical result is shown for ∆x=0.1
  • 7. Numerical Solution of Diffusion Equation by Finite Difference Method DOI: 10.9790/5728-11641925 www.iosrjournals.org 25 | Page Figure 5: The error in the numerical result is shown for ∆x=0.01 Figure-4 and figure-5 shows the error in the numerical solution from each of the methods when compared with the analytical solution, for the atwo cases N=10, N=100, corresponding to ∆x=0.1, 0.01 respectively. Comparisons are made for the solution at different time for smaller ∆x the errors reduce in size. The errors for the central difference scheme decrease as the grid size decrease. VI. Conclusion: The study has presented the numerical and analytical solution of Diffusion equation. The explicit centered difference scheme is used in order to perform the numerical features of error estimation. We have seen that the contaminant concentration with a higher diffusion rate decreases at a higher rate than that with a lower diffusion rate. In order to execute the numerical method we have developed a computer program in the language of scientific computing that is a very good agreement of the finite difference method for Diffusion equation. Reference [1]. A.N. Richmond (2006, July), “Analytical solution of a class of diffusion problems”, International journal of mathematical education in Science and Technology, Vol.15, issue 5, p. 643-648. [2]. N. H. Sweilam, M. M. Khader, A. M. S. Mahdy ( 2012, Jan.), “Crack Nicolson finite difference method for solving time-fractional diffusion equation”, Journal of Fractional Calculus and Application, Vol. 2, No. 2, pp. 1-9. [3]. Collatz, L. (1960), “The Numerical Treatment of Differential Equation”, 3rd ed., Springer- Verlag, Berlin. [4]. Randall J. LeVeque (1992), “Numerical methods for conservation laws”, Second edition, Springer. [5]. John A.Trangestein (2000), “Numerical Solution of Partial Differential Equation”, Durham. [6]. L.S.Andallah (2008), “Finite Difference Method-Explicit Upwind Difference Scheme”, lecturer note, Department of Mathematics, Jahangirnagar University. [7]. Juan- Gabriel, Barbosa- Saldana, Jose- Alfredo Jimenez Bernal, Claudia (2006), “Numerical Solution for the One Dimensional Heat Equation by a Pseudo Spectral Discretization Technique”, Cientifica Vol. 10, No. 1, pp. 3-8, ESIME-IPN, Impreso en Mexico. [8]. M.K.Jain,S.R.K.Iyengar,R.K.Jain,“Computational Methods for Partial Differential Equations”, Book published by New Age International (p) Ltd, Reprint: 2007. [9]. Hikment Koyunbakan and Emrah Yilmaz,“Numerical Simulation of Diffusion Equation by Means of He’s Variational Iteration Methods and Adomina’s Decomposition method” , Cankaya University Journal of Science and Engineering, Vol. 7, No. 1, 25-38, 2010. [10]. Subir Das, Praveen Kumer Kupta, Pradyumna Ghosh “An Approximate analytic Solution of Non Linear Fractional Diffusion Equation”, International Journal of Nonlinear science, 2011, Vol.12, No.3, pp.339-346. [11]. S.B.Yuste and L.Acedo “An explicit finite difference method and a new VonNumann-type stability analysis for fractional diffusion equations”, 2005 society for industrial and applied Mathematics,vol.42, No. 5, pp.1862-1874. Gerald W. Rectenwald “Finite difference approximations to the heat equation”, March 9, 2011. [12]. D.V. Widder, “The heat equation. Academic Press”, 1975. [13]. N.Azizi, R. Pourgholi and M. Ebrahimi, “Application of finite difference method to estimation of diffusion coefficient in a one dimensional nonlinear inverse diffusion problem”. [14]. Rama Cont and Ekaterina Voltchkova “A finite difference scheme for option princing in jump diffusion and exponential levy models”, ECCOMAS 2004. [15]. S.S.Sastry, “Introductory Methods of Numerical Analysis”, Fourth edition, 2007. T.Papakostas, A.G.Bratsos, I.Th.Famelis, A.I.Dlis and D.G.Natsis, “An implicit numerical scheme for the atmospheric pollution”.