Skip to content

yjliu212/Basin-wide-rock-physics---3D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Basin-wide-rock-physics---3D

Paper reference:

Liu, Y., J. H. Casado, M. El-Toukhy, and S. Tai, 2021, Basin-wide empirical rock-physics transform and its application in Campeche Basin, The Leading Edge, 40, 178-184. (https://library.seg.org/doi/10.1190/tle40030178.1)

Liu, Y., M. Ellis, M. El-Toukhy, and J. Hernandez, 2021, Basin-wide rock-physics analysis in Campeche Basin, Gulf of Mexico - phase II: Reservoir rock and fluid properties, The Leading Edge, 40, 716-722. (https://library.seg.org/doi/10.1190/tle40100716.1)

Notes:

All the .py files are python functions.

This Jupyter notebook extends the Rock Physics Template (RPT) calculation from 1D to 3D: RPT_3D_2.ipynb

Description:

In this notebook, we build a 3D model grid populated with a rock physics template (RPT) for both shale and sand. The model includes a sand body containing gas and oil, with clearly defined gas-oil-contact (GOC) and oil-water-contact (OWC) within the sand body.

First, we utilize Dutta’s model to compute the 3D RPT for shale based on varying pore pressure gradients, from hydrostatic conditions (8.6 ppg) up to 17 ppg. This creates the background velocity model for the shale.

Next, we use the Raymer-Hunt-Gardner (RHG) model to calculate the 3D sand properties, varying the clay volume (Vclay) between 0% and 100%, with the pore fluid initially saturated with water. We then apply Gassmann’s equation for fluid substitution to replace the pore fluid with gas and oil, applying these changes to the sand body.

Finally, we compute the 3D rock properties such as Vp (P-wave velocity), Ip (Acoustic Impedance), Pr (Poisson's Ratio), and Density, capturing the characteristics of the sand body and its fluid content.

The figures below present the 3D lithology and fluid model, along with extracted profiles at the well location. Here, lithology = 1 represents sand, lithology = 0 represents shale, fluid = 2 represents gas, fluid = 1 represents oil, and fluid = 0 represents water. image image image

The figures below display the 3D hydrostatic velocity model and the 12 ppg velocity model, along with the extracted velocity profiles from the 3D RPT, covering a range from hydrostatic conditions to 9 ppg and up to 17 ppg. image image image

The figures below illustrate the Vp and Density models, with the sand body saturated by gas and oil. image image

The figures below show the extracted Ip and Pr from the model with pressure = 9 ppg and Vclay = 20%, at the well location. The Pr anomaly in the gas and oil-saturated zone is apparent. image image

Depending on the shale index (controlled by ppg) and the sand index (controlled by Vclay), the resulting rock properties will vary, leading to different AVO responses.

Below are examples of different combinations of ppg and Vclay indices:

  1. ppg_index = 1, Vclay_index = 2: This indicates a pore pressure gradient of 9 ppg and a Vclay of 20%. The resulting AVO response is shown below, displaying a Class III AVO anomaly due to the low Ip and low Pr at the top of the gas sand. image
  2. ppg_index = 0, Vclay_index = 1: This represents a hydrostatic pore pressure gradient and a Vclay of 10%. In this scenario, the AVO anomaly remains Class III due to the lower Ip and Pr at the top of the gas sand. image
  3. ppg_index = 0, Vclay_index = 0: This indicates a hydrostatic pore pressure gradient with a Vclay of 0%. In this case, a Class II AVO anomaly (polarity reversal) appears due to the higher Ip at the top of the gas sand. The Pr remains low at the gas sand top, showing a strong Pr anomaly. image

As the ppg_index increases, the shale Ip decreases, which can cause the AVO anomaly to shift towards Class I.

Additional modeling scenarios to consider include:

What happens if gas at the top of the reservoir is replaced by oil or water? Do flat spots due to the oil-water contact (OWC) or gas-oil contact (GOC) always exist? The stack often shows a flat spot resulting from the gas-oil contact or the oil-water contact: image

About

Basin-wide rock physics model in 3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published