Construction of pore network of mudstones using image analysis

Size: px
Start display at page:

Download "Construction of pore network of mudstones using image analysis"

Transcription

1 Construction of pore network of mudstones using image analysis Introduction One of the powerful technique for reservoir characterization at microscale is special core analysis (SCAL). However, many of them are destructive (capillary pressure/rel. perm. experiments) and core plugs are rendered useless once experiment is over. Several researchers (Petrovic et. al. (1985), Tollner & Verma (1989), Brown et. al. (1993), Hsieh et al. (1998), Vogel & Brown (2002), Akin & Kovscek (2003), Prodanovic et. al. (2006), Kelly et. al. (2015)) have used microscopic imaging for construction of 3-D pore throat networks & shapes. This provides an alternative way for non-destructive reservoir characterization at microscale. Advancement in imaging and computational methods are projected to make this technology more lucrative in future. The objective of this project is construction of 3-Dimensional pore network model from slices of 2-D images using focused ion beam SEM (FIB-SEM) specifically for mudstones (shales). It is observed that mudstones/shales are characterized by directional mechanical, elastic and transport properties (Sondergeld et al. (2010)). However, variation in clay content and presence of organic matter (kerogen with low density, anisotropic, oil-wet, adsorbed gas) changes the character of shales (Butcher&Lemmens (2011)). One of the nondestructive method for identifying unconnected porosity and characterizing amount of total organic carbon (TOC) at nanometer scale is using optical imaging techniques. FIB-SEM provides the best resolution for these characterization (Suhrer et al., Geocanada (2010)). Background Pore scale characterization and transport mechanism of flow between fracture and matrix is still an emerging topic in research (Kelly et al. (2015)). Further these image based models can be utilized to investigate representative elementary volume (REV) for shales (Kelly et al. (2015)). In general, it can be concluded that thermally mature shales have more TOC and hence more organic porosity (organic carbon). However, Milliken et al. (2013) and Loucks et al. (2009) have found negative correlation between TOC and organic porosity. Image analysis can be used for precise characterization of these samples. The quality of pore network construction from image processing depends on resolution and sampling conditions. Common technologies available for imaging are Micro/Nano Ct-scan and FIB-SEM. Figure-1 shows resolution of images from different techniques. Figure 1 : 3-D reconstructed images from Micro, Nano-CT and FIB-SEM. FIB-SEM provides the best resolution for proper characterization. (Source: Suhrer et al., Geocanada (2010)

2 Method Obtain stacks of image slices in 2-D space. Convert image slices to numerical values based on intensity of image. Apply binary transform based on median of the dataset. Use GAM to obtain variogram of the processed image. Also, obtain anisotropy direction using VARMAP. Select the representative variogram. Use VMODEL to model the variogram with experimental one. Use KT3D to populate properties in 3D using representative variogram

3 Implementation & Results Figure 2 : Histograms of raw images with threshold line in red used for Binary segmentation. Left pictures shows images obtained after binary transformation. Resolution of Image-1 is 3.3 Um, Image-2 is 2.9 Um, Image-3 is 4.8 Um. Pixel size for all images is 149X149 in order to fit GSLIB program.

4 Figure 3 : Processed Images and corresponding Variogram maps used for Generation of 3-Dimensional porosity network Figure 4 : Left figure shows Variogram for Image-1 in different directions. The variogram seems non-stationary in 0 & 135 degrees while range in 90 & 45 degrees is 25 Um approximately. Right figure shows variogram for Image-2 which is nonstationary only in 45 Degrees. All variogram are generated in GSLIB and plotted in Matlab.

5 Figure 5 : Left picture shows variogram for Image-3 seems stationary in all directions. With similar ranges as for Image-1 and Image-2. Right figure shows GSLIB output of representative experimental variogram in red and VMODEL variogram used for kriging in black. Kriged Output Image-1 Kriged Output Image-2 Figure 6 : 21*21 map of kriged output from KT3D program in GSLIB.

6 Discussion Using semi-variogram model in different directions. Small scale and large scale correlation length can be deduced, the stationarity of the sample provides estimation of representative elementary volume (REV). Using geostatistics on core images. The spatial structure and anisotropy of porous media can be investigated. Nested model of anisotropy may give a better fit to given experimental variogram as shales are considered highly heterogenous. References Akin, S., and A. R. Kovscek. "Computed tomography in petroleum engineering research." Geological Society, London, Special Publications 215, no. 1 (2003): Curtis, Mark Erman, Raymond Joseph Ambrose, and Carl H. Sondergeld. "Structural characterization of gas shales on the micro-and nano-scales." In Canadian unconventional resources and international petroleum conference. Society of Petroleum Engineers, HSIEH, H.T., BROWN, G.O. & STONE, M.L. 1998a.Quantification of porous media using computerized tomography and a statistical segregation threshold. Transactions of the American Society of Agricultural Engineers, 41, " Hurley, Neil Francis, Tuanfeng Zhang, Guangping Xu, Lili Xu, and Mirna Slim. "Method to quantify discrete pore shapes, volumes, and surface areas using confocal profilometry." U.S. Patent 8,311,788, issued November 13, Kelly, Shaina, Hesham El-Sobky, Carlos Torres-Verdín, and Matthew T. Balhoff. "Assessing the utility of FIB-SEM images for shale digital rock physics." Advances in Water Resources 95 (2016): Loucks, Robert G., Robert M. Reed, Stephen C. Ruppel, and Daniel M. Jarvie. "Morphology, genesis, and distribution of nanometer-scale pores in siliceous mudstones of the Mississippian Barnett Shale." Journal of sedimentary research 79, no. 12 (2009): Milliken, Kitty L., Mark Rudnicki, David N. Awwiller, and Tongwei Zhang. "Organic matter hosted pore system, Marcellus formation (Devonian), Pennsylvania." AAPG bulletin 97, no. 2 (2013): Petrovic, A. M., J. E. Siebert, and P. E. Rieke. "Soil bulk density analysis in three dimensions by computed tomographic scanning." Soil Science Society of America Journal 46, no. 3 (1982): Phogat, V. K., L. A. G. Aylmore, and R. D. Schuller. "Simultaneous measurement of the spatial distribution of soil water content and bulk density." Soil Science Society of America Journal 55, no. 4 (1991): TOLLNER, E.W. & VERMA, B.P X-ray CT of quantifying water content at points within a soil body. Transactions of the American Society of Agricultural Engineers, 32, Vogel, J. R., and G. O. Brown. "Geostatistics and the representative elementary volume of gamma ray tomography attenuation in rock cores." Geological Society, London, Special Publications 215, no. 1

7 (2003): Appendix Program for generating kriging output file: clc;clear all; close all ; im1 = im2double(rgb2gray(imread('a3_4.8um.jpg'))); im1=im1(1:149,1:149); thres=median(median(im1)); im1_new=double((im2bw(im1,thres))); varinput=im1;varinput=varinput(:); count=1;row=1;start=1; valrow=1; while valrow<=size(varinput,1) for i=1:149 for j=1:149 varinput(valrow,2)=i; varinput(valrow,3)=j; valrow=valrow+1; end end end nx=149;ny=50; nce=nx*ny; krigtry=[varinput(1:nce,1),varinput(1:nce,2),varinput(1:nce,3)]; %fileid=fopen('krigtry.dat','w');fprintf(fileid,'%f\n',krigtry); xlswrite('krigtry2.xls',krigtry); ims=im1_new(1:nx,1:ny); %ims=reshape(varinput(1:nce,1),nx, ny); Program for generating histogram and image plots: clc; clear all;close all; im1 = im2double(rgb2gray(imread('a1_3.3um_150.jpg'))); im1=im1(1:149,1:149);thres1=median(median(im1)); im1_new=double((im2bw(im1,thres1))); im2 = im2double(rgb2gray(imread('a2_2.9um.jpg'))); im2=im2(1:149,1:149);thres2=median(median(im2)); im2_new=double((im2bw(im2,thres2))); im3 = im2double(rgb2gray(imread('a3_4.8um.jpg'))); im3=im3(1:149,1:149);thres3=median(median(im3)); im3_new=double((im2bw(im3,thres3))); figure subplot(3,2,1);imshow(im1_new,[]);title('image 1'); subplot(3,2,3);imshow(im2_new,[]);title('image 2'); subplot(3,2,5);imshow(im3_new,[]);title('image 3'); subplot(3,2,2);histogram(im1,50);hold on plot([thres1,thres1],ylim,'r--','linewidth',2) hold off subplot(3,2,4);histogram(im2,50);hold on plot([thres2,thres2],ylim,'r--','linewidth',2) hold off subplot(3,2,6);histogram(im3,50);hold on plot([thres3,thres3],ylim,'r--','linewidth',2) hold off program for generating variogram plots from GSLIB output file: clc; clear all;close all; im1 = im2double(rgb2gray(imread('a1_3.3um_150.jpg'))); subplot(2,2,1);imshow(im1,[]);title('original Image 1'); max1= max(max(im1)); im1_new = ((abs(im1-max1))./max1)*1000; subplot(2,2,2);histogram(im1_new,50);title('original Histogram'); thres=median(median(im1_new)); %Overlay the thres hold on plot([thres,thres],ylim,'r--','linewidth',2) hold off %im_ind=im1_new>20&im1_new<980;im1_new(~im_ind)=-1;immod=im1_new(im_ind); subplot(2,2,3);imshow(im1_new,[]);title('rescaled Image 1'); %subplot(2,2,2);histogram(immod,50);title('removing Outliers');xlim([20 980]); binindex=im1_new>thres;subplot(2,2,4);imshow(binindex,[]);title('modified Image 1'); varinput=im1_new;varinput=varinput(:); xlswrite('varinput.xls',varinput,'sheet1','a4');

8 %fileid=fopen('test.dat','w');fprintf(fileid,'%4.2f\r\n',im1_new); % reading *.out file from gslib with lag distance of 100 [h y1]=importfile('v1.out',2,100);[h2 y2]=importfile('v1.out',103,202);[h3 y3]=importfile('v1.out',204,303);[h4 y4]=importfile('v1.out',305,404) figure subplot(2,2,1);plot(h,y1,'o');gridxy(get(gca,'xtick'),get(gca,'ytick'),'color',[.4.4.4],'linewidth',1,'linestyle',':'); title('0 Degree'); subplot(2,2,2);plot(h2,y2,'o');gridxy(get(gca,'xtick'),get(gca,'ytick'),'color',[.4.4.4],'linewidth',1,'linestyle',':'); title('90 Degree'); subplot(2,2,3);plot(h3,y3,'o');gridxy(get(gca,'xtick'),get(gca,'ytick'),'color',[.4.4.4],'linewidth',1,'linestyle',':'); title('45 Degree'); subplot(2,2,4);plot(h4,y4,'o');gridxy(get(gca,'xtick'),get(gca,'ytick'),'color',[.4.4.4],'linewidth',1,'linestyle',':'); title('135 Degree'); GSLIB gam file: Parameters for GAM ****************** START OF PARAMETERS: varinput3.dat -file with data number of variables, column numbers -1.0e21 1.0e21 - trimming limits v3.out -file for variogram output 1 -grid or realization number nx, xmn, xsiz ny, ymn, ysiz nz, zmn, zsiz number of directions, number of lags ixd(1),iyd(1),izd(1) standardize sill? (0=no, 1=yes) 1 -number of variograms tail variable, head variable, variogram type GSLIB KT3D file: Parameters for KT3D ******************* START OF PARAMETERS: krigtry3.dat -file with data columns for X, Y, Z, var, sec var -1.0e21 1.0e21 - trimming limits 0 -option: 0=grid, 1=cross, 2=jackknife xvk.dat -file with jackknife data columns for X,Y,Z,vr and sec var 3 -debugging level: 0,1,2,3 kt3d.dbg -file for debugging output kt3d.out -file for kriged output nx,xmn,xsiz ny,ymn,ysiz nz,zmn,zsiz x,y and z block discretization 1 8 -min, max data for kriging 0 -max per octant (0-> not used) maximum search radii angles for search ellipsoid =SK,1=OK,2=non-st SK,3=exdrift drift: x,y,z,xx,yy,zz,xy,xz,zy 0-0, variable; 1, estimate trend extdrift.dat -gridded file with drift/mean 4 - column number in gridded file nst, nugget effect it,cc,ang1,ang2,ang a_hmax, a_hmin, a_vert it,cc,ang1,ang2,ang a_hmax, a_hmin, a_vert

Correcting Variogram Reproduction of P-Field Simulation

Correcting Variogram Reproduction of P-Field Simulation Correcting Variogram Reproduction of P-Field Simulation Julián M. Ortiz (jmo1@ualberta.ca) Department of Civil & Environmental Engineering University of Alberta Abstract Probability field simulation is

More information

Pore Morphometrics and Thermal Evolution of Organic-Matter Microporosity, Colorado Group, Western Canada Sedimentary Basin

Pore Morphometrics and Thermal Evolution of Organic-Matter Microporosity, Colorado Group, Western Canada Sedimentary Basin Pore Morphometrics and Thermal Evolution of Organic-Matter Microporosity, Colorado Group, Western Canada Sedimentary Basin Peng Jiang*, Department of Earth Sciences, Western University, London, Ontario

More information

Physical Models for Shale Gas Reservoir Considering Dissolved Gas in Kerogens

Physical Models for Shale Gas Reservoir Considering Dissolved Gas in Kerogens Physical Models for Shale Gas Reservoir Considering Dissolved Gas in Kerogens Cai Wang, Gang Lei, Weirong Li, Lei Wang, Zunyi Xia, and Huijie Wang, Peking University Abstract To figure out the complexity

More information

Eagle Ford Shale Reservoir Properties from Digital Rock Physics

Eagle Ford Shale Reservoir Properties from Digital Rock Physics Eagle Ford Shale Reservoir Properties from Digital Rock Physics Joel D. Walls, Elizabeth Diaz, Naum Derzhi, Avrami Grader, Jack Dvorkin, Sarah Arredondo, Gustavo Carpio Ingrain Inc., Houston, TX info@ingrainrocks.com

More information

Ingrain has digital rock physics labs in Houston and Abu Dhabi

Ingrain has digital rock physics labs in Houston and Abu Dhabi SCAL in Shale Ingrain has digital rock physics labs in Houston and Abu Dhabi Ingrain Labs Ingrain Sales Offices Over 4000 rock samples processed and 125 commercial jobs have been completed in the past

More information

P314 Anisotropic Elastic Modelling for Organic Shales

P314 Anisotropic Elastic Modelling for Organic Shales P314 Anisotropic Elastic Modelling for Organic Shales X. Wu* (British Geological Survey), M. Chapman (British Geological Survey), X.Y. Li (British Geological Survey) & H. Dai (British Geological Survey)

More information

Main Menu. Summary. Introduction

Main Menu. Summary. Introduction The Effect of Adsorption and Diffusion on the Gas Permeability of Kerogen Adam M. Allan* and Gary Mavko, Stanford Rock Physics Laboratory, Stanford University, USA Summary The main purpose of this study

More information

Basin modeling: the key for unconventional shale gas assessment

Basin modeling: the key for unconventional shale gas assessment Basin modeling: the key for unconventional shale gas assessment J.M. Laigle*, BeicipFranlab, 232, Av. Napoléon Bonaparte, 92502 Rueil-Malmaison, France jean-marie.laigle@beicip.com and F. Schneider, L.

More information

Ingrain Laboratories INTEGRATED ROCK ANALYSIS FOR THE OIL AND GAS INDUSTRY

Ingrain Laboratories INTEGRATED ROCK ANALYSIS FOR THE OIL AND GAS INDUSTRY Ingrain Laboratories INTEGRATED ROCK ANALYSIS FOR THE OIL AND GAS INDUSTRY 3 INGRAIN We Help Identify and Develop the Most Productive Reservoir by Characterizing Rocks at Pore Level and Upscaling to the

More information

Results and Methodology from ANH (Colombia) Unconventional Resources Core Project

Results and Methodology from ANH (Colombia) Unconventional Resources Core Project Results and Methodology from ANH (Colombia) Unconventional Resources Core Project Joel D. Walls 1, Juliana Anderson 1, Elizabeth Diaz 1, and Maria Rosa Ceron 2 Search and Discovery Article #80346 (2013)**

More information

M. Elgmati, H. Zhang, M. Zobaa, B. Bai, and F. Oboh-Ikuenobe. June 15 th, 2011

M. Elgmati, H. Zhang, M. Zobaa, B. Bai, and F. Oboh-Ikuenobe. June 15 th, 2011 M. Elgmati, H. Zhang, M. Zobaa, B. Bai, and F. Oboh-Ikuenobe June 15 th, 2011 Purposes Palynofacies Analysis Kerogen Type Thermal Maturation Estimated Key Geochemical Parameters Total Organic Carbon 3D

More information

Pore Scale Analysis of Oil Shale/Sands Pyrolysis

Pore Scale Analysis of Oil Shale/Sands Pyrolysis Pore Scale Analysis of Oil Shale/Sands Pyrolysis C.L. Lin, J.D. Miller, and C.H. Hsieh Department of Metallurgical Engineering College of Mines and Earth Sciences University of Utah Outlines Introduction

More information

Novel Approaches for the Simulation of Unconventional Reservoirs Bicheng Yan*, John E. Killough*, Yuhe Wang*, Yang Cao*; Texas A&M University

Novel Approaches for the Simulation of Unconventional Reservoirs Bicheng Yan*, John E. Killough*, Yuhe Wang*, Yang Cao*; Texas A&M University SPE 168786 / URTeC 1581172 Novel Approaches for the Simulation of Unconventional Reservoirs Bicheng Yan*, John E. Killough*, Yuhe Wang*, Yang Cao*; Texas A&M University Copyright 2013, Unconventional Resources

More information

NORTH AMERICAN ANALOGUES AND STRATEGIES FOR SUCCESS IN DEVELOPING SHALE GAS PLAYS IN EUROPE Unconventional Gas Shale in Poland: A Look at the Science

NORTH AMERICAN ANALOGUES AND STRATEGIES FOR SUCCESS IN DEVELOPING SHALE GAS PLAYS IN EUROPE Unconventional Gas Shale in Poland: A Look at the Science NORTH AMERICAN ANALOGUES AND STRATEGIES FOR SUCCESS IN DEVELOPING SHALE GAS PLAYS IN EUROPE Unconventional Gas Shale in Poland: A Look at the Science Presented by Adam Collamore Co-authors: Martha Guidry,

More information

Comparison of Reservoir Quality from La Luna, Gacheta and US Shale Formations*

Comparison of Reservoir Quality from La Luna, Gacheta and US Shale Formations* Comparison of Reservoir Quality from La Luna, Gacheta and US Shale Formations* Joel Walls 1 and Elizabeth Diaz 2 Search and Discovery Article #41396 (2014) Posted July 24, 2014 *Adapted from oral presentation

More information

Estimation of shale reservoir properties based on anisotropic rock physics modelling

Estimation of shale reservoir properties based on anisotropic rock physics modelling Estimation of shale reservoir properties based on anisotropic rock physics modelling K. Qian* (China University of Petroleum,Beijing), F. Zhang (China University of Petroleum,Beijing), X.Y. Li (British

More information

Three-Phase Flow Simulation in Ultra-Low Permeability Organic Shale via a Multiple Permeability Approach

Three-Phase Flow Simulation in Ultra-Low Permeability Organic Shale via a Multiple Permeability Approach URTeC: 1895733 Three-Phase Flow Simulation in Ultra-Low Permeability Organic Shale via a Multiple Permeability Approach Masoud Alfi*, Bicheng Yan, Yang Cao, Cheng An, Yuhe Wang, John Killough Texas A&M

More information

SPE ATCE 2013 Special Session So We Frac'd the Well, Now What? Reservoir Engineering Aspects of Unconventional Reservoirs

SPE ATCE 2013 Special Session So We Frac'd the Well, Now What? Reservoir Engineering Aspects of Unconventional Reservoirs SPE ATCE 2013 Special Session So We Frac'd the Well, Now What? Reservoir Engineering Aspects of Unconventional Reservoirs Tom BLASINGAME Petroleum Engineering Texas A&M University College Station, TX 77843-3116

More information

Constraining seismic rock-property logs in organic shale reservoirs

Constraining seismic rock-property logs in organic shale reservoirs Constraining seismic rock-property logs in organic shale reservoirs Malleswar Yenugu 1 and Lev Vernik 2 Abstract One of the major challenges of unconventional shale reservoirs is to understand the effects

More information

COMPUTED TWO-PHASE RELATIVE PERMEABILITY USING DIGITAL ROCK PHYSICS IN A SHALE FORMATION

COMPUTED TWO-PHASE RELATIVE PERMEABILITY USING DIGITAL ROCK PHYSICS IN A SHALE FORMATION SCA2013-037 1/12 COMPUTED TWO-PHASE RELATIVE PERMEABILITY USING DIGITAL ROCK PHYSICS IN A SHALE FORMATION Michael Suhrer, Jonas Toelke 2, Michael Suhrer 2, Elizabeth Diaz 2, Avrami Grader 2, Joel Walls

More information

Reservoir Engineering Aspects of Unconventional Reservoirs A Brief Introduction

Reservoir Engineering Aspects of Unconventional Reservoirs A Brief Introduction Reservoir Engineering Aspects of Unconventional Reservoirs A Brief Introduction Tom BLASINGAME Petroleum Engineering Texas A&M University College Station, TX 77843-3116 (USA) +1.979.255.8808 t-blasingame@tamu.edu

More information

Pore Types Across Thermal Maturity: Eagle-Ford Formation, South Texas*

Pore Types Across Thermal Maturity: Eagle-Ford Formation, South Texas* Pore Types Across Thermal Maturity: Eagle-Ford Formation, South Texas* Maxwell E. Pommer 1, Kitty L. Milliken 1, and Aysen Ozkan 2 Search and Discovery Article #50987 (2014)** Posted July 24, 2014 *Adapted

More information

INACCESSIBLE POROSITY INSIGHT TO PORE DEVELOPMENT AND SOLUTIONS TO MICP DATA INTERPRETATION

INACCESSIBLE POROSITY INSIGHT TO PORE DEVELOPMENT AND SOLUTIONS TO MICP DATA INTERPRETATION SCA2016-048 1/6 INACCESSIBLE POROSITY INSIGHT TO PORE DEVELOPMENT AND SOLUTIONS TO MICP DATA INTERPRETATION Leśniak G. 1, Such P. 1, Komorowska K. 2 1 Oil and Gas Institute National Research Institute,

More information

Automatic Determination of Uncertainty versus Data Density

Automatic Determination of Uncertainty versus Data Density Automatic Determination of Uncertainty versus Data Density Brandon Wilde and Clayton V. Deutsch It is useful to know how various measures of uncertainty respond to changes in data density. Calculating

More information

Conventional oil petroleum system of the Cenomanian - Turonian Blackstone Formation, Ferrier - Willesden Green - Gilby area, west-central Alberta

Conventional oil petroleum system of the Cenomanian - Turonian Blackstone Formation, Ferrier - Willesden Green - Gilby area, west-central Alberta Conventional oil petroleum system of the Cenomanian - Turonian Blackstone Formation, Ferrier - Willesden Green - Gilby area, west-central Alberta Kevin Greff, Department of Earth Sciences, Western University,

More information

An Integrated Petrophysical Approach for Shale Gas Reservoirs

An Integrated Petrophysical Approach for Shale Gas Reservoirs An Integrated Petrophysical Approach for Shale Gas Reservoirs Richard Arnold & Matt Bratovich Baker Hughes Reservoir Development Services 1 2014 B A K E R H U G H E S I N C O R P O R A TED. A LL R I G

More information

Advances in Stochastic Surface Modeling: Conditioning, Facies and Non Stationarity

Advances in Stochastic Surface Modeling: Conditioning, Facies and Non Stationarity Advances in Stochastic Surface Modeling: Conditioning, Facies and Non Stationarity Xingquan Zhang 1 and Michael J. Pyrcz 2 1 Department of Civil and Environmental Engineering, University of Alberta 2 ETC

More information

Pore Scale Analysis of Oil Shale Pyrolysis by X-ray CT and LB Simulation

Pore Scale Analysis of Oil Shale Pyrolysis by X-ray CT and LB Simulation Pore Scale Analysis of Oil Shale Pyrolysis by X-ray CT and LB Simulation C.L. Lin 1, J.D. Miller 1, C.H. Hsieh 1, P. Tiwari 2 and M.D. Deo 2 1 Department of Metallurgical Engineering, University of Utah,

More information

Technology of Production from Shale

Technology of Production from Shale Technology of Production from Shale Doug Bentley, European Unconventional, Schlumberger May 29 th, 2012 Johannesburg, South Africa What are Unconventional Reservoirs Shale both Gas & Oil Coal Bed Methane

More information

Effect of Adsorption in Flow of Gases in Organic Nanopores: A Molecular Dynamics Study. Mohammad Kazemi Ali Takbiri-Borujeni West Virginia University

Effect of Adsorption in Flow of Gases in Organic Nanopores: A Molecular Dynamics Study. Mohammad Kazemi Ali Takbiri-Borujeni West Virginia University Effect of Adsorption in Flow of Gases in Organic Nanopores: A Molecular Dynamics Study Mohammad Kazemi Ali Takbiri-Borujeni West Virginia University Multiscale Nature of Gas production Slide 2 Slide 3

More information

Petroleum Geology of Shale Gas & Tight Oil and How To Do It: Drill and Frack a Horizontal Well

Petroleum Geology of Shale Gas & Tight Oil and How To Do It: Drill and Frack a Horizontal Well US Association for Energy Economics National Capital Area Chapter Petroleum Geology of Shale Gas & Tight Oil and How To Do It: Drill and Frack a Horizontal Well Robert Kleinberg Schlumberger Cambridge,

More information

A Study of Shale Wettability Using NMR Measurements

A Study of Shale Wettability Using NMR Measurements SCA2014-015 1/12 A Study of Shale Wettability Using NMR Measurements Boyang Zhang, Ahmed M. Gomaa, Hong Sun, Qi Qu and Jin-Hong Chen* Baker Hughes Inc. *Now at Aramco Research Center-Houston This paper

More information

A COMPARATIVE STUDY OF SHALE PORE STRUCTURE ANALYSIS

A COMPARATIVE STUDY OF SHALE PORE STRUCTURE ANALYSIS SCA2017-092 1 of 9 A COMPARATIVE STUDY OF SHALE PORE STRUCTURE ANALYSIS R. Cicha-Szot, P. Budak, G. Leśniak, P. Such, Instytut Nafty i Gazu - Państwowy Instytut Badawczy, Kraków, Poland This paper was

More information

FORTRAN programs for space-time modeling $

FORTRAN programs for space-time modeling $ Computers & Geosciences 28 (2002) 205 212 FORTRAN programs for space-time modeling $ L. De Cesare a,b, D.E. Myers c, D. Posa a,d, * a Facolt "a di Economia, Dipartimento di Scienze Economiche, e Matematico-Statistiche,

More information

Summary. Simple model for kerogen maturity (Carcione, 2000)

Summary. Simple model for kerogen maturity (Carcione, 2000) Malleswar Yenugu* and De-hua Han, University of Houston, USA Summary The conversion of kerogen to oil/gas will build up overpressure. Overpressure is caused by conversion of solid kerogen to fluid hydrocarbons

More information

Petroleum Geomechanics for Shale Gas

Petroleum Geomechanics for Shale Gas Petroleum Geomechanics for Shale Gas Prof. Lyesse LALOUI Chair Professor «Gaz Naturel» Ecole Polytechnique Fédérale de Lausanne, EPFL Acknowledgement: V. Favero, A. Ferrari, L. Chao Unconventional Gas

More information

PRODUCING PROBABILITY MAPS TO ASSESS RISK OF EXCEEDING CRITICAL THRESHOLD VALUE OF SOIL EC USING GEOSTATISTICAL APPROACH

PRODUCING PROBABILITY MAPS TO ASSESS RISK OF EXCEEDING CRITICAL THRESHOLD VALUE OF SOIL EC USING GEOSTATISTICAL APPROACH PRODUCING PROBABILITY MAPS TO ASSESS RISK OF EXCEEDING CRITICAL THRESHOLD VALUE OF SOIL EC USING GEOSTATISTICAL APPROACH SURESH TRIPATHI Geostatistical Society of India Assumptions and Geostatistical Variogram

More information

Seismic characterization of Montney shale formation using Passey s approach

Seismic characterization of Montney shale formation using Passey s approach Seismic characterization of Montney shale formation using Passey s approach Ritesh Kumar Sharma*, Satinder Chopra and Amit Kumar Ray Arcis Seismic Solutions, Calgary Summary Seismic characterization of

More information

7 Geostatistics. Figure 7.1 Focus of geostatistics

7 Geostatistics. Figure 7.1 Focus of geostatistics 7 Geostatistics 7.1 Introduction Geostatistics is the part of statistics that is concerned with geo-referenced data, i.e. data that are linked to spatial coordinates. To describe the spatial variation

More information

SCAL, Inc. Services & Capabilities

SCAL, Inc. Services & Capabilities SCAL, Inc. Services & Capabilities About Us 30 years of service 2019 marks the 30th year in operation for Midlandbased Special Core Analysis Laboratories, Inc. (SCAL, Inc.). We're proud to celebrate this

More information

MULTISCALE MODELING OF GAS TRANSPORT AND STORAGE IN SHALE RESOURCES

MULTISCALE MODELING OF GAS TRANSPORT AND STORAGE IN SHALE RESOURCES MULTISCALE MODELING OF GAS TRANSPORT AND STORAGE IN SHALE RESOURCES Ali Takbiri-Borujeni 12/02/2014 WHAT TO EXPECT An introduction to gas transport modeling techniques and their complexities at different

More information

Rock Physics of Organic Shale and Its Implication

Rock Physics of Organic Shale and Its Implication Rock Physics of Organic Shale and Its Implication Lev Vernik, Marathon Oil Corporation, Houston, USA lvernik@marathonoil.com Yulia Khadeeva, Marathon Oil Corporation, Houston, USA Cris Tuttle, Marathon

More information

Transiogram: A spatial relationship measure for categorical data

Transiogram: A spatial relationship measure for categorical data International Journal of Geographical Information Science Vol. 20, No. 6, July 2006, 693 699 Technical Note Transiogram: A spatial relationship measure for categorical data WEIDONG LI* Department of Geography,

More information

SPE Abstract. Introduction

SPE Abstract. Introduction SPE 144267 Palynofacies Analysis and Submicron Pore Modeling of Shale-Gas Plays Malek Elgmati, SPE; Mohamed Zobaa; Hao Zhang, SPE; Baojun Bai, SPE; and Francisca Oboh-Ikuenobe, Missouri University of Science

More information

Mixed Reservoir Wetting in Unconventional Reservoirs and Interpretation of Porosity/Resistivity Cross Plots, Derived From Triple-combo Log Data

Mixed Reservoir Wetting in Unconventional Reservoirs and Interpretation of Porosity/Resistivity Cross Plots, Derived From Triple-combo Log Data Mixed Reservoir Wetting in Unconventional Reservoirs and Interpretation of Porosity/Resistivity Cross Plots, Derived From Triple-combo Log Data Michael Holmes DWLS November 14, 2017 Outline Introduction

More information

Rock Physics of Shales and Source Rocks. Gary Mavko Professor of Geophysics Director, Stanford Rock Physics Project

Rock Physics of Shales and Source Rocks. Gary Mavko Professor of Geophysics Director, Stanford Rock Physics Project Rock Physics of Shales and Source Rocks Gary Mavko Professor of Geophysics Director, Stanford Rock Physics Project 1 First Question: What is Shale? Shale -- a rock composed of mud-sized particles, such

More information

Core Technology for Evaluating the Bakken

Core Technology for Evaluating the Bakken Core Technology for Evaluating the Bakken Fundamentals for Reservoir Quality Assessment and Completion Analysis John Kieschnick and Roberto Suarez-Rivera TerraTek 1 Topics Covered Core Technology Changes

More information

Hydrocarbon Geochemistry and Pore Characterization of Bakken Formation and Implication to Oil Migration and Oil Saturation*

Hydrocarbon Geochemistry and Pore Characterization of Bakken Formation and Implication to Oil Migration and Oil Saturation* Hydrocarbon Geochemistry and Pore Characterization of Bakken Formation and Implication to Oil Migration and Oil Saturation* Tongwei Zhang 1, Xun Sun 1, and Stephen C. Ruppel 1 Search and Discovery Article

More information

Workflows for Sweet Spots Identification in Shale Plays Using Seismic Inversion and Well Logs

Workflows for Sweet Spots Identification in Shale Plays Using Seismic Inversion and Well Logs Workflows for Sweet Spots Identification in Shale Plays Using Seismic Inversion and Well Logs Yexin Liu*, SoftMirrors Ltd., Calgary, Alberta, Canada yexinliu@softmirrors.com Summary Worldwide interest

More information

Multiscale Investigation of Fluid Transport in Gas Shales. Rob Heller and Mark Zoback

Multiscale Investigation of Fluid Transport in Gas Shales. Rob Heller and Mark Zoback Multiscale Investigation of Fluid Transport in Gas Shales Rob Heller and Mark Zoback Multiscale Fluid Flow Process Control Production July 5 July 6 Valko and Lee, 1 Production Rate July 4 Hypotheses: 3

More information

ARTICLE IN PRESS. Computers & Geosciences

ARTICLE IN PRESS. Computers & Geosciences Computers & Geosciences 36 (2010) 636 646 Contents lists available at ScienceDirect Computers & Geosciences journal homepage: www.elsevier.com/locate/cageo FORTRAN programs for space time multivariate

More information

Exploration / Appraisal of Shales. Petrophysics Technical Manager Unconventional Resources

Exploration / Appraisal of Shales. Petrophysics Technical Manager Unconventional Resources Exploration / Appraisal of Shales Rick Lewis Petrophysics Technical Manager Unconventional Resources Organic Shale Factors Controlling Gas Reservoir Quality Conventional sandstone Mineral framework Gas

More information

Characterizing porosity in the Horn River shale,

Characterizing porosity in the Horn River shale, Characterizing porosity in the Horn River shale, northeastern British Columbia Nicholas B. Harris 1 and Tian Dong 1 Abstract Models for controls on porosity and permeability are critical to building robust

More information

Geophysical and geomechanical rock property templates for source rocks Malleswar Yenugu, Ikon Science Americas, USA

Geophysical and geomechanical rock property templates for source rocks Malleswar Yenugu, Ikon Science Americas, USA Malleswar Yenugu, Ikon Science Americas, USA Summary Sweet spot identification for source rocks involve detection of organic rich, high porous facies combined with brittleness, which is prone for hydraulic

More information

Unconventional reservoir characterization using conventional tools

Unconventional reservoir characterization using conventional tools Ritesh K. Sharma* and Satinder Chopra Arcis Seismic Solutions, TGS, Calgary, Canada Summary Shale resources characterization has gained attention in the last decade or so, after the Mississippian Barnett

More information

SPE Copyright 2013, Society of Petroleum Engineers

SPE Copyright 2013, Society of Petroleum Engineers SPE 6365 Beyond Dual-Porosity Modeling for the Simulation of Complex Flow Mechanisms in Shale Reservoirs Bicheng Yan, SPE, Yuhe Wang, SPE, John E. Killough, SPE, Texas A&M University Copyright 3, Society

More information

Applied Geostatisitcs Analysis for Reservoir Characterization Based on the SGeMS (Stanford

Applied Geostatisitcs Analysis for Reservoir Characterization Based on the SGeMS (Stanford Open Journal of Yangtze Gas and Oil, 2017, 2, 45-66 http://www.scirp.org/journal/ojogas ISSN Online: 2473-1900 ISSN Print: 2473-1889 Applied Geostatisitcs Analysis for Reservoir Characterization Based

More information

GSLIB Geostatistical Software Library and User's Guide

GSLIB Geostatistical Software Library and User's Guide GSLIB Geostatistical Software Library and User's Guide Second Edition Clayton V. Deutsch Department of Petroleum Engineering Stanford University Andre G. Journel Department of Geological and Environmental

More information

Pore network characterization in carbonates based on Computer Tomography (CT) and Nuclear Magnetic Resonance (NMR).

Pore network characterization in carbonates based on Computer Tomography (CT) and Nuclear Magnetic Resonance (NMR). Pore network characterization in carbonates based on Computer Tomography (CT) and Nuclear Magnetic Resonance (NMR). J. Soete 1, A. Foubert², S. Claes 1, H. Claes 1, M. Özkul³, R. Swennen 1 1 Geology, Earth

More information

THE IMPACT OF HETEROGENEITY AND MULTI-SCALE MEASUREMENTS ON RESERVOIR CHARACTERIZATION AND STOOIP ESTIMATIONS

THE IMPACT OF HETEROGENEITY AND MULTI-SCALE MEASUREMENTS ON RESERVOIR CHARACTERIZATION AND STOOIP ESTIMATIONS SCA2011-49 1/6 THE IMPACT OF HETEROGENEITY AND MULTI-SCALE MEASUREMENTS ON RESERVOIR CHARACTERIZATION AND STOOIP ESTIMATIONS Moustafa Dernaika 1, Samy Serag 2 and M. Zubair Kalam 2 1 Ingrain Inc., Abu

More information

AS3D goniometer : a powerful tool for cored-based structural analysis. Core CT Scanning: 3D imaging for a deeper formation evaluation.

AS3D goniometer : a powerful tool for cored-based structural analysis. Core CT Scanning: 3D imaging for a deeper formation evaluation. AS3D goniometer : a powerful tool for cored-based structural analysis. Core CT Scanning: 3D imaging for a deeper formation evaluation. Presented by: Marco Azevedo & Mathilde Rousselle LPS, New Technology

More information

Shale Gas Plays Screening Criteria A Sweet Spot Evaluation Methodology

Shale Gas Plays Screening Criteria A Sweet Spot Evaluation Methodology Well Placement and Fracturing Optimization Research Team, TTU Shale Gas Plays Screening Criteria A Sweet Spot Evaluation Methodology Ahmed Alzahabi, PhD Candidate A. Algarhy, M. Soliman, R. Bateman, and

More information

Copyright. Haryanto Adiguna

Copyright. Haryanto Adiguna Copyright by Haryanto Adiguna 2012 The Thesis Committee for Haryanto Adiguna Certifies that this is the approved version of the following thesis: Comparative Study for the Interpretation of Mineral Concentrations,

More information

- logr separation method (the most widely used approach for estimating organic richness) - Clay Indicator-GR separation method

- logr separation method (the most widely used approach for estimating organic richness) - Clay Indicator-GR separation method Total Organic Carbon estimates from wireline logs - Part #2 by Andrew Green A decisive factor for any producible shale resource system is the quantity of total organic carbon (TOC) present, as it provides

More information

Reservoir Characterization for Shales: a Barnett Shale Case Study

Reservoir Characterization for Shales: a Barnett Shale Case Study GUSS14-24 Reservoir Characterization for Shales: a Barnett Shale Case Study JOHN PENDREL CGG GeoSoftware ALFONSO IUNIO MARINI Eni E&P This paper has been selected for presentation for the 2014 Gussow Geosciences

More information

QUANTITATIVE ANALYSIS OF SEISMIC RESPONSE TO TOTAL-ORGANIC-CONTENT AND THERMAL MATURITY IN SHALE GAS PLAYS

QUANTITATIVE ANALYSIS OF SEISMIC RESPONSE TO TOTAL-ORGANIC-CONTENT AND THERMAL MATURITY IN SHALE GAS PLAYS E: infoikonscience.com W: www.ikonscience.com QUANTITATIVE ANALYSIS OF SEISMIC RESPONSE TO TOTAL-ORGANIC-CONTENT AND THERMAL MATURITY IN SHALE GAS PLAYS Ebrahim Zadeh 12, Reza Rezaee 1, Michel Kemper 2

More information

BUTANE CONDENSATION IN KEROGEN PORES AND IN SMECTITE CLAY: NMR RELAXATION AND COMPARISON IN LAB STUDY

BUTANE CONDENSATION IN KEROGEN PORES AND IN SMECTITE CLAY: NMR RELAXATION AND COMPARISON IN LAB STUDY SCA212-46 1/6 BUTANE CONDENSATION IN KEROGEN PORES AND IN SMECTITE CLAY: NMR RELAXATION AND COMPARISON IN LAB STUDY Jilin Zhang, Jin-Hong Chen, Guodong Jin, Terrence Quinn and Elton Frost Baker Hughes

More information

IMAGE PROCESSING OF ACOUSTIC MICROSCOPY DATA TO ESTIMATE TEXTURAL SCALES AND ANISOTROPY IN SHALES

IMAGE PROCESSING OF ACOUSTIC MICROSCOPY DATA TO ESTIMATE TEXTURAL SCALES AND ANISOTROPY IN SHALES IMAGE PROCESSING OF ACOUSTIC MICROSCOPY DATA TO ESTIMATE TEXTURAL SCALES AND ANISOTROPY IN SHALES T. Mukerji 1 and M. Prasad 2 1 Stanford University and 2 Colorado School of Mines Abstract: Key words:

More information

GEOSTATISTICS. Dr. Spyros Fountas

GEOSTATISTICS. Dr. Spyros Fountas GEOSTATISTICS Dr. Spyros Fountas Northing (m) 140550 140450 140350 Trent field Disturbed area Andover 140250 Panholes 436950 437050 437150 437250 437350 Easting (m) Trent Field Westover Farm (Blackmore,

More information

Enhanced Formation Evaluation of Shales Using NMR Secular Relaxation*

Enhanced Formation Evaluation of Shales Using NMR Secular Relaxation* Enhanced Formation Evaluation of Shales Using NMR Secular Relaxation* Hugh Daigle 1, Andrew Johnson 1, Jameson P. Gips 1, and Mukul Sharma 1 Search and Discovery Article #41411 (2014)** Posted August 11,

More information

Shale Diagenesis and Permeability: Examples from the Barnett Shale and the Marcellus Formation*

Shale Diagenesis and Permeability: Examples from the Barnett Shale and the Marcellus Formation* Shale Diagenesis and Permeability: Examples from the Barnett Shale and the Marcellus Formation* Christopher M. Prince 1, Deborah D. Steele 2, Rafael Zelaya 3, and Charles A. Devier 1 Search and Discovery

More information

BENEFITS OF HIGH-RESOLUTION CORE LOGS INTEGRATION IN CHARACTERIZING GAS SHALES CORES

BENEFITS OF HIGH-RESOLUTION CORE LOGS INTEGRATION IN CHARACTERIZING GAS SHALES CORES SCA2013-076 1/6 BENEFITS OF HIGH-RESOLUTION CORE LOGS INTEGRATION IN CHARACTERIZING GAS SHALES CORES B.Lalanne, L.Martinez, F.Umbhauer, F.Gélin, TOTAL E&P This paper was prepared for presentation at the

More information

Analytic Tools for Quantitative Interpretation. Mrinal K.Sen

Analytic Tools for Quantitative Interpretation. Mrinal K.Sen Analytic Tools for Quantitative Interpretation Mrinal K.Sen Tools Modeling of fractures static, dynamic, numerical Modeling seismic wave propagation in anisotropic media Travel time an amplitude based

More information

Fred Mayer 1; Graham Cain 1; Carmen Dumitrescu 2; (1) Devon Canada; (2) Terra-IQ Ltd. Summary

Fred Mayer 1; Graham Cain 1; Carmen Dumitrescu 2; (1) Devon Canada; (2) Terra-IQ Ltd. Summary 2401377 Statistically Improved Resistivity and Density Estimation From Multicomponent Seismic Data: Case Study from the Lower Cretaceous McMurray Formation, Athabasca Oil Sands Fred Mayer 1; Graham Cain

More information

Geostatistical Determination of Production Uncertainty: Application to Firebag Project

Geostatistical Determination of Production Uncertainty: Application to Firebag Project Geostatistical Determination of Production Uncertainty: Application to Firebag Project Abstract C. V. Deutsch, University of Alberta (cdeutsch@civil.ualberta.ca) E. Dembicki and K.C. Yeung, Suncor Energy

More information

PORE CHARACTERISATION, RELATING MINI- PERMEABILITY AND CT-SCAN POROSITY OF CARBONATE CORES

PORE CHARACTERISATION, RELATING MINI- PERMEABILITY AND CT-SCAN POROSITY OF CARBONATE CORES SCA5-72 /7 PORE CHARACTERISATION, RELATING MINI- PERMEABILITY AND CT-SCAN POROSITY OF CARBONATE CORES M.T. Tweheyo, A.S. Lackner 2, G.K. Andersen 2, J.K. Ringen 3 and O. Torsaeter 2 Stavanger University,

More information

In situ permeability measurements inside compaction bands using X-ray CT and lattice Boltzmann calculations

In situ permeability measurements inside compaction bands using X-ray CT and lattice Boltzmann calculations Permeability measurements inside compaction bands In situ permeability measurements inside compaction bands using X-ray CT and lattice Boltzmann calculations N. Lenoir, J.E. Andrade, W.C. Sun, J.W. Rudnicki

More information

SCOOP Woodford. Regional Field Study

SCOOP Woodford. Regional Field Study SCOOP Woodford Regional Field Study OVERVIEW The Woodford shale is an organic rich siliceous shale formation of late Devonian and early Mississippian age deposited throughout most of the Anadarko basin

More information

RESEARCH PROPOSAL. Effects of scales and extracting methods on quantifying quality factor Q. Yi Shen

RESEARCH PROPOSAL. Effects of scales and extracting methods on quantifying quality factor Q. Yi Shen RESEARCH PROPOSAL Effects of scales and extracting methods on quantifying quality factor Q Yi Shen 2:30 P.M., Wednesday, November 28th, 2012 Shen 2 Ph.D. Proposal ABSTRACT The attenuation values obtained

More information

Geostatistics for Seismic Data Integration in Earth Models

Geostatistics for Seismic Data Integration in Earth Models 2003 Distinguished Instructor Short Course Distinguished Instructor Series, No. 6 sponsored by the Society of Exploration Geophysicists European Association of Geoscientists & Engineers SUB Gottingen 7

More information

Geophysical and geomechanical rock property templates for source rocks Malleswar Yenugu, Ikon Science Americas, USA

Geophysical and geomechanical rock property templates for source rocks Malleswar Yenugu, Ikon Science Americas, USA Geophysical and geomechanical rock property templates for source rocks Malleswar Yenugu, Ikon Science Americas, USA Summary Sweet spot identification for source rocks involve detection of organic rich,

More information

Petrophysics. Theory and Practice of Measuring. Properties. Reservoir Rock and Fluid Transport. Fourth Edition. Djebbar Tiab. Donaldson. Erie C.

Petrophysics. Theory and Practice of Measuring. Properties. Reservoir Rock and Fluid Transport. Fourth Edition. Djebbar Tiab. Donaldson. Erie C. Petrophysics Theory and Practice of Measuring Reservoir Rock and Fluid Transport Properties Fourth Edition Djebbar Tiab Erie C. Donaldson ELSEVIER AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS

More information

Traps for the Unwary Subsurface Geoscientist

Traps for the Unwary Subsurface Geoscientist Traps for the Unwary Subsurface Geoscientist ashley.francis@sorviodvnvm.co.uk http://www.sorviodvnvm.co.uk Presented at SEG Development & Production Forum, 24-29 th June 2001, Taos, New Mexico, USA 24-29

More information

ISSN Online: X ISSN Print: Shale Gas Potential in Pakistan: By comparison of Sembar formation and Barnett Shale Texas

ISSN Online: X ISSN Print: Shale Gas Potential in Pakistan: By comparison of Sembar formation and Barnett Shale Texas Journal of Electrical Power & Energy Systems, 2018, 2(9), 19-25 http://www.hillpublisher.com/journals/jepes/ ISSN Online: 2576-053X ISSN Print: 2576-0521 Shale Gas Potential in Pakistan: By comparison

More information

OGIP Evaluation of Shale Gas and CBM with Basin Modeling and Gas Isotopes Interpretation*

OGIP Evaluation of Shale Gas and CBM with Basin Modeling and Gas Isotopes Interpretation* OGIP Evaluation of Shale Gas and CBM with Basin Modeling and Gas Isotopes Interpretation* Daniel Xia 1,2 and Yongchun Tang 1 Search and Discovery Article #40842 (2011) Posted November 30, 2011 *Adapted

More information

The Mudrock Systems Research Laboratory MSRL

The Mudrock Systems Research Laboratory MSRL The Mudrock Systems Research Laboratory MSRL A Multi-disciplinary Industrial Consortium Stephen C. Ruppel Principal Investigator Bureau of Economic Geology The Jackson School of Geosciences The University

More information

Characterization of Pore Structure Based on Nondestructive Testing Technology

Characterization of Pore Structure Based on Nondestructive Testing Technology IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 10 (October. 2015), V2 PP 20-24 www.iosrjen.org Characterization of Pore Structure Based on Nondestructive

More information

KYLE T. SPIKES Research Group

KYLE T. SPIKES Research Group KYLE T. SPIKES Research Group 1 WELCOME TO THE MEETING Welcome everyone! Currently we have 8 PhD and 3 MS students in total Presentations today cover a variety of topics in various stages of development

More information

Computational Challenges in Reservoir Modeling. Sanjay Srinivasan The Pennsylvania State University

Computational Challenges in Reservoir Modeling. Sanjay Srinivasan The Pennsylvania State University Computational Challenges in Reservoir Modeling Sanjay Srinivasan The Pennsylvania State University Well Data 3D view of well paths Inspired by an offshore development 4 platforms 2 vertical wells 2 deviated

More information

Characterization of Heterogeneities in Carbonates Ravi Sharma* and Manika Prasad, Colorado School of Mines

Characterization of Heterogeneities in Carbonates Ravi Sharma* and Manika Prasad, Colorado School of Mines Characterization of Heterogeneities in Carbonates Ravi Sharma* and Manika Prasad, Colorado School of Mines Summary Heterogeneity in carbonate rock is the principal reason for its improper characterization

More information

Introduction to Formation Evaluation Abiodun Matthew Amao

Introduction to Formation Evaluation Abiodun Matthew Amao Introduction to Formation Evaluation By Abiodun Matthew Amao Monday, September 09, 2013 Well Logging PGE 492 1 Lecture Outline What is formation evaluation? Why do we evaluate formation? What do we evaluate?

More information

Flow Units in Conventional and Unconventional Petroleum Reservoirs

Flow Units in Conventional and Unconventional Petroleum Reservoirs Flow Units in Conventional and Unconventional Petroleum Reservoirs Roberto Aguilera, Schulich School of Engineering, University of Calgary (Based mostly on SPE 165360-PA and SPE 178619-PA) Presented at

More information

Experiments of water's effect on mechanical properties of shale rocks

Experiments of water's effect on mechanical properties of shale rocks Engineering Conferences International ECI Digital Archives Sixth International Conference on Porous Media and Its Applications in Science, Engineering and Industry Proceedings 7-5-2016 Experiments of water's

More information

Reservoir characterization

Reservoir characterization 1/15 Reservoir characterization This paper gives an overview of the activities in geostatistics for the Petroleum industry in the domain of reservoir characterization. This description has been simplified

More information

CORRELATION OF COMPOSITIONAL PHASES AND WETTABILITY-BASED FLUID-TRACERS IN FINE- GRAINED RESERVOIRS

CORRELATION OF COMPOSITIONAL PHASES AND WETTABILITY-BASED FLUID-TRACERS IN FINE- GRAINED RESERVOIRS SCA2015-057 1/6 CORRELATION OF COMPOSITIONAL PHASES AND WETTABILITY-BASED FLUID-TRACERS IN FINE- GRAINED RESERVOIRS Qinhong Hu 1 ; Jamil J. Clarke 2 ; Rod Baird 2 ; Chad Ostrander 2 ; Zhiye Gao 3 ; Yuxiang

More information

Burket/Geneseo Shale Appalachia s little brother to the Marcellus & Utica

Burket/Geneseo Shale Appalachia s little brother to the Marcellus & Utica Burket/Geneseo Shale Appalachia s little brother to the Marcellus & Utica Gregory Wrightstone Presented at: WrightstoneEnergy.com October 8, 2015 Pittsburgh Association of Petroleum Geologists Pittsburgh,

More information

MAPPING FRACTURE APERTURES USING MICRO COMPUTED TOMOGRAPHY

MAPPING FRACTURE APERTURES USING MICRO COMPUTED TOMOGRAPHY MAPPING FRACTURE APERTURES USING MICRO COMPUTED TOMOGRAPHY Z. Karpyn, A. Alajmi, C. Parada, A. S. Grader, P.M. Halleck, and O. Karacan. The Pennsylvania State University ABSTRACT Multi-phase flow in fractures

More information

Content. Conventional and Continuous Resources Concepts and Examples. Threshold geological parameters for source-rock resource potential

Content. Conventional and Continuous Resources Concepts and Examples. Threshold geological parameters for source-rock resource potential Content Conventional and Continuous Resources Concepts and Examples Threshold geological parameters for source-rock resource potential Heterogeneity of source-rock systems USGS oil and gas assessments

More information

Analysis of Pore Structure of Longmaxi Shale Using the Mercury Intrusion Porosimetry Technique

Analysis of Pore Structure of Longmaxi Shale Using the Mercury Intrusion Porosimetry Technique SCA2014-075 1/6 Analysis of Pore Structure of Longmaxi Shale Using the Mercury Intrusion Porosimetry Technique Botao Lin 1*, Zheng Jiang 2, Yao Chen 1, Mian Chen 1, Yan Jin 1, Bing Hou 1 1 State Key Lab

More information

Recap and Integrated Rock Mechanics and Natural Fracture Study on the Bakken Formation, Williston Basin Abstract Figure 1:

Recap and Integrated Rock Mechanics and Natural Fracture Study on the Bakken Formation, Williston Basin Abstract Figure 1: Recap and Integrated Rock Mechanics and Natural Fracture Study on the Bakken Formation, Williston Basin Cosima Theloy, Department of Geology & Geological Engineering Abstract The late Devonian to early

More information