SlideShare une entreprise Scribd logo
1  sur  6
Télécharger pour lire hors ligne
International Journal of Engineering Research and Development
e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com
Volume 10, Issue 5 (May 2014), PP.41-46
41
Modelling the Diffusion Rate of Microbes in Porous Media during
Microbial Enhanced Oil Recovery
Chukwuma G.J. Nmegbu1
1
Department of Petroleum Engineering, Rivers State University of Science and Technology, Nigeria
Abstract:- Biotechnological advances have not only grown in chemical and biological industry but its
application in oil and gas has completely followed an increasing trend. This work presents a study of the
diffusion of microbes in one of such technologies. The models mathematically presented describe the transport
of bacterial community through the pore throats of a porous system. Filtration loss control can be achieved
using the formulated model mainly due to the plugging mechanism of biofilms. A computer program, written in
JAVA code was used to run a simulation of the bacteria diffusion model. Three-Dimensional, areal, side and top
views of the bacteria invasion environment are presented.
Keywords:- Diffusion, Microbe, MEOR, Biofilm, Simulation.
I. INTRODUCTION
Each reservoir is composed of a unique combination of geometry, rock properties, fluid characteristics
and primary drive mechanism [1]. Notwithstanding, no two reservoir can be identical in all aspects, they can be
grouped in accordance with the primary drive mechanism by which they produce. It has been observed that each
drive mechanism has certain typical performance characteristics such as ultimate recovery factor, pressure
decline rate, gas-oil ratio and water production often unique to it. These factors are of great importance because
of the prevailing rock and fluid properties interaction. Alteration of these properties can thus lead to
improvement or deterioration of these factors [2]. This is the aim of every Enhanced Oil Recovery (EOR)
technology.
Microbial EOR is an of aspect biotechnology, utilizing the potentials of microbes to significantly
influence oil flow and its recovery [3]. It involves the use of microorganisms to extract the remaining oil from
the reservoirs [4]. These microbes are carefully selected considering prevalent reservoir conditions. Although
certain types of microorganisms may grow prolifically at surface conditions and produce metabolic products
that would obviously be beneficial to EOR, they may not be able to survive in a deep subsurface environment
owing to conditions of temperature, pressure, salinity etc. [5], [6], [7].
The growth of microbes in-situ in the reservoir has a number of important interactions with the
inorganic materials and the oil present in the formation. These microbes will produce biogenic gases which will
mix with the oil and dissolve in the heavy crude and act as a mobilizing agent [8]. These fermentation and
metabolic processes produce other useful products like polymer and surfactants downhole that aid further
petroleum recovery. These result in modifications of the rock and fluid properties necessary for production, and
may include permeability modification, viscosity reduction and provision of favourable mobility control.
The modeling of the behavior of bacteria used in MEOR and its activities in the reservoir has attracted
interest of researchers [4]. Modeling of these processes often rely on conservation laws, incorporating growth
and retention kinetics of biomass. A simplified model of this nature was presented by Knapp et al [6]. They
predicted porosity reduction as a function of distance and time. Updegraff [9] used a filtration model in order to
express bacteria transport as a function of pore entrance size. Similar models were used by Jang et al [10]. In a
recent work, Jenneman et al [11] modified the filtration theory to relate permeability with the rate of bacteria
penetration. Some of these models were found to show good agreement with experimental results. However
none of these models incorporates fundamental laws of bacterial deposition, entrainment or adsorption of
bacteria to the rock surface [12].
One-dimensional models and models extending to two and three dimensions have also been developed
[9], [13]. Islam and Gianetto [14] derived a mathematical model for describing bacterial transport, nutrient
propagation and microbial growth in porous media [15]. They used a successive over relaxation technique to
solve the governing partial differential equations. Of these, they could not solve microbial transport and nutrient
propagation directly because of the absence of numerical value of some constants [4]. This work models the
transport of the injected bacteria using a simplified diffusion model which can be reduced to the Laplace
equation.
Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery
42
II. METHODOLOGY
A. Modelling
Consider the statement of mass balance below.
Net rate of accumulation
of microbes in system
=
Microbes flow rate
into the system
−
Microbes flow rate
out of the system
+
Rate of production
of microbes
−
Rate of consumption
of the microbes
(1)
For a 3-dimensional unit vector system, variation of microbe concentration with time in space is given as:
𝜕𝑐
𝜕𝑡
= −
𝜕𝑗 𝑥
𝜕𝑥
−
𝜕𝑗 𝑦
𝜕𝑦
−
𝜕𝑗 𝑧
𝜕𝑧
+ 𝑅 (2)
where
t = Time,
C = Concentration of microbes
j = Unit vector microbes flux
R = Net generation rate
Assuming that the in-situ microbial concentration is determined primarily by a diffusion process, Equation (2)
can be written as:
𝜕𝑐
𝜕𝑡
=
𝜕
𝜕𝑥
𝐷
𝜕𝑐
𝜕𝑥
+
𝜕
𝜕𝑦
𝐷
𝜕𝑐
𝜕𝑦
+
𝜕
𝜕𝑧
𝐷
𝜕𝑐
𝜕𝑧
− 𝑟 (3)
Equation (3) is a second degree Partial differential equation accounting for the diffusion of the microbes in the
porous medium. It can be written as:
𝜕𝑐
𝜕𝑡
= 𝐷
𝜕2 𝑐
𝜕𝑥2 +
𝜕2 𝑐
𝜕𝑦2 +
𝜕2 𝑐
𝜕𝑧2 − 𝑟 (4)
Equation (4) is a weighted form of Laplace equation in spatial coordinates. If a steady state process (i.e,
𝜕𝑐
𝜕𝑡
= 0)
with no net generation (r =0) were assumed, the traditional Laplace equation is obtained. Thus, Equation (4) can
be readily adapted to specific model conditions.
B. Adaptive Solution
For a 1D steady state problem, Equation (4) can be written as:
𝜕2 𝑐
𝜕𝑥2 = 0 (5)
Consider the grid system shown below.
Fig. 1: Block centered grid of bacteria invasion environment
Implementing a numerical solution to Equation (5) for a finite element form of the bacterial invasion
environment by applying the central difference approximation gives:
𝐶𝑖−1−2𝐶𝑖+𝐶𝑖+1
∆𝑥 2 (6)
where „i‟ represents the position of the grid.
Assuming that the initial bacteria count (i.e., concentration), ready for diffusion ids Co =200 (mass unit/volume
unit) and applying the boundary conditions as indicated on the diagram results in the set of simultaneous
equations given in the matrix below.
Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery
43
−2 1 0 0
1 −2 1 0
0 1 −2 1
0 0 1 −1
𝐶2
𝐶3
𝐶4
𝐶5
=
−200
0
0
0
(7)
III. RESULTS
Resolution of the equation, irrespective of the unavailability of data, leads to a conclusion on the
bacterial diffusion that more concentration exists at the inner boundary and diffuses into the pore until the outer
boundary is reached. This conclusion is better revealed in the dimensionless plots below generated from
computer simulation. It is worth mentioning that concentration gradient (x and y axes) and concentration is the
parameter in the z-axis. This is because bacteria concentration gradient is responsible for bacteria transport and
at each point in time, the z-axis is indicating bacteria mass/population for any unit thickness, thus denoting
cross-sectional volume. The simulations are given below.
Fig. 2: Angular side view of bacteria transport due to diffusion and reaction
Fig. 3: Elevated side view of bacteria transport due to diffusion and reaction
Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery
44
Fig. 4: Top side view of bacteria transport due to diffusion and reaction
Fig. 5: Top view of bacteria transport due to diffusion and reaction
Figure 5 above gives, perhaps, the best view of the diffusion process, marked by the darker regions in the center
of the bacteria invasion environment.
Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery
45
Fig. 6: Side view of bacteria transport due to diffusion and reaction
The simulation views show a discontinuity in the process, one characterized by a sink (negative net
generation) owing to the fact that the death rate will be greater than the growth rate and the transport of bacteria
into the z-direction which is the bacteria concentration axis.
IV. CONCLUSIONS
Bacterial diffusion rate has been clearly defined in this theoretical and mathematical research. The
model equation and simulation can provide a conclusive answer to the change in bacteria concentration from
borehole to the interior of a porous medium undergoing MEOR process or similar biotechnological process. The
transiency of concentration and possible automated or controlled bacteria incubation during the process can be
effectively used to control fluid loss but it should be noted that an uncontrolled process can lead to very serious
permeability damage and this may not serve the purpose of this research.
It should be noted however, that the diffusion has been studied for just an instantaneous influx of
bacteria. Any other influx other than the initial will experience the same process of diffusion but with less
constant diffusing values.
ACKNOWLEDGMENT
The author wishes to thank Ingrid O. Chima and Lotanna V. Ohazuruike for their contributions to this work.
REFERENCES
[1]. A. Tarek, and D. Paul, Advanced Reservoir Engineering Handbook, Arnold publishing limited, USA:
Elsevier, p.33, 2006
[2]. J. Russell, Fundamentals of Enhanced Oil Recovery, Texas: SPE, p.23, 2002
[3]. C.G.J. Nmegbu and D.D. Pepple, “Modeling A Well Stimulation Process Using The MEOR
Technique”, Int. J. of Research. In Eng. And Tech., vol.3, no.3, April, 2014
[4]. C.G.J Nmegbu and K.K. Dagde, “Mathematical modeling of the soaking period in microbial enhanced
oil recovery (MEOR) applications”, J. Pet. Gas Explor. Res., vol. 4, no.1, pp.7-16, 2014
[5]. E. Donaldson, G. Chilingarian and T. Ye, Microbial Enhanced Oil Recovery, Arnold Publishing
limited, USA: Elsevier, p.76, 2002
[6]. R. Knapp, L. Udegbunam, J. Adkins, M. McInerney and R. Tanner , “Assessing the effects of
microbial metabolism and metabolites on reservoir pore structure”, Proc. of the SPE 66th
Annual
Technical Conference and Exhibition, Dallas, pp.309-316, 2005.
Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery
46
[7]. T. Gregory, “Fundamentals of microbial enhanced hydrocarbon recovery”, Proc. Of the SPE 59th
Annual Technical Conf. and Exhibition, pp.1-18, 1999.
[8]. J. Chisholm, S. Kashikar, R. Knapp, M. McInerney, and D. Menzie, “Microbial enhanced oil recovery:
Interfacial tension and gas-induced relative permeability effects”,Proc. 65th Annual Technical
Conference and Exhibition of the Society of Petroleum Engineers on September 23–26, New Orleans,
LA, 1990.
[9]. D.M. Updegraff, “Plugging and Penetration of Petroleum Reservoir Rock by Microorganisms”, Proc.
Int. Conf. on Microbial Enhanced Oil Recovery, Oklahoma, USA, pp.80-85, 1957
[10]. K.L. Jang, M.M. Sharma, J.E. Findley, P. Chang and T.F. Yen, “An Investigation of the Transport of
Bacteria through Porous media”, Proc. Int. Conf. on Microbial Enhanced Oil Recovery, Afton, USA,
pp.60-70, 1982
[11]. G.E. Jenneman, R.M. Knapp, D.E. Menzie, M.J. McInerney, D.E. Revus, J.B. Clark, D.M.
Munnecke,“Transport Phenomena and Plugging in Berea Sandstone Using Microorganisms”, Proc. Int.
Conf. on Microbial Enhanced Oil Recovery, Afton, USA, pp.71-75, 1982
[12]. C. Gruesbeck and R.E. Collins, “Entrainment Deposition of Fine Particles in Porous Media”, SPE J.,
pp.847-856, Dec. 1982
[13]. M.M. Chang, F. Chung, R. Bryant, H. Gao, T. Burchfield, “Modeling and laboratory investigation of
microbial transport phenomena in porous media”, SPE 22845 presented at 66th Annual Technical
Conference and exhibition of SPE in Dallas Texas, 1991
[14]. M. Islam and A. Gianetto, “Mathematical Modelling and Scaling Up of Microbial Enhanced Oil
Recovery”, J. Can. Petrol. Technol.,vol.32, no.4, pp. 30-36, 1993.
[15]. S.M.,Nielson, A.A. Shapiro, M.L. Michelsen, and E.H. Stenby, “1D simulations for microbial
enhanced oil recovery with metabolite partitioning”, Transp. Porous Media, vol.85, pp. 785-802, 2010.

Contenu connexe

En vedette

Anantara Vacation Club Bophut Koh Samui Facilities Review
Anantara Vacation Club Bophut Koh Samui Facilities ReviewAnantara Vacation Club Bophut Koh Samui Facilities Review
Anantara Vacation Club Bophut Koh Samui Facilities ReviewAnantara Vacation Club
 
Summer Youth Camp - LifeSavers Candy Tournament
Summer Youth Camp - LifeSavers Candy TournamentSummer Youth Camp - LifeSavers Candy Tournament
Summer Youth Camp - LifeSavers Candy TournamentKen Sapp
 
Summer Youth Camp - Leap of Faith
Summer Youth Camp - Leap of FaithSummer Youth Camp - Leap of Faith
Summer Youth Camp - Leap of FaithKen Sapp
 
M e-d-i-c-i-n-a-l-e-g-a-l1834
M e-d-i-c-i-n-a-l-e-g-a-l1834M e-d-i-c-i-n-a-l-e-g-a-l1834
M e-d-i-c-i-n-a-l-e-g-a-l1834Huexos AdaMe
 
Summer Youth Camp - Murder
Summer Youth Camp - MurderSummer Youth Camp - Murder
Summer Youth Camp - MurderKen Sapp
 
Summer Youth Camp - Knock Down, or Build Up
Summer Youth Camp - Knock Down, or Build UpSummer Youth Camp - Knock Down, or Build Up
Summer Youth Camp - Knock Down, or Build UpKen Sapp
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
Modeling the wettability alteration tendencies of bioproducts during microbia...
Modeling the wettability alteration tendencies of bioproducts during microbia...Modeling the wettability alteration tendencies of bioproducts during microbia...
Modeling the wettability alteration tendencies of bioproducts during microbia...eSAT Publishing House
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 
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 DevelopmentIJERD Editor
 

En vedette (20)

Anantara Vacation Club Bophut Koh Samui Facilities Review
Anantara Vacation Club Bophut Koh Samui Facilities ReviewAnantara Vacation Club Bophut Koh Samui Facilities Review
Anantara Vacation Club Bophut Koh Samui Facilities Review
 
Summer Youth Camp - LifeSavers Candy Tournament
Summer Youth Camp - LifeSavers Candy TournamentSummer Youth Camp - LifeSavers Candy Tournament
Summer Youth Camp - LifeSavers Candy Tournament
 
Summer Youth Camp - Leap of Faith
Summer Youth Camp - Leap of FaithSummer Youth Camp - Leap of Faith
Summer Youth Camp - Leap of Faith
 
M e-d-i-c-i-n-a-l-e-g-a-l1834
M e-d-i-c-i-n-a-l-e-g-a-l1834M e-d-i-c-i-n-a-l-e-g-a-l1834
M e-d-i-c-i-n-a-l-e-g-a-l1834
 
Summer Youth Camp - Murder
Summer Youth Camp - MurderSummer Youth Camp - Murder
Summer Youth Camp - Murder
 
Summer Youth Camp - Knock Down, or Build Up
Summer Youth Camp - Knock Down, or Build UpSummer Youth Camp - Knock Down, or Build Up
Summer Youth Camp - Knock Down, or Build Up
 
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
 
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
 
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
 
Modeling the wettability alteration tendencies of bioproducts during microbia...
Modeling the wettability alteration tendencies of bioproducts during microbia...Modeling the wettability alteration tendencies of bioproducts during microbia...
Modeling the wettability alteration tendencies of bioproducts during microbia...
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 
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
 

Similaire à International Journal of Engineering Research and Development

B0360106010
B0360106010B0360106010
B0360106010theijes
 
Modeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor techniqueModeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor techniqueeSAT Publishing House
 
Modeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor techniqueModeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor techniqueeSAT Journals
 
Experimental and Mathematical
Experimental and Mathematical Experimental and Mathematical
Experimental and Mathematical John Jeffrey Jones
 
Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...
Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...
Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...VandnaKushwaha1
 
Open Droplet Microfluidics for Microbiology
Open Droplet Microfluidics for MicrobiologyOpen Droplet Microfluidics for Microbiology
Open Droplet Microfluidics for MicrobiologyIowa State University
 
Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...
Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...
Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...Iowa State University
 
Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...
Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...
Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...IJERA Editor
 
Atencia, Cooksey and .Locascio 2012
Atencia, Cooksey and .Locascio 2012Atencia, Cooksey and .Locascio 2012
Atencia, Cooksey and .Locascio 2012Fran Flores
 
Predictive microbiology in foods
Predictive microbiology in foodsPredictive microbiology in foods
Predictive microbiology in foodsSpringer
 
NANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERING
NANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERINGNANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERING
NANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERINGbioejjournal
 
1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-main1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-mainSalman Malik
 
An overview on_biofiltration_modeling
An overview on_biofiltration_modelingAn overview on_biofiltration_modeling
An overview on_biofiltration_modelingAvi Kumar
 
Modelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water DisinfectionModelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water DisinfectionMichael George
 
Cimetta et al., 2013
Cimetta et al., 2013Cimetta et al., 2013
Cimetta et al., 2013Fran Flores
 

Similaire à International Journal of Engineering Research and Development (20)

B0360106010
B0360106010B0360106010
B0360106010
 
Modeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor techniqueModeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor technique
 
Modeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor techniqueModeling a well stimulation process using the meor technique
Modeling a well stimulation process using the meor technique
 
Summer Poster Final
Summer Poster FinalSummer Poster Final
Summer Poster Final
 
Experimental and Mathematical
Experimental and Mathematical Experimental and Mathematical
Experimental and Mathematical
 
Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...
Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...
Nanofabricated-structures-and-microfluidic-devices-for-bacteria-from-techniqu...
 
Open Droplet Microfluidics for Microbiology
Open Droplet Microfluidics for MicrobiologyOpen Droplet Microfluidics for Microbiology
Open Droplet Microfluidics for Microbiology
 
Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...
Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...
Open Droplet Microfluidics for Testing_Multi-Drug Resistance and Antibiotic R...
 
Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...
Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...
Quantitative Modeling Of Formation Damage On The Reservoir During Microbial E...
 
Atencia, Cooksey and .Locascio 2012
Atencia, Cooksey and .Locascio 2012Atencia, Cooksey and .Locascio 2012
Atencia, Cooksey and .Locascio 2012
 
Bubbles1
Bubbles1Bubbles1
Bubbles1
 
Poster
PosterPoster
Poster
 
Gdt 2-126
Gdt 2-126Gdt 2-126
Gdt 2-126
 
Gdt 2-126 (1)
Gdt 2-126 (1)Gdt 2-126 (1)
Gdt 2-126 (1)
 
Predictive microbiology in foods
Predictive microbiology in foodsPredictive microbiology in foods
Predictive microbiology in foods
 
NANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERING
NANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERINGNANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERING
NANO BIONIC SWIMMING ROBOTICS ANDAPPLICATIONS IN ENVIRONMENTALENGINEERING
 
1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-main1-s2.0-S0021979716300212-main
1-s2.0-S0021979716300212-main
 
An overview on_biofiltration_modeling
An overview on_biofiltration_modelingAn overview on_biofiltration_modeling
An overview on_biofiltration_modeling
 
Modelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water DisinfectionModelling the Kinetic of UV Water Disinfection
Modelling the Kinetic of UV Water Disinfection
 
Cimetta et al., 2013
Cimetta et al., 2013Cimetta et al., 2013
Cimetta et al., 2013
 

Plus de IJERD Editor

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksIJERD Editor
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEIJERD Editor
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...IJERD Editor
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’IJERD Editor
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignIJERD Editor
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationIJERD Editor
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...IJERD Editor
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRIJERD Editor
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingIJERD Editor
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string valueIJERD Editor
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...IJERD Editor
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeIJERD Editor
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...IJERD Editor
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraIJERD Editor
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...IJERD Editor
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...IJERD Editor
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingIJERD Editor
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...IJERD Editor
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart GridIJERD Editor
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderIJERD Editor
 

Plus de IJERD Editor (20)

A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service AttacksA Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
A Novel Method for Prevention of Bandwidth Distributed Denial of Service Attacks
 
MEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACEMEMS MICROPHONE INTERFACE
MEMS MICROPHONE INTERFACE
 
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...Influence of tensile behaviour of slab on the structural Behaviour of shear c...
Influence of tensile behaviour of slab on the structural Behaviour of shear c...
 
Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’Gold prospecting using Remote Sensing ‘A case study of Sudan’
Gold prospecting using Remote Sensing ‘A case study of Sudan’
 
Reducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding DesignReducing Corrosion Rate by Welding Design
Reducing Corrosion Rate by Welding Design
 
Router 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and VerificationRouter 1X3 – RTL Design and Verification
Router 1X3 – RTL Design and Verification
 
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
Active Power Exchange in Distributed Power-Flow Controller (DPFC) At Third Ha...
 
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVRMitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
Mitigation of Voltage Sag/Swell with Fuzzy Control Reduced Rating DVR
 
Study on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive ManufacturingStudy on the Fused Deposition Modelling In Additive Manufacturing
Study on the Fused Deposition Modelling In Additive Manufacturing
 
Spyware triggering system by particular string value
Spyware triggering system by particular string valueSpyware triggering system by particular string value
Spyware triggering system by particular string value
 
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
A Blind Steganalysis on JPEG Gray Level Image Based on Statistical Features a...
 
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid SchemeSecure Image Transmission for Cloud Storage System Using Hybrid Scheme
Secure Image Transmission for Cloud Storage System Using Hybrid Scheme
 
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
Application of Buckley-Leverett Equation in Modeling the Radius of Invasion i...
 
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web CameraGesture Gaming on the World Wide Web Using an Ordinary Web Camera
Gesture Gaming on the World Wide Web Using an Ordinary Web Camera
 
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
Hardware Analysis of Resonant Frequency Converter Using Isolated Circuits And...
 
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
Simulated Analysis of Resonant Frequency Converter Using Different Tank Circu...
 
Moon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF DxingMoon-bounce: A Boon for VHF Dxing
Moon-bounce: A Boon for VHF Dxing
 
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
“MS-Extractor: An Innovative Approach to Extract Microsatellites on „Y‟ Chrom...
 
Importance of Measurements in Smart Grid
Importance of Measurements in Smart GridImportance of Measurements in Smart Grid
Importance of Measurements in Smart Grid
 
Study of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powderStudy of Macro level Properties of SCC using GGBS and Lime stone powder
Study of Macro level Properties of SCC using GGBS and Lime stone powder
 

Dernier

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESmohitsingh558521
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfAlex Barbosa Coqueiro
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxLoriGlavin3
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxLoriGlavin3
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLScyllaDB
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxBkGupta21
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfMounikaPolabathina
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersRaghuram Pandurangan
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.Curtis Poe
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsNathaniel Shimoni
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 

Dernier (20)

SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICESSALESFORCE EDUCATION CLOUD | FEXLE SERVICES
SALESFORCE EDUCATION CLOUD | FEXLE SERVICES
 
Unraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdfUnraveling Multimodality with Large Language Models.pdf
Unraveling Multimodality with Large Language Models.pdf
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptxMerck Moving Beyond Passwords: FIDO Paris Seminar.pptx
Merck Moving Beyond Passwords: FIDO Paris Seminar.pptx
 
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptxDigital Identity is Under Attack: FIDO Paris Seminar.pptx
Digital Identity is Under Attack: FIDO Paris Seminar.pptx
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 
Developer Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQLDeveloper Data Modeling Mistakes: From Postgres to NoSQL
Developer Data Modeling Mistakes: From Postgres to NoSQL
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
unit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptxunit 4 immunoblotting technique complete.pptx
unit 4 immunoblotting technique complete.pptx
 
What is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdfWhat is DBT - The Ultimate Data Build Tool.pdf
What is DBT - The Ultimate Data Build Tool.pdf
 
Generative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information DevelopersGenerative AI for Technical Writer or Information Developers
Generative AI for Technical Writer or Information Developers
 
How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.How AI, OpenAI, and ChatGPT impact business and software.
How AI, OpenAI, and ChatGPT impact business and software.
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
Time Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directionsTime Series Foundation Models - current state and future directions
Time Series Foundation Models - current state and future directions
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 

International Journal of Engineering Research and Development

  • 1. International Journal of Engineering Research and Development e-ISSN: 2278-067X, p-ISSN: 2278-800X, www.ijerd.com Volume 10, Issue 5 (May 2014), PP.41-46 41 Modelling the Diffusion Rate of Microbes in Porous Media during Microbial Enhanced Oil Recovery Chukwuma G.J. Nmegbu1 1 Department of Petroleum Engineering, Rivers State University of Science and Technology, Nigeria Abstract:- Biotechnological advances have not only grown in chemical and biological industry but its application in oil and gas has completely followed an increasing trend. This work presents a study of the diffusion of microbes in one of such technologies. The models mathematically presented describe the transport of bacterial community through the pore throats of a porous system. Filtration loss control can be achieved using the formulated model mainly due to the plugging mechanism of biofilms. A computer program, written in JAVA code was used to run a simulation of the bacteria diffusion model. Three-Dimensional, areal, side and top views of the bacteria invasion environment are presented. Keywords:- Diffusion, Microbe, MEOR, Biofilm, Simulation. I. INTRODUCTION Each reservoir is composed of a unique combination of geometry, rock properties, fluid characteristics and primary drive mechanism [1]. Notwithstanding, no two reservoir can be identical in all aspects, they can be grouped in accordance with the primary drive mechanism by which they produce. It has been observed that each drive mechanism has certain typical performance characteristics such as ultimate recovery factor, pressure decline rate, gas-oil ratio and water production often unique to it. These factors are of great importance because of the prevailing rock and fluid properties interaction. Alteration of these properties can thus lead to improvement or deterioration of these factors [2]. This is the aim of every Enhanced Oil Recovery (EOR) technology. Microbial EOR is an of aspect biotechnology, utilizing the potentials of microbes to significantly influence oil flow and its recovery [3]. It involves the use of microorganisms to extract the remaining oil from the reservoirs [4]. These microbes are carefully selected considering prevalent reservoir conditions. Although certain types of microorganisms may grow prolifically at surface conditions and produce metabolic products that would obviously be beneficial to EOR, they may not be able to survive in a deep subsurface environment owing to conditions of temperature, pressure, salinity etc. [5], [6], [7]. The growth of microbes in-situ in the reservoir has a number of important interactions with the inorganic materials and the oil present in the formation. These microbes will produce biogenic gases which will mix with the oil and dissolve in the heavy crude and act as a mobilizing agent [8]. These fermentation and metabolic processes produce other useful products like polymer and surfactants downhole that aid further petroleum recovery. These result in modifications of the rock and fluid properties necessary for production, and may include permeability modification, viscosity reduction and provision of favourable mobility control. The modeling of the behavior of bacteria used in MEOR and its activities in the reservoir has attracted interest of researchers [4]. Modeling of these processes often rely on conservation laws, incorporating growth and retention kinetics of biomass. A simplified model of this nature was presented by Knapp et al [6]. They predicted porosity reduction as a function of distance and time. Updegraff [9] used a filtration model in order to express bacteria transport as a function of pore entrance size. Similar models were used by Jang et al [10]. In a recent work, Jenneman et al [11] modified the filtration theory to relate permeability with the rate of bacteria penetration. Some of these models were found to show good agreement with experimental results. However none of these models incorporates fundamental laws of bacterial deposition, entrainment or adsorption of bacteria to the rock surface [12]. One-dimensional models and models extending to two and three dimensions have also been developed [9], [13]. Islam and Gianetto [14] derived a mathematical model for describing bacterial transport, nutrient propagation and microbial growth in porous media [15]. They used a successive over relaxation technique to solve the governing partial differential equations. Of these, they could not solve microbial transport and nutrient propagation directly because of the absence of numerical value of some constants [4]. This work models the transport of the injected bacteria using a simplified diffusion model which can be reduced to the Laplace equation.
  • 2. Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery 42 II. METHODOLOGY A. Modelling Consider the statement of mass balance below. Net rate of accumulation of microbes in system = Microbes flow rate into the system − Microbes flow rate out of the system + Rate of production of microbes − Rate of consumption of the microbes (1) For a 3-dimensional unit vector system, variation of microbe concentration with time in space is given as: 𝜕𝑐 𝜕𝑡 = − 𝜕𝑗 𝑥 𝜕𝑥 − 𝜕𝑗 𝑦 𝜕𝑦 − 𝜕𝑗 𝑧 𝜕𝑧 + 𝑅 (2) where t = Time, C = Concentration of microbes j = Unit vector microbes flux R = Net generation rate Assuming that the in-situ microbial concentration is determined primarily by a diffusion process, Equation (2) can be written as: 𝜕𝑐 𝜕𝑡 = 𝜕 𝜕𝑥 𝐷 𝜕𝑐 𝜕𝑥 + 𝜕 𝜕𝑦 𝐷 𝜕𝑐 𝜕𝑦 + 𝜕 𝜕𝑧 𝐷 𝜕𝑐 𝜕𝑧 − 𝑟 (3) Equation (3) is a second degree Partial differential equation accounting for the diffusion of the microbes in the porous medium. It can be written as: 𝜕𝑐 𝜕𝑡 = 𝐷 𝜕2 𝑐 𝜕𝑥2 + 𝜕2 𝑐 𝜕𝑦2 + 𝜕2 𝑐 𝜕𝑧2 − 𝑟 (4) Equation (4) is a weighted form of Laplace equation in spatial coordinates. If a steady state process (i.e, 𝜕𝑐 𝜕𝑡 = 0) with no net generation (r =0) were assumed, the traditional Laplace equation is obtained. Thus, Equation (4) can be readily adapted to specific model conditions. B. Adaptive Solution For a 1D steady state problem, Equation (4) can be written as: 𝜕2 𝑐 𝜕𝑥2 = 0 (5) Consider the grid system shown below. Fig. 1: Block centered grid of bacteria invasion environment Implementing a numerical solution to Equation (5) for a finite element form of the bacterial invasion environment by applying the central difference approximation gives: 𝐶𝑖−1−2𝐶𝑖+𝐶𝑖+1 ∆𝑥 2 (6) where „i‟ represents the position of the grid. Assuming that the initial bacteria count (i.e., concentration), ready for diffusion ids Co =200 (mass unit/volume unit) and applying the boundary conditions as indicated on the diagram results in the set of simultaneous equations given in the matrix below.
  • 3. Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery 43 −2 1 0 0 1 −2 1 0 0 1 −2 1 0 0 1 −1 𝐶2 𝐶3 𝐶4 𝐶5 = −200 0 0 0 (7) III. RESULTS Resolution of the equation, irrespective of the unavailability of data, leads to a conclusion on the bacterial diffusion that more concentration exists at the inner boundary and diffuses into the pore until the outer boundary is reached. This conclusion is better revealed in the dimensionless plots below generated from computer simulation. It is worth mentioning that concentration gradient (x and y axes) and concentration is the parameter in the z-axis. This is because bacteria concentration gradient is responsible for bacteria transport and at each point in time, the z-axis is indicating bacteria mass/population for any unit thickness, thus denoting cross-sectional volume. The simulations are given below. Fig. 2: Angular side view of bacteria transport due to diffusion and reaction Fig. 3: Elevated side view of bacteria transport due to diffusion and reaction
  • 4. Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery 44 Fig. 4: Top side view of bacteria transport due to diffusion and reaction Fig. 5: Top view of bacteria transport due to diffusion and reaction Figure 5 above gives, perhaps, the best view of the diffusion process, marked by the darker regions in the center of the bacteria invasion environment.
  • 5. Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery 45 Fig. 6: Side view of bacteria transport due to diffusion and reaction The simulation views show a discontinuity in the process, one characterized by a sink (negative net generation) owing to the fact that the death rate will be greater than the growth rate and the transport of bacteria into the z-direction which is the bacteria concentration axis. IV. CONCLUSIONS Bacterial diffusion rate has been clearly defined in this theoretical and mathematical research. The model equation and simulation can provide a conclusive answer to the change in bacteria concentration from borehole to the interior of a porous medium undergoing MEOR process or similar biotechnological process. The transiency of concentration and possible automated or controlled bacteria incubation during the process can be effectively used to control fluid loss but it should be noted that an uncontrolled process can lead to very serious permeability damage and this may not serve the purpose of this research. It should be noted however, that the diffusion has been studied for just an instantaneous influx of bacteria. Any other influx other than the initial will experience the same process of diffusion but with less constant diffusing values. ACKNOWLEDGMENT The author wishes to thank Ingrid O. Chima and Lotanna V. Ohazuruike for their contributions to this work. REFERENCES [1]. A. Tarek, and D. Paul, Advanced Reservoir Engineering Handbook, Arnold publishing limited, USA: Elsevier, p.33, 2006 [2]. J. Russell, Fundamentals of Enhanced Oil Recovery, Texas: SPE, p.23, 2002 [3]. C.G.J. Nmegbu and D.D. Pepple, “Modeling A Well Stimulation Process Using The MEOR Technique”, Int. J. of Research. In Eng. And Tech., vol.3, no.3, April, 2014 [4]. C.G.J Nmegbu and K.K. Dagde, “Mathematical modeling of the soaking period in microbial enhanced oil recovery (MEOR) applications”, J. Pet. Gas Explor. Res., vol. 4, no.1, pp.7-16, 2014 [5]. E. Donaldson, G. Chilingarian and T. Ye, Microbial Enhanced Oil Recovery, Arnold Publishing limited, USA: Elsevier, p.76, 2002 [6]. R. Knapp, L. Udegbunam, J. Adkins, M. McInerney and R. Tanner , “Assessing the effects of microbial metabolism and metabolites on reservoir pore structure”, Proc. of the SPE 66th Annual Technical Conference and Exhibition, Dallas, pp.309-316, 2005.
  • 6. Modelling The Diffusion Rate Of Microbes In Porous Media During Microbial Enhanced Oil Recovery 46 [7]. T. Gregory, “Fundamentals of microbial enhanced hydrocarbon recovery”, Proc. Of the SPE 59th Annual Technical Conf. and Exhibition, pp.1-18, 1999. [8]. J. Chisholm, S. Kashikar, R. Knapp, M. McInerney, and D. Menzie, “Microbial enhanced oil recovery: Interfacial tension and gas-induced relative permeability effects”,Proc. 65th Annual Technical Conference and Exhibition of the Society of Petroleum Engineers on September 23–26, New Orleans, LA, 1990. [9]. D.M. Updegraff, “Plugging and Penetration of Petroleum Reservoir Rock by Microorganisms”, Proc. Int. Conf. on Microbial Enhanced Oil Recovery, Oklahoma, USA, pp.80-85, 1957 [10]. K.L. Jang, M.M. Sharma, J.E. Findley, P. Chang and T.F. Yen, “An Investigation of the Transport of Bacteria through Porous media”, Proc. Int. Conf. on Microbial Enhanced Oil Recovery, Afton, USA, pp.60-70, 1982 [11]. G.E. Jenneman, R.M. Knapp, D.E. Menzie, M.J. McInerney, D.E. Revus, J.B. Clark, D.M. Munnecke,“Transport Phenomena and Plugging in Berea Sandstone Using Microorganisms”, Proc. Int. Conf. on Microbial Enhanced Oil Recovery, Afton, USA, pp.71-75, 1982 [12]. C. Gruesbeck and R.E. Collins, “Entrainment Deposition of Fine Particles in Porous Media”, SPE J., pp.847-856, Dec. 1982 [13]. M.M. Chang, F. Chung, R. Bryant, H. Gao, T. Burchfield, “Modeling and laboratory investigation of microbial transport phenomena in porous media”, SPE 22845 presented at 66th Annual Technical Conference and exhibition of SPE in Dallas Texas, 1991 [14]. M. Islam and A. Gianetto, “Mathematical Modelling and Scaling Up of Microbial Enhanced Oil Recovery”, J. Can. Petrol. Technol.,vol.32, no.4, pp. 30-36, 1993. [15]. S.M.,Nielson, A.A. Shapiro, M.L. Michelsen, and E.H. Stenby, “1D simulations for microbial enhanced oil recovery with metabolite partitioning”, Transp. Porous Media, vol.85, pp. 785-802, 2010.