WO2016083861A1 - Mapping a geological parameter on an unstructured grid - Google Patents

Mapping a geological parameter on an unstructured grid Download PDF

Info

Publication number
WO2016083861A1
WO2016083861A1 PCT/IB2014/002908 IB2014002908W WO2016083861A1 WO 2016083861 A1 WO2016083861 A1 WO 2016083861A1 IB 2014002908 W IB2014002908 W IB 2014002908W WO 2016083861 A1 WO2016083861 A1 WO 2016083861A1
Authority
WO
WIPO (PCT)
Prior art keywords
block
gaussian
geological
random field
determining
Prior art date
Application number
PCT/IB2014/002908
Other languages
French (fr)
Inventor
Victor ZAYTSEV
Pierre Biver
Hans Wackernagel
Denis Allard
Original Assignee
Total Sa
Association Pour La Recherche Et Le Developpement Des Methodes Et Processus Industriels
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Total Sa, Association Pour La Recherche Et Le Developpement Des Methodes Et Processus Industriels filed Critical Total Sa
Priority to PCT/IB2014/002908 priority Critical patent/WO2016083861A1/en
Publication of WO2016083861A1 publication Critical patent/WO2016083861A1/en

Links

Classifications

    • GPHYSICS
    • G01MEASURING; TESTING
    • G01VGEOPHYSICS; GRAVITATIONAL MEASUREMENTS; DETECTING MASSES OR OBJECTS; TAGS
    • G01V20/00Geomodelling in general

Definitions

  • the present invention relates to the representation of real geological subsoil and in particular for determination of a petrophysical/geological variable on an unstructured grid.
  • geological models are represented with a regular grid. Indeed, the tools used for the determination of petrophysical/geological variables are not efficient on unstructured grids.
  • the unstructured grids have the ability to adapt the size and the shape of the blocks depending of the interest of the various zones of the model: for instance, coarse blocks (convex polygons) may be used on zones that are of less importance for the hydrocarbons determination and fine blocks may be used on zones that are close to the region of interest.
  • Unstructured grids have a more flexible geometry.
  • the usual approach to populate unstructured grids with petrophysical variables is to simulate the petrophysical/geological variables on a fine regular grid and further to up-scale the simulated property to the target unstructured grid.
  • the invention relates to a method for mapping/determining a geological parameter in an unstructured grid representing a geological model.
  • the method comprises:
  • the unstructured grid having a plurality of blocks v p ;
  • a key parameter for modifying the distribution is the change of support coefficient r p for each block, said change of support coefficient may be different for each block.
  • the distribution of a random field Z(x) may be characterized by a marginal/univariate distribution of said random field and the covariance function of the said random field.
  • the determined geological parameter is a geological parameter that may be linearly averaged such as porosity.
  • geological parameters such as permeability
  • one who is experienced in the subject can use a transformation to a parameter which is linearly averaged over the block (classical transformation being power transformation).
  • the conversion of the random field into a Gaussian space is performed as most of the common geostatistical tools are in Gaussian space (such as Kriging for instance).
  • An "unstructured grid” is a grid representing a geological model with a non-regular grid.
  • the size and the shape of the blocks (or cells) in the grid are not always the same and do not follow a construction rule (except that the blocks are convex).
  • the decomposition in Hilbertian basis is not always an exact decomposition. Indeed, as only a limited number of coordinates are determined (the Hilbertian basis may be truncated and, thus, has only a limited number of members), there is no guarantee that the decomposition is exact. Thus, in the general case, the derived decomposition defines an approximation to the original function.
  • Y(x) is a multivariate Gaussian random variable (N(0,1))
  • determining the geological parameter may further comprise:
  • R va ——;—;— ⁇ ⁇ p (x. x')dxdx' ; or ⁇
  • determining the geological parameter may further comprise: - for each current block of the unstructured grid, determining a realization of a
  • the method may also comprise:
  • T a are mutually independent standard Gaussian variables
  • v a is the block containing said current point
  • r a is the change of support coefficient determined for said block v a
  • Y NCS ⁇ v a is an average value of the Gaussian random variable Y(x) over block v a
  • Y ⁇ s is a Gaussian random variable (or an unconditional simulation of a Gaussian random variable) being converted from a random variable representing an average value of the received random field in the block v a .
  • a second aspect of the invention relates to a computer program product comprising a computer readable medium, having thereon a computer program comprising program instructions.
  • the computer program is loadable into a data- processing unit and adapted to cause the data-processing unit to carry out the method described above when the computer program is run by the data-processing unit.
  • FIG. 1 is a flow chart describing a possible embodiment of the present invention
  • FIG. 2 is a possible embodiment for a device that enables the present invention.
  • Figure 1 is a flow chart describing a possible embodiment of the present invention.
  • This representation enables computing the block-to block and block-to-point covariance with any target accuracy as well as to verify if a given point is contained in a given block.
  • the unstructured grid may be represented as an optimized k-d tree (Friedman H., et al., 1 977) using the block centroids as tree terminal nodes.
  • k-d tree representation enables one to perform neighborhood searches in proven logarithmic time.
  • Y(x) (i G fl c R 3 ), a distribution of a Gaussian field corresponding to the field Z(x) (i.e. to describe Y(x) which corresponds to Z(x) , see Geostatistics: Modeling Spatial Uncertainty Second Edition, J-P Chiles, P.Delfiner, 201 2, p.391 ).
  • Y(x) is considered to have a multivariate Gaussian distribution with standard Gaussian marginal distribution with mean 0 and variance 1 .
  • the covariance function p(h) of Y x) and the covariance function C(/i) of Z(x) are linked through the decomposition of the transformation function ⁇ (. ) through the formula
  • This formula enables to derive p(h) in case if C(h) is given as input, and C(h) in case if p(h) is given as input.
  • ⁇ p(y) is the transformation function from the Gaussian space to the 'real' space.
  • the covariance function may for instance be derived from seismic data or well cores data.
  • This change of support coefficient r p may be computed (step 109) using the formula below, if p(h) is received (p(/i) being the covariance function of the random variable Y(x), defined on point support):
  • the formula above is a polynomial equation for r p , which can be solved (step 109) (i.e. inversed) with standard methods, e.g. Newton's method.
  • step 1 the block transform function ⁇ p Vp for every block by computing:
  • a block-to-block covariance matrix of size N x N may be constructed, as described below.
  • the sparse storage format for a symmetric triangular matrix may advantageously be used and only the non-zero elements of the matrix are stored.
  • step 1 1 1 may thus proceed as follows:
  • the set of grid blocks may be subdivided into small subsets which may be processed on separate CPUs.
  • the block-to-block covariance R pq for block v p and v q may be defined as:
  • the block-to-block covariance R pq for block v p and v q may be defined as: ⁇ r p lr qRpq
  • Yv p cs is an unconditional simulation of the Gaussian random variable Y Vp .
  • a classical Sequential Gaussian Simulation method can be used to generate the target field. When working with unstructured grids, it is possible to address properly the neighborhood search problem using non-optimized k-d trees (Bentley, 1975) for neighborhood search in Sequential Gaussian Simulation in the following manner:
  • an empty k-d tree is created ; - at each step of the Sequential Gaussian Simulation, the k-d tree is used to find a fixed number n of closest neighbors to the currently simulated node.
  • the center of the new simulated block is added to the k-d tree.
  • the k-d tree can be optimized during the Sequential Gaussian Simulation procedure at time steps when the search performance drops down.
  • the proposed methodology may provide a significant gain in performance comparing to direct search through all of the previously simulated neighbors or using an optimized k-d tree with deactivated terminal nodes.
  • T a are mutually independent standard Gaussian variables
  • v a stands for the block containing x a
  • r a stands for the change of support coefficient of v a
  • T a has a meaning of an error when predicting Y a given Y NCS ⁇ v a ) or, equivivalently Yv s ⁇ It can be simulated using a standard generator of pseudo-random numbers with standard Gaussian distribution.
  • This algorithm enables performing direct conditional simulations of blocks (1 16). Conditioning may be done by simple or ordinary kriging in the Gaussian space (for instance thanks to the G.Matheron mehod ). The block-to-block covariance in the Gaussian space may be also preserved.
  • the results of this back-transformation is called
  • ⁇ Zv p cs ⁇ and ⁇ Z a , a 1 ... n ⁇ in the following description.
  • the conditioning is then performed in the real space.
  • C(x a ., v p ) denotes the point-to-block covariance between point x a . and block v impart.
  • Figure 2 is a possible embodiment for a device that enables the present invention.
  • the device 200 comprise a computer, this computer comprising a memory 205 to store program instructions loadable into a circuit and adapted to cause circuit 204 to carry out the steps of the present invention when the program instructions are run by the circuit 204.
  • the memory 205 may also store data and useful information for carrying the steps of the present invention as described above.
  • the circuit 204 may be for instance:
  • processor or the processing unit may comprise, may be associated with or be attached to a memory comprising the instructions, or
  • This computer comprises an input interface 203 for the reception of data used for the above method according to the invention and an output interface 206 for providing all information needed for simulations on the unstructured grid.
  • a screen 201 and a keyboard 202 may be provided and connected to the computer circuit 204.

Landscapes

  • Physics & Mathematics (AREA)
  • Life Sciences & Earth Sciences (AREA)
  • General Life Sciences & Earth Sciences (AREA)
  • General Physics & Mathematics (AREA)
  • Geophysics (AREA)
  • Management, Administration, Business Operations System, And Electronic Commerce (AREA)

Abstract

The present invention relates to a method for a determination of a geological parameter in an unstructured grid representing a geological model. The method comprises receiving a description of a random field (Z(x), 101 ) of a petrophysical/geological variable and deriving a description of an auxiliary (102) Gaussian random field (Y(x)) through a transformation function. Then it is possible to determine (103) a decomposition in an Hilbertian basis of the transformation function, and for each block vp of the unstructured grid, a change of support coefficient rp by solving (a) being an input covariance function of the Gaussian random field or (b) being an input covariance function of the received random field. Using this block-specific change of support coefficients, it is possible to perform a mapping of the average values of the geological parameter over the blocks of the unstructured grid, honoring the desired structure of spatial distribution for the said parameter.

Description

MAPPING A GEOLOGICAL PARAMETER ON AN UNSTRUCTURED GRID
BACKGROUND OF THE INVENTION
The present invention relates to the representation of real geological subsoil and in particular for determination of a petrophysical/geological variable on an unstructured grid.
The approaches described in this section could be pursued, but are not necessarily approaches that have been previously conceived or pursued. Therefore, unless otherwise indicated herein, the approaches described in this section are not prior art to the claims in this application and are not admitted to be prior art by inclusion in this section. Furthermore, all embodiments are not necessarily intended to solve all or even any of the problems brought forward in this section.
Most of the geological models are represented with a regular grid. Indeed, the tools used for the determination of petrophysical/geological variables are not efficient on unstructured grids.
Nevertheless, the unstructured grids have the ability to adapt the size and the shape of the blocks depending of the interest of the various zones of the model: for instance, coarse blocks (convex polygons) may be used on zones that are of less importance for the hydrocarbons determination and fine blocks may be used on zones that are close to the region of interest. Unstructured grids have a more flexible geometry.
When prescribing petrophysical/geological variables on a geological model, the usual approach to populate unstructured grids with petrophysical variables is to simulate the petrophysical/geological variables on a fine regular grid and further to up-scale the simulated property to the target unstructured grid.
Nevertheless, as the auxiliary grid has to have very fine blocks, such an approach require many computations. There is thus a need for a method to determine petrophysical/geological variables directly on an unstructured grid and to limit the number of computations needed.
SUMMARY OF THE INVENTION
The invention relates to a method for mapping/determining a geological parameter in an unstructured grid representing a geological model.
The method comprises:
- receiving the unstructured grid, the unstructured grid having a plurality of blocks vp ;
- receiving a distribution of a random field Z(x) of a petrophysical/geological variable;
- determining/deriving a transformation function to convert the random field Z(x) to a Gaussian random field Y(x), the transformation function being defined by the received distribution of the random field Z(x) and by a distribution of the Gaussian random field;
- determining a decomposition in an Hilbertian basis of the transformation function, {ψι, ί = 1 ... N} being the coordinates of the transformation function in said Hilbertian basis;
- receiving:
- an input covariance function C(h) of the received random field; or
- an input covariance function p(h) of the Gaussian random field;
Figure imgf000003_0001
- for each block of the unstructured grid, determining the geological parameter based on the Gaussian random field, the change of support coefficient associated with said block and the coordinates of the transformation function in said Hilbertian basis.
Indeed, when determining a geological parameter on an unstructured grid, it is advantageous for modeling petrophysics to modify dynamically the distribution for each block. A key parameter for modifying the distribution is the change of support coefficient rp for each block, said change of support coefficient may be different for each block.
The distribution of a random field Z(x) may be characterized by a marginal/univariate distribution of said random field and the covariance function of the said random field. The distribution of the Gaussian random field Y(x) may also be characterized by its marginal distribution and its covariance function. Determining/deriving a transformation function may also comprise deriving a covariance function p i) of the Gaussian random field Y(x). Advantageously, the determined geological parameter is a geological parameter that may be linearly averaged such as porosity. For the geological parameters such as permeability, which are not averaged linearly over the block, one who is experienced in the subject can use a transformation to a parameter which is linearly averaged over the block (classical transformation being power transformation). The conversion of the random field into a Gaussian space is performed as most of the common geostatistical tools are in Gaussian space (such as Kriging for instance).
The use of normalized Hermite polynomials as a Hilbertian basis is advantageous as they are compatible with Gaussian distributions.
An "unstructured grid" is a grid representing a geological model with a non-regular grid. Thus, the size and the shape of the blocks (or cells) in the grid are not always the same and do not follow a construction rule (except that the blocks are convex).
The decomposition in Hilbertian basis is not always an exact decomposition. Indeed, as only a limited number of coordinates are determined (the Hilbertian basis may be truncated and, thus, has only a limited number of members), there is no guarantee that the decomposition is exact. Thus, in the general case, the derived decomposition defines an approximation to the original function.
As Y(x) is a multivariate Gaussian random variable (N(0,1)), the multi-Gaussian assumption for Z(x) indicates that Z(x) = φ(Ύ(χ)) with φ Gaussian anamorphosis and φ_1 the Gaussian transform function.
In addition, determining the geological parameter may comprise the computation of:
Figure imgf000005_0001
wherein the Hilbertian basis is noted { χι, ί = 1 ... N}.
In one possible embodiment, determining the geological parameter may further comprise:
- for each couple of blocks vp and vq in the plurality of blocks respectively associated with rp and rq as change of support coefficients, computing a block-to-block covariance Rpq of an auxiliary Gaussian random vector by solving :
Rva = ——;—;— ί ί p (x. x')dxdx' ; or <
Figure imgf000005_0002
rpi- rp p 0 q¾ pq .
Furthermore, determining the geological parameter may further comprise: - for each current block of the unstructured grid, determining a realization of a
Gaussian random variable, said Gaussian random variable being converted from a random variable representing an average value of the received random field in said current block. The method may also comprise:
- receiving a set of conditioning data for points of the geological model;
- transforming the received conditioning data into Gaussian conditioning data by applying the inverse φ_1 of the transformation function or the inverse of the decomposition in the Hilbertian basis of the transformation function φ;
- for each current point of the geological model where a conditioning data is received, determining a random value function of :
YNCS(va) + T^ra or y — yNCS , / 1 _ r2 T
I a — la Iva T V 'a l a wherein Ta are mutually independent standard Gaussian variables, va is the block containing said current point,ra is the change of support coefficient determined for said block va, YNCS{va) is an average value of the Gaussian random variable Y(x) over block va and Y^s is a Gaussian random variable (or an unconditional simulation of a Gaussian random variable) being converted from a random variable representing an average value of the received random field in the block va.
A second aspect of the invention relates to a computer program product comprising a computer readable medium, having thereon a computer program comprising program instructions. The computer program is loadable into a data- processing unit and adapted to cause the data-processing unit to carry out the method described above when the computer program is run by the data-processing unit.
Other features and advantages of the method and apparatus disclosed herein will become apparent from the following description of non-limiting embodiments, with reference to the appended drawings. BRIEF DESCRIPTION OF THE DRAWINGS
The present invention is illustrated by way of example, and not by way of limitation, in the figures of the accompanying drawings, in which like reference numerals refer to similar elements and in which:
- Figure 1 is a flow chart describing a possible embodiment of the present invention;
- Figure 2 is a possible embodiment for a device that enables the present invention.
DESCRIPTION OF PREFERRED EMBODIMENTS
Figure 1 is a flow chart describing a possible embodiment of the present invention.
The space coordinates of the geological model (106) being denoted as (x,y, z), x or x (for simplified notations), each convex block v <= R3 of an unstructured grid of said model may be analyzed and be represented (step 107) through a union of linear inequalities v = ui=1 n(V) l^v) with:
Figure imgf000007_0001
d\ + e\x + fly≤ z≤ d\ + elx + f[y where ... , fl, f{ are constant parameters to be determined.
This representation enables computing the block-to block and block-to-point covariance with any target accuracy as well as to verify if a given point is contained in a given block.
In particular geometrical cases (such as parallelogram blocks, the representation through inequalities can be derived in an optimized manner).
In the general case, it is possible to use a general algorithm for representing a convex body as a set of non-intersecting systems of inequalities (Kohenblit & Shmerling, 2006) and thus to determine α-, α[, ... , fi , f[.
Any other representations of blocks are possible. Further, the unstructured grid may be represented as an optimized k-d tree (Friedman H., et al., 1 977) using the block centroids as tree terminal nodes. Using the k-d tree representation enables one to perform neighborhood searches in proven logarithmic time.
It is possible to receive a description of the target point-support petrophysical/geological variable Z(x) (a distribution of Z(x) , 1 01 and a covariance, 1 08) with a marginal distribution F (F(z) = E(Z(x) < z) , F is strictly monotonic and defines finite mean and variance and is considered as an input), x ε D c R3.
It is possible to describe (step 102) Y(x) (i G fl c R3), a distribution of a Gaussian field corresponding to the field Z(x) (i.e. to describe Y(x) which corresponds to Z(x) , see Geostatistics: Modeling Spatial Uncertainty Second Edition, J-P Chiles, P.Delfiner, 201 2, p.391 ). Thus, Y(x) is considered to have a multivariate Gaussian distribution with standard Gaussian marginal distribution with mean 0 and variance 1 . The covariance function p(h) of Y x) and the covariance function C(/i) of Z(x) are linked through the decomposition of the transformation function φ(. ) through the formula
Figure imgf000008_0001
This formula enables to derive p(h) in case if C(h) is given as input, and C(h) in case if p(h) is given as input.
The fields Y(x) and Z(x) are related through a transform function φ{. ) Z(x) = φ(Υ(χ)) which is fully determined by the marginal distribution F of Z(x) .
Transformation function <p(y) is equal to F o G_1(y), where G(y) is the cumulative density function (CDF) of the Gaussian variable with 0 mean and 1 variance (and G_1 is the inverse function of G), G(y) = -= §y e~dx.
In other words, <p(y) is the transformation function from the Gaussian space to the 'real' space.
In particular, it is possible to approximate (step 1 03) the transform function φ with a basis of normalized Hermitian polynomials te(y), i = 0 ...∞} φ(γ) = ∑?=Q (PiXi(y), where {<pit i = 1 ...∞} are the coordinates of φ in an Hilbertian basis to(y), i = 0 ...∞}.
For computational purpose, it may be difficult/impossible to determine an infinite number of coordinates, thus, it is possible to only compute the first N coordinates (with N a predetermined number of coordinates):
<p( ) = ^ <M(y)
£=0
If an input set of conditioning data {za, a = 1 ... n} (104) is received at fixed points {xa, a = l ... n}, it is possible to transform the conditioning data {za, a = l ... n} into Gaussian data {ya, a = 1 ... n} with the normal score transform function φ'1 (step 105) :
Figure imgf000009_0001
When receiving a covariance function (108), it is possible to determine a change of support coefficient rp for every block vp (step 109).
The covariance function may for instance be derived from seismic data or well cores data. This change of support coefficient rp may be computed (step 109) using the formula below, if p(h) is received (p(/i) being the covariance function of the random variable Y(x), defined on point support):
Figure imgf000009_0002
If C(h) (the covariance function of the variable Z(x) is received, defined on point support), it is possible to compute instead the variance of ZVp (the random variable representing the average value of Z(x) in the block vp) :
Var 2i
Figure imgf000009_0003
The formula above is a polynomial equation for rp, which can be solved (step 109) (i.e. inversed) with standard methods, e.g. Newton's method.
Once the change of support coefficient rp is computed for every block vp, it is possible to derive (step 1 10) the block transform function <pVp for every block by computing:
Figure imgf000010_0001
Given an input covariance function p(h) or C(h) and an unstructured grid of N blocks {Vp c D, p = 1 ...N}, a block-to-block covariance matrix of size N x N may be constructed, as described below.
In order to minimize the memory consumption of the algorithm the sparse storage format for a symmetric triangular matrix may advantageously be used and only the non-zero elements of the matrix are stored.
The construction of the matrix described below is only a possible embodiment. In particular, it is possible to use any other representation or to compute the values of the matrix whenever needed.
The matrix construction (step 1 1 1 ) may thus proceed as follows:
- represent the input grid {vi t i = 1 ... N} as a k-d tree (or any other data structure capable for performing neighborhood search in an optimized way)
- for each block vt of the grid, use the above-mentioned tree to determine the block neighborhood;
- For every identified block in the neighborhood, compute the block-to-block covariance Rpq for block vp and vq (see below) using the blocks representations through inequalities described above.
This approach of using the k-d tree for matrix construction may lead to significant reduction of the processing time. In order to further decrease the processing time, the set of grid blocks may be subdivided into small subsets which may be processed on separate CPUs.
If p(h) is received, the block-to-block covariance Rpq for block vp and vq may be defined as:
1 I f f
Rpq = — Tj— I I I p (x, x )dxdx
rPrct \ Vp v \\ \\Vq i \\ J *vvvp J ->vvaq where rp and rq are the change of support coefficients for block vp and vq .
If, C(h) is received, the block-to-block covariance Rpq for block vp and vq may be defined as: φί rplrqRpq
Figure imgf000011_0001
The formula above is a polynomial equation for Rpq, which can be solved (i.e. inversed) with standard methods, e.g. Newton's method.
Then, it is possible to compute (step 1 12) unconditional simulations of the Gaussian block variables {Yy. cs, i = 1 ... N} given the block-to-block covariances Rpq (retrieved, for instance, from the block-to-block covariance table).
Yvp is a Gaussian random variable, underlying the random variable ZVp (average value of Z(x) in the block vp), related with ZVp through the function cpVp , which is generally different for every block: ZVp = <pVp (YVp) .
Yvp cs is an unconditional simulation of the Gaussian random variable YVp .
For reasons of computational optimization, it is possible to simulate {YNCS (Vi), i = 1 ... N} {Y( >p) being the average value of the Gaussian random variable Y(x) over block vp, YNCS(vp) being then unconditional simulation of Y(vp)) and to use relation YNCS{yp) = rpY p cs to switch between these variables.
Any simulation algorithm can be used to generate {Y^A = 1 ... N}, for instance, a discrete spectral decomposition method, or a sequential Gaussian simulation method. Indeed, given a covariance matrix between components = 1 ... N,j = 1 ... N}, it is possible to generate a multivariate Gaussian vector {YNCS(Vi), i = 1 ... N} (with zero mean). A classical Sequential Gaussian Simulation method can be used to generate the target field. When working with unstructured grids, it is possible to address properly the neighborhood search problem using non-optimized k-d trees (Bentley, 1975) for neighborhood search in Sequential Gaussian Simulation in the following manner:
- an empty k-d tree is created ; - at each step of the Sequential Gaussian Simulation, the k-d tree is used to find a fixed number n of closest neighbors to the currently simulated node.
- after every iteration of the Sequential Gaussian Simulation, the center of the new simulated block is added to the k-d tree.
In case of working with huge reservoir grids, the k-d tree can be optimized during the Sequential Gaussian Simulation procedure at time steps when the search performance drops down. The proposed methodology may provide a significant gain in performance comparing to direct search through all of the previously simulated neighbors or using an optimized k-d tree with deactivated terminal nodes.
For each point xa {a = 1 ... n) having a received conditioning data, it is possible to simulate (step 1 13) a random value Ya:
Figure imgf000012_0001
or, alternatively:
where Ta are mutually independent standard Gaussian variables, va stands for the block containing xa and ra stands for the change of support coefficient of va. Ta has a meaning of an error when predicting Ya given YNCS{va) or, equivivalently Yv s■ It can be simulated using a standard generator of pseudo-random numbers with standard Gaussian distribution.
For the purposes of simplicity of explanation, the formulas above are given for the case when only one conditioning sample is contained within a block. The generalization for the case when multiple samples are contained within a block is straightforward.
This computation is performed to prepare the data for conditioning. Generated values {Ya} are considered to be the values at points {xa} of the point-support phenomenon, underlying the generated unconditional block-support phenomenon
(YNCS(va) or
Indeed, it is possible to condition the simulated field with the formula (part of step 1 14):
Figure imgf000013_0001
where λ^κρ) is the simple kriging coefficients for the estimate of block vp given {ya, = 1 ... n} with the covariance function p(h).
The coefficients { s a K(vp), a = 1 ... n} for every block vp may be determined with the below-described procedure.
For a given block vp, find a subset of closest data points {xai, i = 1 ... n(vp)}, where the number n(vp) is either an input to the algorithm or is determined by a given neighbor-search rule. Then if a <t
Figure imgf000013_0002
i = 1 ... n( p)} then the value of (vp) is zero. Otherwise, the other coefficients i, {λ^(νρ), ί = l ... n(vp)} are determined from the following block-kriging system:
Figure imgf000013_0003
where p(xai, vp) denotes the point-to-block covariance between point xa. and block Given linear system can be solved by any standard method, i.e. Gaussian elimination method.
Then, it is possible to determine the conditionally simulated value Y r„CS _ = ¾——) for v rv every block vv (part of step 1 14).
If no conditioning data are received, it is possible to simply take Y$s = Y
Thus, it is possible to back transform the conditionally simulated value Y in Gaussian space using the block-specific transform function <pVp (i.e. Ζξρ = <pv (Y ) (step 1 1 5).
This algorithm enables performing direct conditional simulations of blocks (1 16). Conditioning may be done by simple or ordinary kriging in the Gaussian space (for instance thanks to the G.Matheron mehod ). The block-to-block covariance in the Gaussian space may be also preserved.
Alternatively, it is possible to back-transform (step 1 1 7) the simulated variables {Yv CS} and {Ya, a = 1... n} to the real space using the corresponding transform functions <pVp and φ respectively. The results of this back-transformation is called
{Zvp cs} and {Za, a = 1 ... n} in the following description. The conditioning is then performed in the real space. To condition the simulated field, the following formula may be computed (step 1 1 8):
Figure imgf000014_0001
λίκρ ~) is computed as presented above but with the conditioning data {za, a = 1 ... ri) and with the covariance function C(7i). The coefficients {λαΚρ), a = l ... n} for every block vp are determined with the below-described procedure.
For a given block vp, find a subset of closest datum points {χα;, ί = l ... n(vp)}, where the number n(vp) is either an input to the algorithm or is determined by a given neighbor-search rule. Then, if a i {at, i = 1 ... n(vp)} then λ^κρ) is set to zero. For the other coefficients in {λ^(νρ), ί = l ... n(vp)}, they are determined from the following block-kriging system:
Figure imgf000015_0001
where C(xa., vp) denotes the point-to-block covariance between point xa. and block v„.
Given above linear system can be solved by any standard method, i.e. Gaussian elimination method.
An alternative solution for conditioning in the Gaussian space exists:
Figure imgf000015_0002
where s a K(vp) are simple kriging coefficients for the estimating Yv given {ya, a = 1 ... n} that are a obtained for every block vp with the below-described procedure. For a given block vp, find a subset of closest data points {xa., i = 1 ... n(vp)}, where the number n(vp) is either an input to the algorithm or is determined by a given neighbor-search rule. Then if a <t
Figure imgf000015_0003
i = 1 ... n(yp)} then s a K(vp) is set to zero. The other coefficients in [λ^ (vp), i = 1 ... n(yp)} are determined from the following kriging system: cov(Yai, Ya2) -
Figure imgf000015_0004
where cov (γα., ra.) = ra.ra.Ra.a. and cov (γα., rVp) = ra.Ra.p.
Given above linear system can be solved by any standard method, i.e. Gaussian elimination method. The result of the conditional simulation in that case is Zcs(vp) =
Figure imgf000016_0001
Figure 2 is a possible embodiment for a device that enables the present invention.
In this embodiment, the device 200 comprise a computer, this computer comprising a memory 205 to store program instructions loadable into a circuit and adapted to cause circuit 204 to carry out the steps of the present invention when the program instructions are run by the circuit 204.
The memory 205 may also store data and useful information for carrying the steps of the present invention as described above.
The circuit 204 may be for instance:
- a processor or a processing unit adapted to interpret instructions in a computer language, the processor or the processing unit may comprise, may be associated with or be attached to a memory comprising the instructions, or
- the association of a processor / processing unit and a memory, the processor or the processing unit adapted to interpret instructions in a computer language, the memory comprising said instructions, or
- an electronic card wherein the steps of the invention are described within silicon, or
- a programmable electronic chip such as a FPGA chip (for « Field- Programmable Gate Array >>). This computer comprises an input interface 203 for the reception of data used for the above method according to the invention and an output interface 206 for providing all information needed for simulations on the unstructured grid. To ease the interaction with the computer, a screen 201 and a keyboard 202 may be provided and connected to the computer circuit 204.
Expressions such as "comprise", "include", "incorporate", "contain", "is" and "have" are to be construed in a non-exclusive manner when interpreting the description and its associated claims, namely construed to allow for other items or components which are not explicitly defined also to be present. Reference to the singular is also to be construed in be a reference to the plural and vice versa.
A person skilled in the art will readily appreciate that various parameters disclosed in the description may be modified and that various embodiments disclosed may be combined without departing from the scope of the invention.
For instance, when a covariance is mentioned in the above description and in the claims, the person skilled in the art would understand that any other function related to the covariance may be acceptable such as a variogram.

Claims

1 . A method for mapping a geological parameter in an unstructured grid representing a geological model, wherein the method comprises:
- receiving the unstructured grid (106), the unstructured grid having a plurality of blocks vp ;
- receiving a distribution of a random field ( (x), 101 ) of a petrophysical/geological variable;
- determining (102) a transformation function to convert the random field (Z(x)) to a Gaussian random field ( (x)), the transformation function being defined by the received distribution of the random field and by a distribution of the Gaussian random field;
- determining (103) a decomposition in an Hilbertian basis of the transformation function, {φ0 ί = 1 ... N} being the coordinates of the transformation function in said Hilbertian basis;
- receiving:
- an input covariance function (108) C(h) of the received random field; or
- an input covariance function (108) p(h) of the Gaussian random field;
- determining, for each block vp of the unstructured grid, a change of support coefficient rp by solving:
rp 2 = p(x, x')dxdx', or
Figure imgf000018_0001
^ Sv c {x' x' dxdx' = ∑£ ¾2 i'
- for each block of the unstructured grid, determining the geological parameter based on the Gaussian random field, the change of support coefficient associated with said block and the coordinates of the transformation function in said Hilbertian basis.
2. A method according to claim 1 , wherein determining the geological parameter comprises the computation (1 10) of:
No, i=0 wherein the Hilbertian basis is noted { χ ϊ = 1 ... N}.
3. A method according to one of the preceding claims, wherein determining the geological parameter further comprises:
- for each couple of blocks vp and vq in the plurality of blocks respectively associated with rp and rq as change of support coefficients, computing (1 1 1 ) a block-to-block covariance Rpq of an auxiliary Gaussian random vector by solving :
Rva = -^— -—— - f f p (x, x')dxdx' ; or
Figure imgf000019_0001
4. A method according to one of the preceding claims, wherein determining the geological parameter further comprises:
- for each current block of the unstructured grid, determining (1 12) a realization of a Gaussian random variable, said Gaussian random variable being converted from a random variable representing an average value of the received random field in said current block.
5. A method according to one of the preceding claims, wherein the method further comprises: - receiving a set of conditioning data (104) for points of the geological model;
- transforming (105) the received conditioning data into Gaussian conditioning data by applying the inverse of the transformation function or the inverse of the decomposition in the Hilbertian basis of the transformation function; - for each current point of the geological model where a conditioning data is received, determining (1 13) a random value function of :
YNCS(va) + T^ra or
wherein Ta are mutually independent standard Gaussian variables, va is the block containing said current point, ra is the change of support coefficient determined for said block va, YNCS{va) is an average value of the Gaussian random variable Y(x) over block va and Y^s is a Gaussian random variable being converted from a random variable representing an average value of the received random field in the block va.
6. A non-transitory computer readable storage medium, having stored thereon a computer program comprising program instructions, the computer program being loadable into a data-processing unit and adapted to cause the data-processing unit to carry out the steps of any of claims 1 to 5 when the computer program is run by the data-processing device.
PCT/IB2014/002908 2014-11-27 2014-11-27 Mapping a geological parameter on an unstructured grid WO2016083861A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
PCT/IB2014/002908 WO2016083861A1 (en) 2014-11-27 2014-11-27 Mapping a geological parameter on an unstructured grid

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
PCT/IB2014/002908 WO2016083861A1 (en) 2014-11-27 2014-11-27 Mapping a geological parameter on an unstructured grid

Publications (1)

Publication Number Publication Date
WO2016083861A1 true WO2016083861A1 (en) 2016-06-02

Family

ID=53008809

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/IB2014/002908 WO2016083861A1 (en) 2014-11-27 2014-11-27 Mapping a geological parameter on an unstructured grid

Country Status (1)

Country Link
WO (1) WO2016083861A1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112395667A (en) * 2020-11-10 2021-02-23 华中科技大学 Random field parameter generation method and device for shield tunnel soil body
CN113406702A (en) * 2021-05-10 2021-09-17 中国石油天然气集团有限公司 Geostatistical inversion method and device based on phase constraint variable grid
CN115017766A (en) * 2022-05-30 2022-09-06 合肥工业大学 Reliability sensitivity analysis method considering soil body parameter random field

Non-Patent Citations (7)

* Cited by examiner, † Cited by third party
Title
C.V. DEUTSCH ET AL: "Geostatistical Assignment of Reservoir Properties on Unstructured Grids", SPE ANNUAL TECHNICAL CONFERENCE AND EXHIBITION, 1 January 2002 (2002-01-01), XP055202680, DOI: 10.2118/77427-MS *
EMERY ET AL: "Change-of-support models and computer programs for direct block-support simulation", COMPUTERS AND GEOSCIENCES, PERGAMON PRESS, OXFORD, GB, vol. 35, no. 10, 1 October 2009 (2009-10-01), pages 2047 - 2056, XP026674196, ISSN: 0098-3004, [retrieved on 20090509], DOI: 10.1016/J.CAGEO.2008.12.010 *
JEAN-PAUL CHILÈS: "Validity Range of the Discrete Gaussian Change-of-Support Model and Its Variant", NINTH INTERNATIONAL GEOSTATISTICS CONGRESS, OSLO, NORWAY, 11 June 2012 (2012-06-11), pages 1 - 12, XP055202595, Retrieved from the Internet <URL:http://geostats2012.nr.no/pdfs/1747639.pdf> [retrieved on 20150715] *
J-P CHILES; P.DELFINER: "Geostatistics: Modeling Spatial Uncertainty", 2012, pages: 391
MAINAK THAKUR ET AL: "Support and Information Effect Modeling for Recoverable Reserve Estimation of a Beach Sand Deposit in India", NATURAL RESOURCES RESEARCH, vol. 23, no. 2, 27 November 2013 (2013-11-27), pages 231 - 245, XP055202598, ISSN: 1520-7439, DOI: 10.1007/s11053-013-9225-5 *
XAVIER EMERY: "Change of Support for Estimating Local Block Grade Distributions", MATHEMATICAL GEOSCIENCES, SPRINGER-VERLAG, BERLIN/HEIDELBERG, vol. 40, no. 6, 14 March 2008 (2008-03-14), pages 671 - 688, XP019611215, ISSN: 1874-8953 *
XAVIER EMERY: "On Some Consistency Conditions for Geostatistical Change-of-Support Models", MATHEMATICAL GEOLOGY, KLUWER ACADEMIC PUBLISHERS-PLENUM PUBLISHERS, NE, vol. 39, no. 2, 12 April 2007 (2007-04-12), pages 205 - 223, XP019506004, ISSN: 1573-8868, DOI: 10.1007/S11004-006-9073-5 *

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112395667A (en) * 2020-11-10 2021-02-23 华中科技大学 Random field parameter generation method and device for shield tunnel soil body
CN112395667B (en) * 2020-11-10 2024-04-19 华中科技大学 Random field parameter generation method and device for shield tunnel soil body
CN113406702A (en) * 2021-05-10 2021-09-17 中国石油天然气集团有限公司 Geostatistical inversion method and device based on phase constraint variable grid
CN115017766A (en) * 2022-05-30 2022-09-06 合肥工业大学 Reliability sensitivity analysis method considering soil body parameter random field
CN115017766B (en) * 2022-05-30 2024-02-20 合肥工业大学 Reliability sensitivity analysis method considering soil parameter random field

Similar Documents

Publication Publication Date Title
Carli et al. A posteriori inclusion of parton density functions in NLO QCD final-state calculations at hadron colliders: The APPLGRID Project
Marussig et al. Fast isogeometric boundary element method based on independent field approximation
AU2012337306B2 (en) System and method of using spatially independent subsets of data to calculate property distribution uncertainty of spatially correlated reservoir data
Ernst et al. Why it is difficult to solve Helmholtz problems with classical iterative methods
Blatman Adaptive sparse polynomial chaos expansions for uncertainty propagation and sensitivity analysis
Buhmann Radial basis functions
Nichols et al. Fast CBC construction of randomly shifted lattice rules achieving O (n− 1+ δ) convergence for unbounded integrands over Rs in weighted spaces with POD weights
Ambartsumyan et al. Hierarchical matrix approximations of Hessians arising in inverse problems governed by PDEs
Schaback A computational tool for comparing all linear PDE solvers: Error-optimal methods are meshless
Nevo Dinur et al. Efficient method for evaluating energy-dependent sum rules
WO2016083861A1 (en) Mapping a geological parameter on an unstructured grid
Bjarkason et al. Randomized truncated SVD Levenberg‐Marquardt approach to geothermal natural state and history matching
Yildirim et al. Stochastic simulations of ocean waves: An uncertainty quantification study
M. Khaninezhad et al. Prior model identification during subsurface flow data integration with adaptive sparse representation techniques
Tsantili et al. Karhunen–Loeve expansion of Spartan spatial random fields
CA2713502C (en) Maximum entropy application methods and systems
Qiu et al. Efficient preconditioners for PDE-constrained optimization problems with a multi-level sequentially semi-separable matrix structure
Knight et al. Reducing the space-time complexity of the CMA-ES
Nichols et al. Fast CBC construction of randomly shifted lattice rules achieving convergence for unbounded integrands over R^s in weighted spaces with POD weights
Kolomenskiy et al. Adaptive gradient-augmented level set method with multiresolution error estimation
GB2584447A (en) Apparatus method and computer-program product for processing geological data
Nezhadali et al. Multilevel assimilation of inverted seismic data with correction for multilevel modeling error
Schaback Remarks on meshless local construction of surfaces
Desiderio An ℋ-matrix based direct solver for the boundary element method in 3D elastodynamics
Reeves et al. An application of gaussian process modeling for high-order accurate adaptive mesh refinement prolongation

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 14859287

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 14859287

Country of ref document: EP

Kind code of ref document: A1