You are on page 1of 12

11.

Petrophysical Modeling
11.1 Deterministic Modeling
When the well logs have been scaled up to the resolution of the cells in the 3D
grid, the values for each cell along the well trajectory can be interpolated between the
wells in the 3D grid. The result is a grid with Property values for each cell.
To deterministic modeling, follow the steps:

Activate the depth converted grid under the HAH project.


Open the Petrophysical Modeling process.
Select Use Existing Property and select the Porosity property as the property
to be modeled from the drop down menu.
Select the Tarbert 1 from the Pull down menu and de-select the Leave Zone
Unchanged icon for that zone to create a realization.
Select the Moving average as the Method; leave all other settings as default, as
shown by Fig. 11.1.

Fig. 11.1: Petrophysical Modeling with HAH Final 3D Grid (DC) dialog box

Click OK to create the property model and display the model in the 3D
Window.
Use the Zone Filter to display the appropriate zone.
Bring up a Histogram window from the Window menu. Display the Porosity
property and use the Zone Filter to look at the modeled zone. Compare the
histogram distribution for the well logs, the up-scaled cells and the whole
property. See Fig. 11.2.
128

Fig. 11.2: Settings for Porosity of Property models and Petrophysical Modeling
displayed in a 3D window

Double-click on the porosity property in the Properties folder and check the
statistics in the statistics tab. See Fig. 11.3.

Fig. 11.3: Settings for 'Porosity [U]' dialog box Statistics tab page

129

11.2 Stochastic Modeling


Petrel can generate stochastic petrophysical property models based on the
Sequential Gaussian Simulation method. This is the most straightforward algorithm
for generating realizations of a multivariable Gaussian field.
To create stochastic modeling, follow the steps:

Creating first model:


a. Activate the HAH Final 3D grid (DC) under the HAH project.
b. Open the Petrophysical Modeling process. GO to the Use Existing
property and select Porosity from the drop-down list.
c. Activate the lock icon for the Tarbert 1 zone and de-select the lock for
Ness2.
d. Select Sequential Gaussian Simulation as the method to use.
e. In the Variogram tab, select Exponential Variogram type, 3500 as Major
Range, 1500 as Minoer Range, 10 as Vertical Range and 25 degrees as
Azimuth.
f. Click OK create the property model. See Fig. 11.4.

Fig. 11.4: Petrophysical Modeling with HAH Final 3D Grid (DC) dialog box

130

Viewing the result:


a. Bring up a Histogram window from the Windows menu and select Tile
Vertical.
b. Use the Zone Filter to display the 3D property model and the Histogram
distribution for the well logs, the up-scaled cells and the whole property for
zone Ness 2.

Changing the model:


a. Click on the 3D window to make it active and click on the Open Process
Dialog icon on the Function bar.
b. Go to the Distribution tab in the Petrophysical Modeling process window.
Under Output data range click on Estimate (this will estimate the porosity
range from the up-scaled cells within the zone). Specify an output data
range (e.g. 0.1-0.25), as shown bellow.

c. Click OK and observe the changes in the model.

11.3 Property Calculator


As for the well logs there is a similar calculator associated with the properties.
This calculator can be used to create new 3D properties and to do operations between
properties. There is a whole range of predefined functions associated with the
calculator, such as logical and mathematical functions. It is possible to write nested
statements and there is no limit for the length and the complexity of such statements.
If a calculation is getting complex then it is possible (and useful) to create macros
containing the calculation. The macro can be read from file to do several operations in
one go.
To property calculator, follow the steps:
Creating a new property model:

Click Right Click on the Properties folder in the 3D Grid (DC) and select
Calculator from the pull down menu.
Change the Properties Type to Porosity and type in the white formula field.

131

test = Porosity [Press Enter], as shown in Fig. 11.5.

Fig. 11.5: Calculator for Properties folder dialog box

test = testO.8 [Press Enter], as shown in Fig. 11.6.

Fig. 11.6: Calculator for Properties folder dialog box

132

See the statistical result by selecting Result in the upper right-hand corner. See
Fig. 11.7.

Fig. 11.7: Result for Porosity after calculated

Display the new test property model in a 3D Window. See Fig. 11.8.

Fig. 11.8: The (test) model under Properties folder displayed in a 3 D window

133

11.4 Histogram and Filter Functionality


Histogram shows the distribution of values for the selected well logs or for a
selected individual property. The histograms are used for checking and comparing
input- and model-data. The histogram panels are found under Settings for individual
properties as well as for well logs, for individual wells or for all wells. The histogram
displays original log values, blocked well values and property values. The histograms
are filter-sensitive.
To create histogram and filter functionality, follow the steps:

Under the Models tab open the Settings window for an individual property (e.g.
Porosity) by double-clicking on it. Within the Settings window, open the
Histogram tab.
Select the zone you want to study.
Toggle on/off the boxes for displaying property and well logs (original and upscaled).
Play around with the option to change the number of columns and check the
interval values in the Legend.
Toggle on the Use filter option and open the Settings window for the Properties
folder and choose the Filter tab. The Filter gives the option to show only parts of a
property model.
Choose a filter option, e.g. the Value filter. Observe the changes. See Fig. 11.9.

Fig. 11.9: Histogram for the "Porosity" in property folder

134

11.5 Calculation of Sw
The water saturation in the hydrocarbon zone is a function of height above the
fluid contact, permeability and porosity. The calculator can be used to make a water
saturation property that takes these parameters into account. In this case, we have
water saturation in the oil zone that can be expressed by the following equation:
K

Sw = a h

Where:
h
K

a
b

= height above the OWC


= permeability
= porosity
= 0.5
= 0.2

The contact is given by: OWC = -2010 meters for all zones and all segments. A
permeability property is needed to generate the Sw property. A linear expression has
been found between porosity and log permeability which can be expressed by:
LogPerm = 10.9*Porosity - 0.48
A macro has been written to simplify this calculation and for easy reproduction in
case of an update. The macro has been written in a text editor program and saved as a
text file with the extension (.mac). All the functions in the macro are listed below
each other, just as they would be written as separate functions using the Property
Calculator.
To create a water saturation (Sw) property, follow the steps:
1. Activate and expand the 3D Grid model in the Models tab,
2. Right click the Properties item as shown in Fig. 11.10,

135

Fig. 11.10: The Properties item under the 3D Grid model


3. Click the Calculator option. The Calculator for Properties 'Properties' dialog
box appears as shown in Fig. 11.11,

Fig. 11.11: The Calculator for Properties

136

4. Check the "From file:" check box,


5. Click the browse button () and select the macro file to be used. The macro file
is called 'sw_formula.mac' and it is stored under the directory called 'Other
Data', which is found together with the other demo data. See Fig. 11.12. This
macro file contains the formulas to be used for calculating properties. These
formulas are given as macros written in text format. You may change the formulas
to suit your needs. For example, the formulas in the 'sw_formula.mac' macro file
are written as:
LogPerm=10.9*Porosity-0.48
Perm=Pow(10,LogPerm)
Temp=(Above_Contact)*SQRT(Perm/Porosity)
Sw=0.5*Pow(Temp,-0.2)
Sw=IF(Sw>1,1,Sw

Fig. 11.12: The file sw_formula.mac under the 'Other Data' folder
6. Make sure to select "Seismic (default)" from the "Attach new to template"
drop down box,
7. Press the Run button. Notice that all formulas will appear in the history window
at the top. See Fig. 11.13,

137

Fig. 11.13: The Calculator for Properties after running the calculations
8. Four new properties will be created, called LogPerm, Perm, Temp and Sw. They
will all be attached to the template that was selected next to Type in the property
calculator "Seismic (default)".

Fig. 11.14: The Sw property displayed in a 3D window

138

9. Familiarize yourself to using this functionality in Petrel by using different


templates. For example, change the templates for the Sw and Perm properties by
opening the Settings window for each of them, go to the Info tab, and change to
another template from the pull down list and watch the results. See Fig. 11.15.

Fig. 11.15: Settings for Sw

139

You might also like