This invention relates generally to the field of geophysical prospecting, including reservoir delineation. More particularly, the invention is a method for determining locally optimal connected paths that characterize connectivity architecture of multiple objects in two-dimensional and three-dimensional data. This method could be applied to data models that describe subsurface geology or subsurface hydrocarbon reservoirs. Typical geologic data volumes include seismic and seismic derived data volume, geologic model data volume, and reservoir simulation model data volume.
In one general aspect, a method for assessing connectivity between two or more objects in a hydrocarbon reservoir in order to manage development of the reservoir includes (a) specifying a data volume of data elements on a discrete two or three-dimensional grid, said data representing a selected characteristic of the hydrocarbon reservoir at each cell in the grid; (b) specifying location of at least two objects in the data volume; (c) determining all Voronoi curves (2-D) or surfaces (3-D) in the data volume for the at least two objects as propagation seeds, said Voronoi curves or surfaces defining where fronts started simultaneously from each object meet, wherein front propagation speed at each cell location is a function of the data element at that cell; (d) locating all saddle points on the Voronoi curves/surfaces; (e) for each saddle point, finding a locally optimal path between two objects nearest to the saddle point by finding optimal paths between the saddle point and the two objects; and (f) assessing connectivity of the at least two objects based on the locally optimal paths connecting them.
Implementations of this aspect may include one or more of the following features. For example, the data volume may be a seismic attribute data volume. The data volume may be heterogeneous, meaning the data elements in all cells do not have the same value. The objects may consist of existing or proposed production or injection wells. The Voronoi curve/surface may be determined using a front propagation speed function based on the seismic attribute. The Voronoi curve/surface may be determined from a distance field representing front propagation distance from each of a corresponding pair of nearest objects. The fronts may be propagated to generate the distance field by solving an Eikonal equation using the front propagation speed function. The Eikonal equation may be solved by a fast marching method. The Voronoi curve/surface may be determined by detecting top of ridges of the distance field. Each saddle point may be distinguished from neighboring points on the Voronoi curve/surface by having locally minimum front arrival times. The locally optimal path may be found by tracing backward through the distance field from the saddle point to each of the two nearest objects. The reservoir's connectivity architecture may be inferred from the locally optimal paths. The Voronoi curves/surfaces may be determined by assigning a unique label to each seed object, then labeling cells in the grid to track progress of the propagating fronts. The reservoir's connectivity architecture may be used to manage development of the reservoir. The selected characteristic of the hydrocarbon reservoir may be porosity or transmissibility. The reservoir may be developed to produce hydrocarbons based at least in part on the connectivity assessment. Hydrocarbons may then be produced from the reservoir.
In another general aspect, a method for producing hydrocarbons from a subsurface reservoir includes (a) obtaining an assessment of connectivity of different parts of the reservoir, said connectivity assessment having been made by steps comprising: (i) specifying a data volume of data elements on a discrete two or three-dimensional grid, said data representing a selected characteristic of the subsurface hydrocarbon reservoir at each cell in the grid; (ii) specifying location of at least two objects in the data volume; (iii) determining all Voronoi curves (2-D) or surfaces (3-D) in the data volume for the at least two objects as propagation seeds, said Voronoi curves or surfaces defining where fronts started simultaneously from each object meet, wherein front propagation speed at each cell location is a function of the data element at that cell; (iv) locating all saddle points on the Voronoi curves/surfaces; (v) for each saddle point, finding a locally optimal path between two objects nearest to the saddle point by finding optimal paths between the saddle point and the two objects; and (vi) assessing connectivity of the at least two objects based on the locally optimal paths connecting them; (b) relating each of the at least two objects to different parts of the reservoir; and (c) developing the reservoir to produce hydrocarbons based at least in part on the connectivity assessment.
In some embodiments of the invention, fronts are propagated using a fast marching method. In some embodiments of the invention, the objects are wells in a hydrocarbon reservoir, the selected characteristic of the hydrocarbon reservoir is porosity or transmissibility or a seismic attribute, the data volume is heterogeneous, and reservoir connectivity is assessed by determining all locally optimal paths between the two or more objects.
The present invention and its advantages will be better understood by referring to the following detailed description and the attached drawings in which:
The invention will be described in connection with its preferred embodiments.
However, to the extent that the following detailed description is specific to a particular embodiment or a particular use of the invention, this is intended to be illustrative only, and is not to be construed as limiting the scope of the invention. On the contrary, it is intended to cover all alternatives, modifications and equivalents that may be included within the spirit and scope of the invention, as defined by the appended claims.
In one embodiment of the present invention, a fast-marching method is used to compute the distance field (or the time of arrival field) from N objects in a heterogeneous media. This is done by propagating N labeled fronts simultaneously from N objects. Then, a method is disclosed for detecting Voronoi points or Voronoi surfaces, where fronts of differing labels meet each other. Then, a method is disclosed for determining saddle points among detected Voronoi points. Each saddle point is then used to determine one or more locally optimal paths between a pair of equidistant (from the saddle point), closest (to the saddle point) objects.
Understanding reservoir connectivity is critical to the management of an oil or gas asset from exploration to abandonment. Connectivity assessment can greatly affect decisions made in all phases of asset's life cycle from optimally determining initial well locations to improving reservoir management decisions later in the field's life. Specifically, this invention presents an efficient method of determining connectivity architecture of multiple objects in a heterogeneous geologic data volume, which describe porous geobodies such as sand deposits capable of being hydrocarbon reservoirs, scattered throughout a nonporous medium like shale. The objects may include, but are not limited to, injection wells, production wells, and gas and water contacts or any other data points in hydrocarbon reservoirs. In the present invention, the basic components of connectivity architecture are the locally optimal paths between a pair of objects. For connectivity architecture of multiple objects, a method is provided for identifying pairs of objects that form Voronoi edges in two dimension or Voronoi surfaces in three dimensions. Then, a method is provided for determining locally optimal paths that connect these identified pairs of objects.
A path is locally optimal if any neighboring path that deviates from this path has a larger distance. The limitation to paths within a specified neighborhood differentiates the definition of a locally optimal path from that of the globally optimal path. Here, the distance of a path is measured by the travel time of a path. When speed at each location is the same (i.e. a homogeneous medium), there is only one locally optimal path (i.e, path of shortest distance) between two points or two objects. However, when speed is a function of location (i.e. a heterogeneous medium), there can be more than one locally optimal path.
The problem of determining an optimal path between two objects in a heterogeneous medium, where speed of propagation is a function of a location, can be solved by many different approaches. One efficient method is that of using a fast marching method suggested by J. A. Sethian in Level set methods and fast marching methods, Cambridge University Press, 284-286 (1996). A more difficult problem is that of determining all locally optimal paths between two objects in a heterogeneous media. The present inventors (PCT Patent Application Publication No. WO 2006/127151) disclose a method for determining N best paths and their quality between two objects. However, these N best paths are not guaranteed to be locally optimal in their path quality. The present invention describes a method for determining all locally optimal paths between two objects as well as among multiple objects.
A few publications discuss the use of Voronoi diagram for a medium in which the distance metric changes at cell locations, i.e. for a heterogeneous medium. Nishida and Sugihara (“FEM-like fast marching method for the computation of the boat-sail distance and the associated Voronoi diagram,” paper available for download at http://citeseer.ist.psu.edu/647402.html) use a modified fast-marching method, called a FEM-like fast marching method, to compute Boat-Sail distance and associated Voronoi diagram, in which the boat sail distance with a constant boat speed is affected by an arbitrary continuous flow field. In the description of their method, their technique is designed to find a closest harbor (or a closest point) from a current boat position and the optimal path to that harbor among N possible harbors. They did not describe any method for finding locally optimal paths among multiple objects where boat speed changes at cell level (heterogeneous media).
Sethian briefly mentions (p. 268) that, for a Euclidian distance metric, Voronoi diagrams can be constructed by using a fast-marching method. Kimmel and Sethian (“Fast voronoi diagrams and offsets on triangulated surfaces,” Proceedings, AFA Conference on Curves and Surfaces, Saint-Malo, France (July, 1999)) also present a fast marching based method for computing Voronoi diagrams on triangulated manifolds, again with Euclidian metric. But neither reference discusses locally optimal paths in heterogeneous media.
David Frankel addresses the subject of reservoir connectivity and geologic models in “Characterizing Connectivity in Reservoir Models Using Paths of Least Resistance, international patent publication number WO 2005/033739 A2,” which uses “shortest path” algorithm, or “Dijktra's method,” to determine an optimal path. This method is restricted to determining an optimal path between two objects. Moreover, an optimal path thus obtained appears to be less accurate than an optimal path obtainable by using a method such as that disclosed in the previously referenced Patent Publication No. WO 2006/127151 or the method suggested by Sethian in his book. This is because Dijktra's method solves a discrete network problem while a method such as Sethian's tries to approximate a continuous solution to the problem, thereby avoiding the grid effect of Dijktra's method, i.e. Dijktra's solution is affected by the orientation of the grids. In addition, Frankel does not disclose any method for determining locally optimal paths that describe connectivity architecture among multiple objects.
There is thus a need for a method for determining connectivity architecture of multiple objects in structured or unstructured three dimensional grid volumes of heterogeneous attributes, which corresponds to finding alternative flow paths among multiple wells or between geologic objects in a hydrocarbon reservoir with heterogeneous attributes or heterogeneous permeability. The present invention satisfies this need.
Distance Field Computation with Fast Marching Method
The present invention takes an approach of measuring the connected quality or the distance between two objects in a geologic model as the time needed to propagate a front from one object to the other. Here, the speed of the propagation of the front is proportional to the attributes of the cells in a geologic data volume. The basic computational module is a numerical method that computes propagating interface from an initial interface expanding outward, where the speed or the transmissibility is always positive.
The equation describing the front propagation is:
|ΔT|F=1 (1)
T(x, y)=0 on Γ(t=0), (1a)
where Γ(t=0) is the initial location of the interface at time t=0,
Front=Γ(t)={(x, y)|T(x, y)=t},
In heterogeneous media, where the distance metric at each cell or the speed of propagation at each cell changes, each segment of the Voronoi diagram is no longer a linear line; instead, it becomes a curve. A method will now be described for determining Voronoi points or critical points that forms Voronoi non-linear surface in 3 dimensions or Voronoi curves in two dimensions This is done by propagating N labeled fronts from N seed points and detecting Voronoi points or Voronoi cells. In this document, this procedure will be called a labeled fast marching method.
In a normal fast marching method, all cells belong to one of the three categories: Known, Trial, and Far.
max((ti,j−ti−1,j),(ti,j−ti+1,j)0)2+max((ti,j−ti,j−1),(ti,j−ti,j+1),0)2=(1/fi,j)2 (2)
where ti,j is T(xi,yj) and fi,j is the speed F at (xi,yj).
There is more than one known method of solving the equation (2) for ti,j given ti−1,j, ti+1,j, ti,j+1, ti,j−1, and fi,j. In the present invention, a preferred method is the following. With reference to cell indices in a two-dimensional grid as shown in
(i) Let ti be min(ti−1,j,ti+1,j).
(ii) Let tj be min(ti,j−1, ti,j+1).
(iii) If ti+(1/fi,j) is less than tj, then ti,j=ti+(1/fi,j).
(iv) Otherwise, ti,j=(ti+tj+√{square root over (2(1/fi,j)2−(ti−tj))}{square root over (2(1/fi,j)2−(ti−tj))}2)/2
In a labeled fast marching method of one embodiment of this invention, the process begins with two or more seeds or sources from which simultaneous fast marching starts.
The method of propagating labels along with time of arrival computation is not essential to the present inventive method. It is one way of tracking the simultaneous propagation of fronts from multiple sources in an inhomogeneous medium, and identifying where the fronts meet. If labels are used, schemes other than the one suggested above may be devised.
An example two-dimensional space in
Methods for Determining Critical Saddle Points
A saddle point of a distance field can be detected as a point where multiplication of two principal curvatures is negative or Gaussian curvature is negative. Since this calculus based method tends to be sensitive to numerical inaccuracies, the following saddle point detection method is preferred in this invention. As discussed in the previous section, critical points are detected (step 135 in the flow chart of
Locally Optimal Paths among Objects
A locally optimal path between two objects (or seed points), S1 and S2, is defined as a path that is shorter than any other path in its spatial vicinity. Since a critical saddle point has the smallest arrival time among critical points in its vicinity, a combination of an optimal path between a critical point C and S1 and an optimal path connecting the critical saddle point C and S2 becomes a locally optimal path connecting S1 and S2. Determining locally optimal paths in this manner is step 136 of
An optimal path from a critical saddle point to a seed point (or an object), for example seed point S1, is found by tracing backward following the propagation time (or the distance field) of the front that propagated from seed point S1. This may be done by solving an ordinary differential equation as suggested at pages 284-286 in the previously cited book by Sethian. The other part of the locally optimal path is found the same way using the propagation time associated with the other seed. The combined path is a locally optimal path between the two seeds (or objects).
Voronoi Curves and Surfaces and Zone of Influence
As stated above,
Application to Determining Connectivity Architecture of Seismic Data Volume
The methods described so far were developed to determine connectivity architecture of multiple objects in a three dimensional data volume. The objects include, but are not limited to, existing or proposed injection and/or production wells in addition to any geologically definable objects such as gas-water contact surfaces. However, it has been found that the same method can be used to determine the structural skeleton of two-dimensional and three-dimensional data volumes of seismic attributes where no object is predetermined. A good example of a seismic attribute volume is an impedance volume, which is derived from the original seismic amplitude data volume. (This is acoustic impedance, or the product of density and velocity.) The oil industry uses a variety of such “derived” seismic volumes, which are generally called seismic attribute volumes. A certain attribute volume may fairly well represent porosity or transmissibility or other characteristics of a hydrocarbon reservoir. In this case, one would like to have some skeletal representation of a reservoir that could provide visual and deeper insights into the connectivity architecture of a reservoir, especially for a visualization of a three-dimensional reservoir architecture in a seismic attribute volume.
Given a seismic attribute volume, initial seed points are determined by detecting locally maximum (or minimum) attributes in a seismic attribute volume, where a high (low) attribute value is desired to constitute the skeleton.
For illustrative purposes, the invention has been described using examples of determining connectivity architecture of relatively small number of objects or seed points in a two-dimensional space. However, the complexity of the problem and the value of this invention increase rapidly as the number of objects and degree of heterogeneity increases. A good application would be the problem of investigating connectivity architecture of 100 wells in a three-dimensional geologic model.
The present inventive method is considered to be an alternative or competing method to the method of analyzing reservoir connectivity described in the previously referenced WO 2006/127151. At least some of the steps in the present invention would typically be performed on a computer, i.e., the invention is computer-implemented in preferred embodiments. The connectivity information as well as Voronoi curves and surfaces may be outputted or stored in computer memory or other data storage devices as a final, real-world, concrete, tangible step.
The foregoing application is directed to particular embodiments of the present invention for the purpose of illustrating it. It will be apparent, however, to one skilled in the art, that many modifications and variations to the embodiments described herein are possible. All such modifications and variations are intended to be within the scope of the present invention, as defined in the appended claims.
This application is the National Stage entry under 35 U.S.C. 371 of PCT/US2008/083431 that published as W02009/079123 and was filed on 13 Nov. 2008, which claims the benefit of U.S. Provisional Patent Application 61/008,048 filed 18 Dec. 2007 entitled, Determining Connectivity Architecture In 2-D and 3-D Heterogeneous Data, each of which is incorporated by reference, in its entirety, for all purposes.
Filing Document | Filing Date | Country | Kind | 371c Date |
---|---|---|---|---|
PCT/US2008/083431 | 11/13/2008 | WO | 00 | 3/23/2010 |
Publishing Document | Publishing Date | Country | Kind |
---|---|---|---|
WO2009/079123 | 6/25/2009 | WO | A |
Number | Name | Date | Kind |
---|---|---|---|
4809240 | Mufti | Feb 1989 | A |
4972383 | Lailly | Nov 1990 | A |
5018112 | Pinkerton et al. | May 1991 | A |
5040414 | Graebner | Aug 1991 | A |
5159833 | Graebner et al. | Nov 1992 | A |
5388445 | Walters et al. | Feb 1995 | A |
5586082 | Anderson et al. | Dec 1996 | A |
5757663 | Lo et al. | May 1998 | A |
5798982 | He et al. | Aug 1998 | A |
5835882 | Vienot et al. | Nov 1998 | A |
6012018 | Hornbuckle | Jan 2000 | A |
6052650 | Assa et al. | Apr 2000 | A |
6128577 | Assa et al. | Oct 2000 | A |
6246963 | Cross et al. | Jun 2001 | B1 |
6307964 | Lin et al. | Oct 2001 | B1 |
6393906 | Vityk et al. | May 2002 | B1 |
6401042 | Van Riel et al. | Jun 2002 | B1 |
6514915 | Beyer et al. | Feb 2003 | B1 |
6549879 | Cullick et al. | Apr 2003 | B1 |
6618678 | Van Riel | Sep 2003 | B1 |
6661000 | Smith et al. | Dec 2003 | B2 |
6674689 | Dunn et al. | Jan 2004 | B2 |
6690820 | Lees et al. | Feb 2004 | B2 |
6754588 | Cross et al. | Jun 2004 | B2 |
6810332 | Harrison | Oct 2004 | B2 |
6823266 | Czernuszenko et al. | Nov 2004 | B2 |
6826483 | Anderson et al. | Nov 2004 | B1 |
6912467 | Schuette | Jun 2005 | B2 |
6950751 | Knobloch | Sep 2005 | B2 |
6985841 | Barroux | Jan 2006 | B2 |
6987878 | Lees et al. | Jan 2006 | B2 |
7013218 | Baker et al. | Mar 2006 | B2 |
7024021 | Dunn et al. | Apr 2006 | B2 |
7092824 | Favret et al. | Aug 2006 | B2 |
7113869 | Xue | Sep 2006 | B2 |
7124030 | Ellis | Oct 2006 | B2 |
7174254 | Ellis | Feb 2007 | B2 |
7210342 | Sterner et al. | May 2007 | B1 |
7249009 | Ferworn et al. | Jul 2007 | B2 |
7297661 | Beyer et al. | Nov 2007 | B2 |
7337660 | Ibrahim et al. | Mar 2008 | B2 |
7344889 | Kelemen et al. | Mar 2008 | B2 |
7387021 | DiFoggio | Jun 2008 | B2 |
7395691 | Sterner et al. | Jul 2008 | B2 |
7520158 | DiFoggio | Apr 2009 | B2 |
7526418 | Pita et al. | Apr 2009 | B2 |
7529626 | Ellis | May 2009 | B1 |
7739089 | Gurpinar | Jun 2010 | B2 |
20020013687 | Ortoleva | Jan 2002 | A1 |
20020038201 | Balaven et al. | Mar 2002 | A1 |
20020049575 | Jalali et al. | Apr 2002 | A1 |
20020067373 | Roe et al. | Jun 2002 | A1 |
20020097912 | Kimmel et al. | Jul 2002 | A1 |
20020099504 | Cross et al. | Jul 2002 | A1 |
20020120429 | Ortoleva | Aug 2002 | A1 |
20030200030 | Meldahl | Oct 2003 | A1 |
20040020642 | Vinegar et al. | Feb 2004 | A1 |
20040148147 | Martin | Jul 2004 | A1 |
20040210547 | Wentland et al. | Oct 2004 | A1 |
20040220790 | Cullick et al. | Nov 2004 | A1 |
20040254734 | Zabalza-Mezghani et al. | Dec 2004 | A1 |
20050021234 | Han | Jan 2005 | A1 |
20050096893 | Feraille et al. | May 2005 | A1 |
20050149307 | Gurpinar et al. | Jul 2005 | A1 |
20050171700 | Dean | Aug 2005 | A1 |
20050199391 | Cudmore et al. | Sep 2005 | A1 |
20050209866 | Veeningen et al. | Sep 2005 | A1 |
20050209912 | Veeningen et al. | Sep 2005 | A1 |
20050213809 | Lees et al. | Sep 2005 | A1 |
20050234690 | Mainguy et al. | Oct 2005 | A1 |
20050256647 | Ellis | Nov 2005 | A1 |
20060014647 | Beyer et al. | Jan 2006 | A1 |
20060041409 | Strebelle et al. | Feb 2006 | A1 |
20060047489 | Scheidt et al. | Mar 2006 | A1 |
20060052938 | Thorne et al. | Mar 2006 | A1 |
20060092766 | Shelley et al. | May 2006 | A1 |
20060235666 | Assa et al. | Oct 2006 | A1 |
20060235667 | Fung et al. | Oct 2006 | A1 |
20060235668 | Swanson et al. | Oct 2006 | A1 |
20060241867 | Kuchuk et al. | Oct 2006 | A1 |
20060265204 | Wallis et al. | Nov 2006 | A1 |
20060277012 | Ricard et al. | Dec 2006 | A1 |
20060277013 | Bennis et al. | Dec 2006 | A1 |
20060282243 | Childs et al. | Dec 2006 | A1 |
20060287201 | Georgi et al. | Dec 2006 | A1 |
20060293872 | Zamora et al. | Dec 2006 | A1 |
20070005253 | Fornel et al. | Jan 2007 | A1 |
20070011646 | Chrisochoides et al. | Jan 2007 | A1 |
20070013690 | Grimaud et al. | Jan 2007 | A1 |
20070016389 | Ozgen | Jan 2007 | A1 |
20070027666 | Frankel | Feb 2007 | A1 |
20070143024 | Michel et al. | Jun 2007 | A1 |
20070156377 | Gurpinar et al. | Jul 2007 | A1 |
20070219724 | Li et al. | Sep 2007 | A1 |
20070219725 | Sun et al. | Sep 2007 | A1 |
20070242564 | Devi | Oct 2007 | A1 |
20070265778 | Suter et al. | Nov 2007 | A1 |
20080040086 | Betancourt et al. | Feb 2008 | A1 |
20080059140 | Salmon et al. | Mar 2008 | A1 |
20080097735 | Ibrahim et al. | Apr 2008 | A1 |
20080099241 | Ibrahim et al. | May 2008 | A1 |
20080147326 | Ellis | Jun 2008 | A1 |
20080173804 | Indo et al. | Jul 2008 | A1 |
20090071239 | Rojas et al. | Mar 2009 | A1 |
20100155078 | Walters et al. | Jun 2010 | A1 |
Number | Date | Country |
---|---|---|
2145508 | Mar 1985 | GB |
WO 2005033739 | Apr 2005 | WO |
WO 2006127151 | Nov 2006 | WO |
WO 2007007210 | Jan 2007 | WO |
WO 2007063442 | Jun 2007 | WO |
WO 2007106244 | Sep 2007 | WO |
WO 2008100614 | Aug 2008 | WO |
WO 2009079123 | Jun 2009 | WO |
WO 2009082563 | Jul 2009 | WO |
WO 2009094064 | Jul 2009 | WO |
WO 2009114211 | Sep 2009 | WO |
WO 2010008647 | Jan 2010 | WO |
Entry |
---|
Cohen, L.D., and Deschamps, T., Grouping Connected Components Using Minimal Path Techniques. Application to Reconstruction of Vessels in 2D and 3D Images, 2001, Proceedings of the 2001 IEEE Computer Society; Conference on Computer Vision and Pattern Recognition, vol. 2, pp. 102-109. |
Dijktra's method, A Note on Two Problems in Connection With Graphs, Numerische Mathematic , 1959, vol. 1, pp. 269-271. |
Kimmel, R., and Sethian, J.A., Fast Voronoi Diagram and Offsets on Triangulated Surfaces, Jul. 1999, AFA Conference on Curves and Surfaces, Saint-Malo, France, pp. 193-202. |
Pathak, P., et al., Rock Structure and Transport Therein: Unifying With Voroni Models and Percolation Concepts, 1980, Society of Petroleum Engineers, pp. 381-395. |
Rawlinson, N. and Sambridge, M., Wave Front Evolution in Strongly Heterogeneous Layered Media Using Fast Marching Method, 2004, Geophysical Journal International, vol. 156, No. 3, pp. 631-647. |
Sethian, J.A., Optimality and First Arrivals, Level Set Methods and Fast Marching Methods, 1996, Cambridge University Press, pp. 284-286. |
Ainsworth, R.B., (2005) “Sequence Stratigraphic-Based Analysis of Depositional Architecture—A Case Study From a Marginal Marine Depositional Setting,” Petro. Geoscience, v. 11, pp. 257-276. |
Allen, J.R.L., (1978), “Studies in Fluviatile Sedimentation; An Exploratory Quantitative Model for the Architecture of Avulsion-Controlled Alluvial Sites,” Sedimentary Geology, v. 21(2), pp. 129-147. |
Barton, M., et al., (2004), “Understanding Hydrocarbon Recovery in Deepwater Reservoirs; Modeling Outcrop Data in the Third Dimension,” AAPG, v. 13, pp. 11. |
Dijkstra, E.W. (1959), “A Note on Two Problem in Connection with Graphs”, Numerische Mathematic 1, pp. 269-271. |
Elshahawi, H., et al., (2000) “Correcting for Wettability and Capillary Pressure Effects on Formation Tester,” SPE 63075. |
Firoozabadi, A., et al. (1998), “Surface Tension of Water-Hydrocarbon Systems at Reservoir Conditions,” J. of Canadian Petro. Tech., Reservoir Engineering, v. 41, 8 pgs. |
Fowler, J. et al. (2000), “Simultaneous Inversion of the Ladybug prospect and derivation of a lithotype volume”, 2000 SEG Expanded Abstracts, 3 pgs. |
Gainski, M. et al., (2008) “The Schiehallion Field: Detection of Reservoir Compartmentalisation and Identification of New Infill Targets Using 4D Seismic Surveys and Dynamic Production Data, Reservoir Compartmentalization”, [Online], pp. 32. Retrieved from the Internet: URL:http//www.geolsoc.org.uk/webdav/site/GSL/shared/pdfs/events/abstracts/Reservoir AbstractBook.pdf. |
James, W.R. et al. (2004), “Fault-Seal Analysis Using a Stochastic Multi-Fault Approach,” AAPG Bulletin, v. 88(7), pp. 885-904. |
Justwan, H.K., et al. (2008), “Unraveling Dynamic Fluid Connectivity Through Time-Lapse Geochemistry—From Example From the Ringhome Field, Norway,” AAPG Int'l Conf and Exhibition, Cape Town, South Africa 2008. |
King, P.R. (1990), “The Connectivity and Conductivity of Overlapping Sand Bodies,” The Norwegian Institute of Technology (Graham & Trotman), pp. 353-362. |
Larne, D.K., et al. (2006), “Connectivity of Channelized Reservoirs: A Modeling Approach,” Petro. Geoscience, v. 12, pp. 291-308. |
Lescoffit, G.,et al. (2005), “Quantifying the Impact of Fault Modeling Parameters on Production Forecasting for Clastic Reservoirs,” AAPG Hedberg Series, No. 2, pp. 137-149. |
McCain, W.D., Jr. (1991), “Reservoir-Fluid Property Correlations—State of the Art,” SPERE, p. 266. |
Manzocchi, T., et al. (2008), “Sensitivity of the Impact of Geological Uncertainty on Production From Faulted and Unfaulted Shallow-Marine Oil Reservoirs: Objectives and Methods,” Petro. Geoscience, v. 14, pp. 3-15. |
Richards, B., et al. (2008), “Reservoir Connectivity Analysis of a Complex Combination Trap Terra Nova Field, Jeanne d'Arc Basin, Newfoundland, Canada,” Reservoir Compartmentalization, London Geological Society, p. 59. |
Sales, J.K. (1997), “Seal Strength Vs. Trap Closure; A Fundamental Control on the Distribution of Oil and Gas, In: Seals, Traps, and the Petroleum System,” AAPG, v. 67, pp. 57-83. |
Schlumberger (2004), “Managing Uncertainty in Oilfield Reserves,” Middle East Well Evaluation Review, v. 12, 11 pgs. |
Sethian, J.A. (1996), “Level set methods and fast marching methods”, Cambridge University Press, pp. 284-286. |
Snedden, J.W., et al. (2007), “Reservoir Connectivity: Definitions, Examples and Strategies,” IPTC 11375, Int'l. Petro. Tech. Conf., Dubai, UAE, Dec. 4-6, 2007, 6 pgs. |
Stright, L. (2005), “Modeling, Upscaling and History Matching Thin, Irregularly-Shaped Flow Barriers: A Comprehensive Approach for Predicting Reservoir Connectivity,” 2005 SPE Annual Tech. Conf. & Exh., Oct. 24-27, 2005, 8 pgs. |
Sumpter, L., et al. (2008), “Early Recognition of Potential Reservoir Compartmentalization,” Reservoir Compartmentalization, London Geological Society, Mar. 5-6, 2008, p. 84. |
Sweet, M.L., et al. (2007), “Genesis Field, Gulf of Mexico: Recognizing Reservoir Compartments on Geologic and Production Timescales in Deep-Water Reservoirs,” AAPG, v. 91, pp. 1701-1729. |
Vrolijk, P.J., et al. (2005), “Reservoir Connectivity Analysis—Defining Reservoir Connections and Plumbing,” SPE 93577, 23 pgs. |
International Search report and Written Opinion, dated Mar. 13, 2009, PCT/US2009/031578. |
Nishida, T., and Sugihara, K., “FEM-like Fast Marching Method for the Computation of the Boat-Sail Distance and the Associated Voronoi Diagram”, Technical Report METR 2003-45, Department of Mathematical Informatics, University of Tokyo (2003). |
Justwan, H., et al., “Characterization of Static and Dynamic Reservoir Connectivity for the Ringhome Field, Through Integration of Geochemical and Engineering Data,” Reservoir Compartmentalization, London Geological Society, Mar. 5-6, 2008, p. 21. |
Number | Date | Country | |
---|---|---|---|
20100252270 A1 | Oct 2010 | US |
Number | Date | Country | |
---|---|---|---|
61008048 | Dec 2007 | US |