SlideShare a Scribd company logo
International Journal of Engineering Inventions
e-ISSN: 2278-7461, p-ISSN: 2319-6491
Volume 3, Issue 5 (December 2013) PP: 21-23

Modeling the dynamics of molecular concentration during the
diffusion procedure
LingZhen Cao1, JiHong Yu2
College of life science, Jiangxi Normal University, Nanchang, P.R. China

Abstract: In this paper, a numerical method is proposed to solving a reaction-diffusion system. The systems
describe the solid state reaction mechanism of all the reaction components at the preparatory stage of yttrium
aluminum garnet (YAG) in one dimension. Kansa’s method and forward Euler method are employed to discrete
the spatial variable and time respectively.
Keywords: Kansa’s method, reaction-diffusion system, molecular concentration

I.

INTRODUCTION

In this paper, we employ the Kansa’s method to solve the nonlinear partial differential equation system
defined on the space x ∈ I ⊂ R1 as following.
∂c 1
∂t
∂c 2
∂t
∂c 3
∂t

= D1
= D2
= D3

∂2 c1
∂x 2
∂2c2
∂x 2
∂2c3
∂x 2

− 3κc1 c2 (1)
− 5κc1 c2 (2)
+ 2κc1 c2 (3)

with initial conditions ci x, 0 = ci0 (x), x ∈ I = (a, b) and with zero Neumann boundary conditions on the
∂c
boundary x = a and x = b, that is, i
= 0, i = 1,2,3,when t > 0.
∂x x=a

x=b

The mathematical model above is a reaction-diffusion system, which describes the solid state reaction
mechanism of all the reaction components at the preparatory stage of yttrium aluminium garnet (YAG ). Where
ci = ci (x,t) (i=1,2,3) are the concentrations of the i-th reactant respectively, i.e., Al2 O3 , Y2 O3 and Y3 Al5 O12 in
the reaction
3Al2 O3 +5Y2 O3 →2Y3 Al5 O12 ,
of the synthesis at a point x ∈ a, b at time t. D are the diffusion coefficients, that is, we
consider all the diffusion coefficients coincide. This assumption is general when this sizes of molecules are
nearly the same. For details, we refer the references [1–7].
It is well known that the system (1)-(3) in common three-dimensional case is complicated and so it is
difficult to implement the numerical modeling. In [2], the authors carried out the solution of the system (1)-(3)
numerically by using finite difference techniques in one-dimensional case and in two-dimensional case.
Sysmmetric implicit scheme and alternating direction scheme are employed in the former case and in the latter
case respectively. Both schemes were solved using stream sweeping method [8]. However, to guarantee the
convergence of the method of finite difference, it is necessary that the Courant-Friedrichs-Lewy (CFL)
condition, which says that the
time step should be less than a certain time in many explicit time-marching computer simulations, must be
satisfied[9].
This work is partially supported by the Natural Fund of JiangXi Province (No20122BAB204017) and
the Youth Fund of Department of Education of JiangXi Province (N0.GJJ13486). The authors would like to
thank Vice Prof. DaMing Yuan and JianJie YU (NanChang Hangkong University, P. R. China) for their helpful
discussions
In this paper, a meshless method is employed to compute the concentrations of the reactant of Al2 O3 , Y2 O3 and
Y3 Al5 O12 in the reaction
3Al2 O3 +5Y2 O3 →2Y3 Al5 O12 .
Generally, numerical methods, such as the finite element method (FEM), finite differences (FD) and
finite volumes (FV), transform a partial differential equation over continuum into a finite set of algebra
equations. In order to accomplish this tast, it is needed to discretize the domain into a grid, mesh or set of points
with a fixed connection among them. However, the generation of a well-behaved mesh is not a trivial question
except in very regular geometries. To compensate the difficulties in traditional mesh-based numerical methods,
meshless methods are emerged. Moreover, meshless methods are very fit for solving the problems in three
dimension space or when the domain is complicated, because there are no fixed connectivities among the nodes.
www.ijeijournal.com

Page | 21
Modeling the dynamics of molecular concentration during the diffusion procedure
Meshless methods have gained much attention in recent years, not only in the mathematics but also in the
engineering community. Much of the work concerning meshless approximation methods is the interdisciplinary
between mathematics and engineering. Many traditional numerical methods can either not handle such problems
at all, or are limited to very special situations. Meshless method is often better suited to cope with the changes in
the geometry of the domain of interest than classical discretization techniques such as finite difference, finite
elements or finite volumes. Another obvious advantage of meshless discretizations is their independence from a
mesh. Mesh generation is still the most time consuming part of any mesh-based numerical simulation. Since
meshless discretization techniques are based only on a set of independent points, these costs of mesh generation
are eliminated. Meshless approximation methods can be seen to provide a new generation of numerical tools.
There are many kind of meshless method, here we make a brief introduction of Kansa’s method, for more
details, we refer to the references [10].
A function Φ: Rs → R is called radial provided there exists an univariate function ϕ: 0, +∞ → R such that
Φ x = φ r , where r = x .
. usually is the Euclidean norm on Rs . It is obvious that for a radial function Φ,Φ x1 = Φ(x2 ) holds for all
x1 = x2 (x1 ,x2 ∈ Rs ). In standard Gaussian radial basis function (RBFs) approximant, the approximate
form of function is written as
c x ≈ N αi ϕ( x − xi ), x ∈ V. (4)
i=1
where αi (i = 1,2, … , N) ∈ R are the unknown coefficients to be determined.
N
i=1 αi ϕ( x − x i ) = c x k , k = 1,2, … , N. (5)
It is to be noted that there is a large class of RBF available and one have to choose appropriate one according
to his need. The most studied RBF including the multiquadric (MQ) ϕ r = r 2 + c 2 , inverse MQ ϕ r =
r 2

(r 2 + c 2 )−s , thin plate splines ϕ r = r 2 log⁡
(r)and Gaussian exp⁡
[−
]. For more details about RBF, we
c
refer the famous review of 29 interpolation method over scattered data [11].
In early 1990s, Kansa made the first attempt to extent RBF interpolation with multiquadrics to the solution of
PDEs in the strong form collocation formulation [12, 13]. The method, named the Kansa’s method, is a domain
type numerical technique in the sense that the problem is discretized not only on the boundary to satisfy
boundary conditions but also inside domain to satisfy the governing equation.

II.

NUMERICAL METHOD FOR SOLVING THE PROBLEM

To solve the systems (1)-(3) with the given initial and boundary conditions when I ⊂ R1 ,we make
assumption that all particles are of the same shape of cube shape and its volume is small enough. These are the
same as in the papers [2, 3] and readers can find more details in them.
In light of Kansa’s method, we write the concentrations cl , (l = 1,2,3) as
cl x, t = N αli (t)ϕ(x − xi ). (6)
i=1
Here, the set xi , i = 1,2,3, … , N is consisted by Halton points [14] in I and is chosen as the central set. x ∈
I (a, b) are known as the test points.
For simplicity, we introduce some other notations
ϕi = ϕ( x − xi ),
ϕi k = ϕ( x − xi x=x k ,
(1)

ϕi

=

(1)

ϕik =
(2)

ϕi

(2)

=

ϕik =

∂ ϕ( x−x i )

,

∂x
∂ ϕ( x−x i )
∂x

x=x k

∂ 2 ϕ( x−x i )
∂x 2
∂ 2 ϕ( x−x i )
∂x 2

,

,
x=x k

,

αl,m = αli (x,t m ),
i
ωτ = t m : t m = mτ, m = 0,1, … , M ,Mτ = T.
To solve the non-linear system (3), we propose an alternative iteration algorithm. The scheme is given as
c l x,t m +1 −c l (x,t m )
τ

=D

l,m+1
N
i=1 αi

(2)

ϕi

+ Dl κ

1,m
N
i=1 αi

ϕi

2,m
N
i=1 αi

ϕi ,

or equivalently,
(2)
l,m+1
N
ϕi = τ[D N αl,m ϕi + Dl κ N α1,m ϕi ( N α2,m ϕi )]+ N αl,m ϕi .
i=1 αi
i=1 i
i=1 i
i=1 i
i=1 i
Where Dl equals to−3,−5,2 whenl = 1,2,3, respectively. In the form of system, it can be written as follows,

www.ijeijournal.com

Page | 22
Modeling the dynamics of molecular concentration during the diffusion procedure
N

N

α1,m +1 ϕi
i

N

α1,m
i

= τ[D

i=1
N

(2)
ϕi

− 3κ

i=1
N
(2)

α2,m ϕi
i
i=1
N

i=1
N

αi,m ϕi 2 + 2κ

α3,m+1 ϕi = τ[D
i
i=1

i=1

i=1
N

α2,m ϕi )] +
i
i=1
N

α1,m ϕi (
i
i=1

α1,m ϕi
i

ϕi )] +

i=1
N

α1,m ϕi (
i

− 5κ

N

α2,m
i

ϕi (

i=1
N

α2,m +1 ϕi = τ[D
i
i=1
N

N

α1,m
i

α2,m ϕi
i
i=1
N

α2,m ϕi )] +
i
i=1

α3,m ϕi
i
i=1

(7)
When considering the boundary conditions, we denote
∂ϕ( a − xi )
ϕi 1 a =
∂x
∂ϕ( b − xi )
1
ϕi b =
∂x
Then we can obtain the following linear systems.
Al X l = F l , (8)
where Al ∈ R N+2 ×(N+2) with its entry Alki = ϕik when k = 1,2, … , N,Alki = ϕi 1 a and Alki = ϕi 1 b when
k = N + 1 and k = N + 2 respectively.
l
Fk = τ[D

l,m
N
i=1 αi

2
3
j=1 ϕjk
l

+ Dl κ

1,m
N
i=1 αi

ϕik (

2,m
N
i=1 αi

ϕik )]+

l,m
N
i=1 αi ϕik

when k = 1,2, … , N and F = 0 k = N + 1 and k = N + 2.
Acknowlege This work is partially supported by the Natural Fund of JiangXi Province (No20122BAB204017) and the
Youth Fund of Department of Education of JiangXi Province (N0.GJJ13486). The authors would like to thank Vice Prof.
DaMing Yuan and JianJie YU (NanChang Hangkong University, P. R. China) for their helpful discussions.

*Corresponding Author E_mail: clzclz1011@126.com
REFERENCES
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]
[9]
[10]
[11]
[12]
[13]
[14]

B.N. Arzamasov, V.N. Simonov, Circulation method for depositing diffusion coatings. Met. Sci. Heat Treat. 52(9-10), 403-407
(2011)
M. Mackeviˇcius, F. Ivanauskas, A. Kareiva, D. Jasaitis, A closer look at the computer modeling and sintering optimization in the
preparation of YAG, J. Math. Chem., 50(8), 2291-2302 (2012)
F. Ivanauskas, A. Kareiva, B. Lapcun, On the modelling of solid state reactions Synthesis of YAG, J. Math. Chem., 37(4), 365-376
(2005)
F. Ivanauskas, A. Kareiva, B. Lapcun, Diffusion and reaction rates of the yttrium aluminum garnet synthesis using different
techniques. J. Math. Chem. 42(2), 191C199 (2007)
F. Ivanauskas, A. Kareiva, B. Lapcun, Computational modeling of the YAG synthesis. J. Math. Chem. 46(2), 427C442 (2009)
J. H. Halton, On the efficiency of certain quasi-random sequences of points in evaluating multi-dimensional integrals, Numer. Math.
2, 84-90 (1960)
T. T. Wong, W. S. Liu, P. A. Heng, Sampling with Hammersley and Halton points, J. Graphics Tools, 2, 9-24 (1997)
A.A. Samarskij, Theory of Finite Difference Schemes. Nauka, Moscow(1983).
R. Courant, K. Friedrichs and H. Lewy, On the partial difference equations of mathematical physics, V+76, New York Universty,
New York (1956)
G. R. Liu, Mesh Free Method-Moving beyond the finite element method. CRC Press, Boca Raton(2003).
R. Franke, Scattered data interpolation: tests of some methods, Math. Comput., 38,181-200 (1982).
E.J. Kansa, Multiquadrics-a scattered data approximation scheme with applications to computational fluid-dynamics. I. Surface
approximations and partial derivative estimates, Comput. Math. Appls., 19, 127-145 (1990)
E.J. Kansa, Multiquadrics-a scattered data approximation scheme with applications to computational fluid-dynamics. II. Surface
approximations and partial derivative estimates, Comput. Math. Appls., 19, 147-161 (1990)
G. E. Fasshauer, Meshfree approximation methods with Matlab. World Scientific Press, Hackensack (2007).

www.ijeijournal.com

Page | 23

More Related Content

What's hot

Numerical Solution and Stability Analysis of Huxley Equation
Numerical Solution and Stability Analysis of Huxley EquationNumerical Solution and Stability Analysis of Huxley Equation
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
IJERD Editor
 
A method for solving quadratic programming problems having linearly factoriz...
A method for solving quadratic programming problems having  linearly factoriz...A method for solving quadratic programming problems having  linearly factoriz...
A method for solving quadratic programming problems having linearly factoriz...
IJMER
 
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
 
article_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finalearticle_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finaleMdimagh Ridha
 
Quadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraintsQuadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraints
Mrinmoy Majumder
 
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
Dr. Amarjeet Singh
 
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
 
SPDE
SPDE SPDE
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
ijdpsjournal
 
Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...
Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...
Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...
IJLT EMAS
 
Ou3425912596
Ou3425912596Ou3425912596
Ou3425912596
IJERA Editor
 
least squares approach in finite element method
least squares approach in finite element methodleast squares approach in finite element method
least squares approach in finite element method
sabiha khathun
 
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Baasilroy
 
An implicit partial pivoting gauss elimination algorithm for linear system of...
An implicit partial pivoting gauss elimination algorithm for linear system of...An implicit partial pivoting gauss elimination algorithm for linear system of...
An implicit partial pivoting gauss elimination algorithm for linear system of...Alexander Decker
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
theijes
 
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set ProblemCHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
IJECEIAES
 

What's hot (20)

Numerical Solution and Stability Analysis of Huxley Equation
Numerical Solution and Stability Analysis of Huxley EquationNumerical Solution and Stability Analysis of Huxley Equation
Numerical Solution and Stability Analysis of Huxley Equation
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
A method for solving quadratic programming problems having linearly factoriz...
A method for solving quadratic programming problems having  linearly factoriz...A method for solving quadratic programming problems having  linearly factoriz...
A method for solving quadratic programming problems having linearly factoriz...
 
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...
 
article_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finalearticle_imen_ridha_2016_version_finale
article_imen_ridha_2016_version_finale
 
Quadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraintsQuadratic Programming : KKT conditions with inequality constraints
Quadratic Programming : KKT conditions with inequality constraints
 
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 KindThe Generalized Difference Operator of the 퐧 퐭퐡 Kind
The Generalized Difference Operator of the 퐧 퐭퐡 Kind
 
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...
 
NPDE-TCA
NPDE-TCANPDE-TCA
NPDE-TCA
 
SPDE
SPDE SPDE
SPDE
 
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
 
Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...
Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...
Optimum Solution of Quadratic Programming Problem: By Wolfe’s Modified Simple...
 
Ou3425912596
Ou3425912596Ou3425912596
Ou3425912596
 
least squares approach in finite element method
least squares approach in finite element methodleast squares approach in finite element method
least squares approach in finite element method
 
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
Digital Text Book :POTENTIAL THEORY AND ELLIPTIC PARTIAL DIFFERENTIAL EQUATIONS
 
An implicit partial pivoting gauss elimination algorithm for linear system of...
An implicit partial pivoting gauss elimination algorithm for linear system of...An implicit partial pivoting gauss elimination algorithm for linear system of...
An implicit partial pivoting gauss elimination algorithm for linear system of...
 
Coueete project
Coueete projectCoueete project
Coueete project
 
Hk3114251433
Hk3114251433Hk3114251433
Hk3114251433
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set ProblemCHN and Swap Heuristic to Solve the Maximum Independent Set Problem
CHN and Swap Heuristic to Solve the Maximum Independent Set Problem
 

Viewers also liked

Chemical Structures and Relations
Chemical Structures and RelationsChemical Structures and Relations
Chemical Structures and Relations
Janna Hastings
 
RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...
RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...
RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...
frentrup
 
Diffusion and osmosis
Diffusion and osmosisDiffusion and osmosis
Diffusion and osmosis
Elizabeth Musyoki
 
Diffusion of gases
Diffusion of gasesDiffusion of gases
Diffusion of gases
Shubhanshu Jain
 
Graham's law
Graham's lawGraham's law
Graham's lawEly
 
Fluid discharge
Fluid dischargeFluid discharge
Fluid discharge
Keith Vaugh
 
Chap 1(a) molecular-diffusion_in_gas(2)
Chap 1(a) molecular-diffusion_in_gas(2)Chap 1(a) molecular-diffusion_in_gas(2)
Chap 1(a) molecular-diffusion_in_gas(2)
Charice Wan
 
Biophysics -diffusion,osmosis,osmotic pressure,dialysis
Biophysics -diffusion,osmosis,osmotic pressure,dialysisBiophysics -diffusion,osmosis,osmotic pressure,dialysis
Biophysics -diffusion,osmosis,osmotic pressure,dialysisDr.Rittu Chandel MBBS, MD
 
Heat Exchangers
Heat ExchangersHeat Exchangers
Heat Exchangers
mohkab1
 

Viewers also liked (11)

Chemical Structures and Relations
Chemical Structures and RelationsChemical Structures and Relations
Chemical Structures and Relations
 
Chap 39
Chap 39Chap 39
Chap 39
 
RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...
RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...
RSC-CCP5 Workshop: Transport diffusion of confined fluids from equilibrium an...
 
Diffusion and osmosis
Diffusion and osmosisDiffusion and osmosis
Diffusion and osmosis
 
Diffusion of gases
Diffusion of gasesDiffusion of gases
Diffusion of gases
 
Graham's law
Graham's lawGraham's law
Graham's law
 
Analogies
AnalogiesAnalogies
Analogies
 
Fluid discharge
Fluid dischargeFluid discharge
Fluid discharge
 
Chap 1(a) molecular-diffusion_in_gas(2)
Chap 1(a) molecular-diffusion_in_gas(2)Chap 1(a) molecular-diffusion_in_gas(2)
Chap 1(a) molecular-diffusion_in_gas(2)
 
Biophysics -diffusion,osmosis,osmotic pressure,dialysis
Biophysics -diffusion,osmosis,osmotic pressure,dialysisBiophysics -diffusion,osmosis,osmotic pressure,dialysis
Biophysics -diffusion,osmosis,osmotic pressure,dialysis
 
Heat Exchangers
Heat ExchangersHeat Exchangers
Heat Exchangers
 

Similar to Modeling the dynamics of molecular concentration during the diffusion procedure

HOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxHOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptx
SayedulHassan1
 
An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...
Christine Maffla
 
HOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxHOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptx
SayedulHassan1
 
Geometric properties for parabolic and elliptic pde
Geometric properties for parabolic and elliptic pdeGeometric properties for parabolic and elliptic pde
Geometric properties for parabolic and elliptic pdeSpringer
 
Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.
Alexander Decker
 
20070823
2007082320070823
20070823neostar
 
Numerical_PDE_Paper
Numerical_PDE_PaperNumerical_PDE_Paper
Numerical_PDE_PaperWilliam Ruys
 
Robust Image Denoising in RKHS via Orthogonal Matching Pursuit
Robust Image Denoising in RKHS via Orthogonal Matching PursuitRobust Image Denoising in RKHS via Orthogonal Matching Pursuit
Robust Image Denoising in RKHS via Orthogonal Matching Pursuit
Pantelis Bouboulis
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
IJRTEMJOURNAL
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
journal ijrtem
 
A new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributionsA new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributions
Frank Nielsen
 
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
 
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
 
A BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMS
A BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMSA BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMS
A BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMS
Shannon Green
 
My Prize Winning Physics Poster from 2006
My Prize Winning Physics Poster from 2006My Prize Winning Physics Poster from 2006
My Prize Winning Physics Poster from 2006
Dr. Catherine Sinclair She/Her
 
Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...
Alexander Litvinenko
 
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
ijdpsjournal
 

Similar to Modeling the dynamics of molecular concentration during the diffusion procedure (20)

HOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptxHOME ASSIGNMENT omar ali.pptx
HOME ASSIGNMENT omar ali.pptx
 
An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...An efficient improvement of the Newton method for solving nonconvex optimizat...
An efficient improvement of the Newton method for solving nonconvex optimizat...
 
HOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptxHOME ASSIGNMENT (0).pptx
HOME ASSIGNMENT (0).pptx
 
Geometric properties for parabolic and elliptic pde
Geometric properties for parabolic and elliptic pdeGeometric properties for parabolic and elliptic pde
Geometric properties for parabolic and elliptic pde
 
Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.Iterative procedure for uniform continuous mapping.
Iterative procedure for uniform continuous mapping.
 
20070823
2007082320070823
20070823
 
Numerical_PDE_Paper
Numerical_PDE_PaperNumerical_PDE_Paper
Numerical_PDE_Paper
 
kcde
kcdekcde
kcde
 
Robust Image Denoising in RKHS via Orthogonal Matching Pursuit
Robust Image Denoising in RKHS via Orthogonal Matching PursuitRobust Image Denoising in RKHS via Orthogonal Matching Pursuit
Robust Image Denoising in RKHS via Orthogonal Matching Pursuit
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
 
Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...Existence results for fractional q-differential equations with integral and m...
Existence results for fractional q-differential equations with integral and m...
 
A new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributionsA new implementation of k-MLE for mixture modelling of Wishart distributions
A new implementation of k-MLE for mixture modelling of Wishart distributions
 
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...
 
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...
 
Chapter 3
Chapter 3Chapter 3
Chapter 3
 
A BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMS
A BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMSA BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMS
A BRIEF SURVEY OF METHODS FOR SOLVING NONLINEAR LEAST-SQUARES PROBLEMS
 
My Prize Winning Physics Poster from 2006
My Prize Winning Physics Poster from 2006My Prize Winning Physics Poster from 2006
My Prize Winning Physics Poster from 2006
 
Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...Hierarchical matrices for approximating large covariance matries and computin...
Hierarchical matrices for approximating large covariance matries and computin...
 
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
AN EFFICIENT PARALLEL ALGORITHM FOR COMPUTING DETERMINANT OF NON-SQUARE MATRI...
 

More from International Journal of Engineering Inventions www.ijeijournal.com

H04124548
H04124548H04124548
G04123844
G04123844G04123844
F04123137
F04123137F04123137
E04122330
E04122330E04122330
C04121115
C04121115C04121115
B04120610
B04120610B04120610
A04120105
A04120105A04120105
F04113640
F04113640F04113640
E04112135
E04112135E04112135
D04111520
D04111520D04111520
C04111114
C04111114C04111114
B04110710
B04110710B04110710
A04110106
A04110106A04110106
I04105358
I04105358I04105358
H04104952
H04104952H04104952
G04103948
G04103948G04103948
F04103138
F04103138F04103138
E04102330
E04102330E04102330
D04101822
D04101822D04101822
C04101217
C04101217C04101217

More from International Journal of Engineering Inventions www.ijeijournal.com (20)

H04124548
H04124548H04124548
H04124548
 
G04123844
G04123844G04123844
G04123844
 
F04123137
F04123137F04123137
F04123137
 
E04122330
E04122330E04122330
E04122330
 
C04121115
C04121115C04121115
C04121115
 
B04120610
B04120610B04120610
B04120610
 
A04120105
A04120105A04120105
A04120105
 
F04113640
F04113640F04113640
F04113640
 
E04112135
E04112135E04112135
E04112135
 
D04111520
D04111520D04111520
D04111520
 
C04111114
C04111114C04111114
C04111114
 
B04110710
B04110710B04110710
B04110710
 
A04110106
A04110106A04110106
A04110106
 
I04105358
I04105358I04105358
I04105358
 
H04104952
H04104952H04104952
H04104952
 
G04103948
G04103948G04103948
G04103948
 
F04103138
F04103138F04103138
F04103138
 
E04102330
E04102330E04102330
E04102330
 
D04101822
D04101822D04101822
D04101822
 
C04101217
C04101217C04101217
C04101217
 

Recently uploaded

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
Dorra BARTAGUIZ
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
Product School
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
Product School
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 

Recently uploaded (20)

State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
Elevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object CalisthenicsElevating Tactical DDD Patterns Through Object Calisthenics
Elevating Tactical DDD Patterns Through Object Calisthenics
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
AI for Every Business: Unlocking Your Product's Universal Potential by VP of ...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
From Daily Decisions to Bottom Line: Connecting Product Work to Revenue by VP...
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 

Modeling the dynamics of molecular concentration during the diffusion procedure

  • 1. International Journal of Engineering Inventions e-ISSN: 2278-7461, p-ISSN: 2319-6491 Volume 3, Issue 5 (December 2013) PP: 21-23 Modeling the dynamics of molecular concentration during the diffusion procedure LingZhen Cao1, JiHong Yu2 College of life science, Jiangxi Normal University, Nanchang, P.R. China Abstract: In this paper, a numerical method is proposed to solving a reaction-diffusion system. The systems describe the solid state reaction mechanism of all the reaction components at the preparatory stage of yttrium aluminum garnet (YAG) in one dimension. Kansa’s method and forward Euler method are employed to discrete the spatial variable and time respectively. Keywords: Kansa’s method, reaction-diffusion system, molecular concentration I. INTRODUCTION In this paper, we employ the Kansa’s method to solve the nonlinear partial differential equation system defined on the space x ∈ I ⊂ R1 as following. ∂c 1 ∂t ∂c 2 ∂t ∂c 3 ∂t = D1 = D2 = D3 ∂2 c1 ∂x 2 ∂2c2 ∂x 2 ∂2c3 ∂x 2 − 3κc1 c2 (1) − 5κc1 c2 (2) + 2κc1 c2 (3) with initial conditions ci x, 0 = ci0 (x), x ∈ I = (a, b) and with zero Neumann boundary conditions on the ∂c boundary x = a and x = b, that is, i = 0, i = 1,2,3,when t > 0. ∂x x=a x=b The mathematical model above is a reaction-diffusion system, which describes the solid state reaction mechanism of all the reaction components at the preparatory stage of yttrium aluminium garnet (YAG ). Where ci = ci (x,t) (i=1,2,3) are the concentrations of the i-th reactant respectively, i.e., Al2 O3 , Y2 O3 and Y3 Al5 O12 in the reaction 3Al2 O3 +5Y2 O3 →2Y3 Al5 O12 , of the synthesis at a point x ∈ a, b at time t. D are the diffusion coefficients, that is, we consider all the diffusion coefficients coincide. This assumption is general when this sizes of molecules are nearly the same. For details, we refer the references [1–7]. It is well known that the system (1)-(3) in common three-dimensional case is complicated and so it is difficult to implement the numerical modeling. In [2], the authors carried out the solution of the system (1)-(3) numerically by using finite difference techniques in one-dimensional case and in two-dimensional case. Sysmmetric implicit scheme and alternating direction scheme are employed in the former case and in the latter case respectively. Both schemes were solved using stream sweeping method [8]. However, to guarantee the convergence of the method of finite difference, it is necessary that the Courant-Friedrichs-Lewy (CFL) condition, which says that the time step should be less than a certain time in many explicit time-marching computer simulations, must be satisfied[9]. This work is partially supported by the Natural Fund of JiangXi Province (No20122BAB204017) and the Youth Fund of Department of Education of JiangXi Province (N0.GJJ13486). The authors would like to thank Vice Prof. DaMing Yuan and JianJie YU (NanChang Hangkong University, P. R. China) for their helpful discussions In this paper, a meshless method is employed to compute the concentrations of the reactant of Al2 O3 , Y2 O3 and Y3 Al5 O12 in the reaction 3Al2 O3 +5Y2 O3 →2Y3 Al5 O12 . Generally, numerical methods, such as the finite element method (FEM), finite differences (FD) and finite volumes (FV), transform a partial differential equation over continuum into a finite set of algebra equations. In order to accomplish this tast, it is needed to discretize the domain into a grid, mesh or set of points with a fixed connection among them. However, the generation of a well-behaved mesh is not a trivial question except in very regular geometries. To compensate the difficulties in traditional mesh-based numerical methods, meshless methods are emerged. Moreover, meshless methods are very fit for solving the problems in three dimension space or when the domain is complicated, because there are no fixed connectivities among the nodes. www.ijeijournal.com Page | 21
  • 2. Modeling the dynamics of molecular concentration during the diffusion procedure Meshless methods have gained much attention in recent years, not only in the mathematics but also in the engineering community. Much of the work concerning meshless approximation methods is the interdisciplinary between mathematics and engineering. Many traditional numerical methods can either not handle such problems at all, or are limited to very special situations. Meshless method is often better suited to cope with the changes in the geometry of the domain of interest than classical discretization techniques such as finite difference, finite elements or finite volumes. Another obvious advantage of meshless discretizations is their independence from a mesh. Mesh generation is still the most time consuming part of any mesh-based numerical simulation. Since meshless discretization techniques are based only on a set of independent points, these costs of mesh generation are eliminated. Meshless approximation methods can be seen to provide a new generation of numerical tools. There are many kind of meshless method, here we make a brief introduction of Kansa’s method, for more details, we refer to the references [10]. A function Φ: Rs → R is called radial provided there exists an univariate function ϕ: 0, +∞ → R such that Φ x = φ r , where r = x . . usually is the Euclidean norm on Rs . It is obvious that for a radial function Φ,Φ x1 = Φ(x2 ) holds for all x1 = x2 (x1 ,x2 ∈ Rs ). In standard Gaussian radial basis function (RBFs) approximant, the approximate form of function is written as c x ≈ N αi ϕ( x − xi ), x ∈ V. (4) i=1 where αi (i = 1,2, … , N) ∈ R are the unknown coefficients to be determined. N i=1 αi ϕ( x − x i ) = c x k , k = 1,2, … , N. (5) It is to be noted that there is a large class of RBF available and one have to choose appropriate one according to his need. The most studied RBF including the multiquadric (MQ) ϕ r = r 2 + c 2 , inverse MQ ϕ r = r 2 (r 2 + c 2 )−s , thin plate splines ϕ r = r 2 log⁡ (r)and Gaussian exp⁡ [− ]. For more details about RBF, we c refer the famous review of 29 interpolation method over scattered data [11]. In early 1990s, Kansa made the first attempt to extent RBF interpolation with multiquadrics to the solution of PDEs in the strong form collocation formulation [12, 13]. The method, named the Kansa’s method, is a domain type numerical technique in the sense that the problem is discretized not only on the boundary to satisfy boundary conditions but also inside domain to satisfy the governing equation. II. NUMERICAL METHOD FOR SOLVING THE PROBLEM To solve the systems (1)-(3) with the given initial and boundary conditions when I ⊂ R1 ,we make assumption that all particles are of the same shape of cube shape and its volume is small enough. These are the same as in the papers [2, 3] and readers can find more details in them. In light of Kansa’s method, we write the concentrations cl , (l = 1,2,3) as cl x, t = N αli (t)ϕ(x − xi ). (6) i=1 Here, the set xi , i = 1,2,3, … , N is consisted by Halton points [14] in I and is chosen as the central set. x ∈ I (a, b) are known as the test points. For simplicity, we introduce some other notations ϕi = ϕ( x − xi ), ϕi k = ϕ( x − xi x=x k , (1) ϕi = (1) ϕik = (2) ϕi (2) = ϕik = ∂ ϕ( x−x i ) , ∂x ∂ ϕ( x−x i ) ∂x x=x k ∂ 2 ϕ( x−x i ) ∂x 2 ∂ 2 ϕ( x−x i ) ∂x 2 , , x=x k , αl,m = αli (x,t m ), i ωτ = t m : t m = mτ, m = 0,1, … , M ,Mτ = T. To solve the non-linear system (3), we propose an alternative iteration algorithm. The scheme is given as c l x,t m +1 −c l (x,t m ) τ =D l,m+1 N i=1 αi (2) ϕi + Dl κ 1,m N i=1 αi ϕi 2,m N i=1 αi ϕi , or equivalently, (2) l,m+1 N ϕi = τ[D N αl,m ϕi + Dl κ N α1,m ϕi ( N α2,m ϕi )]+ N αl,m ϕi . i=1 αi i=1 i i=1 i i=1 i i=1 i Where Dl equals to−3,−5,2 whenl = 1,2,3, respectively. In the form of system, it can be written as follows, www.ijeijournal.com Page | 22
  • 3. Modeling the dynamics of molecular concentration during the diffusion procedure N N α1,m +1 ϕi i N α1,m i = τ[D i=1 N (2) ϕi − 3κ i=1 N (2) α2,m ϕi i i=1 N i=1 N αi,m ϕi 2 + 2κ α3,m+1 ϕi = τ[D i i=1 i=1 i=1 N α2,m ϕi )] + i i=1 N α1,m ϕi ( i i=1 α1,m ϕi i ϕi )] + i=1 N α1,m ϕi ( i − 5κ N α2,m i ϕi ( i=1 N α2,m +1 ϕi = τ[D i i=1 N N α1,m i α2,m ϕi i i=1 N α2,m ϕi )] + i i=1 α3,m ϕi i i=1 (7) When considering the boundary conditions, we denote ∂ϕ( a − xi ) ϕi 1 a = ∂x ∂ϕ( b − xi ) 1 ϕi b = ∂x Then we can obtain the following linear systems. Al X l = F l , (8) where Al ∈ R N+2 ×(N+2) with its entry Alki = ϕik when k = 1,2, … , N,Alki = ϕi 1 a and Alki = ϕi 1 b when k = N + 1 and k = N + 2 respectively. l Fk = τ[D l,m N i=1 αi 2 3 j=1 ϕjk l + Dl κ 1,m N i=1 αi ϕik ( 2,m N i=1 αi ϕik )]+ l,m N i=1 αi ϕik when k = 1,2, … , N and F = 0 k = N + 1 and k = N + 2. Acknowlege This work is partially supported by the Natural Fund of JiangXi Province (No20122BAB204017) and the Youth Fund of Department of Education of JiangXi Province (N0.GJJ13486). The authors would like to thank Vice Prof. DaMing Yuan and JianJie YU (NanChang Hangkong University, P. R. China) for their helpful discussions. *Corresponding Author E_mail: clzclz1011@126.com REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] B.N. Arzamasov, V.N. Simonov, Circulation method for depositing diffusion coatings. Met. Sci. Heat Treat. 52(9-10), 403-407 (2011) M. Mackeviˇcius, F. Ivanauskas, A. Kareiva, D. Jasaitis, A closer look at the computer modeling and sintering optimization in the preparation of YAG, J. Math. Chem., 50(8), 2291-2302 (2012) F. Ivanauskas, A. Kareiva, B. Lapcun, On the modelling of solid state reactions Synthesis of YAG, J. Math. Chem., 37(4), 365-376 (2005) F. Ivanauskas, A. Kareiva, B. Lapcun, Diffusion and reaction rates of the yttrium aluminum garnet synthesis using different techniques. J. Math. Chem. 42(2), 191C199 (2007) F. Ivanauskas, A. Kareiva, B. Lapcun, Computational modeling of the YAG synthesis. J. Math. Chem. 46(2), 427C442 (2009) J. H. Halton, On the efficiency of certain quasi-random sequences of points in evaluating multi-dimensional integrals, Numer. Math. 2, 84-90 (1960) T. T. Wong, W. S. Liu, P. A. Heng, Sampling with Hammersley and Halton points, J. Graphics Tools, 2, 9-24 (1997) A.A. Samarskij, Theory of Finite Difference Schemes. Nauka, Moscow(1983). R. Courant, K. Friedrichs and H. Lewy, On the partial difference equations of mathematical physics, V+76, New York Universty, New York (1956) G. R. Liu, Mesh Free Method-Moving beyond the finite element method. CRC Press, Boca Raton(2003). R. Franke, Scattered data interpolation: tests of some methods, Math. Comput., 38,181-200 (1982). E.J. Kansa, Multiquadrics-a scattered data approximation scheme with applications to computational fluid-dynamics. I. Surface approximations and partial derivative estimates, Comput. Math. Appls., 19, 127-145 (1990) E.J. Kansa, Multiquadrics-a scattered data approximation scheme with applications to computational fluid-dynamics. II. Surface approximations and partial derivative estimates, Comput. Math. Appls., 19, 147-161 (1990) G. E. Fasshauer, Meshfree approximation methods with Matlab. World Scientific Press, Hackensack (2007). www.ijeijournal.com Page | 23