Case05 Aditional Facies Functionalities

 

In the current case additional functionalities for models with Facies distribution is demonstrated. These specialized functionalities include different keywords which allows for:

 

Deactivation of the flow field for a given facies. The facies boundaries are treated then as non-flow boundaries.

 

Application of permeability multipliers on a facies basis.

 

Deactivation of thermal advection on a facies basis.

 

In order to facilitate highlighting of the effect in using these specialized functionalities on the pressure field the facies distribution for Formations 01, 02 and 03 is modified relative to Case02 so that all cells in Formations 01 and 02 are assigned facies 3 whereas all cells in Formation03 are assigned facies 4 as shown in the figure below. Note that the .spat files containing the spatial grids used to define the facies distribution have been appended Case02 or Case05 in the file name depending on whether the original or a modified file relative to Case02 is used.

 

Geol_002b_Case05_Fig00

 

Facies distribution considered in the cases presented here

 

 

The cases provided are:

 

Geol_002b_Case05a: Standard reference case that does not use any of the specialized facies functionalities beyond facies distribution.

 

Geol_002b_Case05b: Case in which the flow field is deactivated for facies 4.

 

Geol_002b_Case05c: Case in which permeability multipliers are used to decrease permeability in facies 2 by two orders of magnitude and increase permeability in facies 4 by one order of magnitude.

 

Geol_002b_Case05d: Case in which the thermal advection flag is defined on a facies basis. Note that it is not straightforward to highlight the effect of such functionality in the current model. Consequently a column model with a prescribed fluid flow in the base (in addition to the heat flow) will be used instead. A single facies is considered for simplicity. The geometry at the end of the simulation with schematic boundary conditions is shown in the figure below. Two cases will be presented:

Case05d1 with the advection terms active.

Case05d2 with the advection deactivated.

Geol_002b_Case05d_Fig01

Geometry at the end of simulation with groups, Facies and boundary conditions for Cases 05d1 and 05d2.

 

 

The files for all the cases are provided in Geol_002b\Case05\Data. Below only the key data relevant to the additional Facies modelling is shown.

 

 

 

Cases 05a, 05b and 05c

 

Case05a

 

Data File


 

* Facies_definition

! -------------------------

 Facies_names   IDM=4

   "Mech_100_00_00_00"

   "Mech_80_00_20_00"

   "Mech_20_00_80_00"

   "Mech_00_00_100_00"

 Facies_ids     IDM=4

   1  2  3  4

 

Case05a is the standard reference case which does not use the new specialized facies functionalities.

 

 

 

Case05b

 

Data File


 

* Facies_definition

! -------------------------

 Facies_names   IDM=4

   "Mech_100_00_00_00"

   "Mech_80_00_20_00"

   "Mech_20_00_80_00"

   "Mech_00_00_100_00"

 Facies_ids     IDM=4

   1  2  3  4

 Active_flow_facies  IDM=4

   1  1  1  0

 

In Case05b the flow field is deactivated for facies with ID=4. This is specified under the Active_flow_facies keyword where 1 indicates that flow is active and 0 indicates that flow is deactivated.

 

It is noted that the functionality allows Facies_definition to be re-specified in a later stage to change the conditions (e.g. the flow for a given facies may be initially active and then deactivated or vice versa). However this is not demonstrated in the present tutorial.

 

 

Case05c

 

Data File


 

* Facies_definition

! -------------------------

 Facies_names   IDM=4

   "Mech_100_00_00_00"

   "Mech_80_00_20_00"

   "Mech_20_00_80_00"

   "Mech_00_00_100_00"

 Facies_ids     IDM=4

   1     2      3      4

 Active_flow_facies  IDM=4

   1     1      1      1

 Permeability_multipliers  IDM=4

   1.0   0.01   1.0   10.0

   

In Case05c permeability multipliers are used to modify the permeability value for facies 2 and 4. This is specified under the Permeability_mulltipliers keyword. In the current case permeability for facies 2 is decreased 2 orders of magnitude (multiplier of 0.01) whereas permeability for facies 4 is increased by one order of magnitude (multiplier of 10.0). Facies 1 and 3 have an assigned multiplier of 1.0 and consequently the permeability for those facies is not modified relative to the reference case.

 

Note that in the case of anisotropic permeability (as in the current case) all permeability components are scaled according to the input multipliers (not shown here).

 

Note that definition of Active_flow_facies keyword would not be required in this case as all facies have the flow field active (default).

 

It is noted that the functionality allows Facies_definition to be re-specified in a later stage to change the conditions (e.g. the permeability multiplier for any facies may be modified at a later stage for calibration purposes). However this is not demonstrated in the present tutorial.

 

 

 

 

 

Cases 05d

 

Cases 05d1 and 05d2 adopt a depositional column geometry in order to facilitate demonstration of the effect of the advection terms on the temperature field. The boundary conditions consider a prescribed temperature and pore pressure at the top surface and prescribed fluid and heat fluxes at the base of the column. Deposition of 3 formations is considered but not discussed here.

 

Flow and Heat boundary conditions

 

Data File


 

* Stratigraphy_surface_load

! ------------------------------------

 Pore_pressure_flag                1

 Temperature_flag                  1

 Temperature                    10.0

 Time_curve_temperature   "Step_ramp"

 

* Stratigraphy_basal_load

!--------------------------------------

 Thermal_flux                1.766E+12

 Flow_flux                         2E3  

 

The boundary conditions are defined via Stratigraphy_surrface_load (pore pressure and temperature prescribed at the top surface) and Stratigraphy_basal_load (heat and flow fluxes prescribed at the base).

 

 

 

Case05d1

 

Data File


 

* Facies_definition

! -------------------------

 Facies_names   IDM=4

   "Mech_100_00_00_00"

   "Mech_80_00_20_00"

   "Mech_20_00_80_00"

   "Mech_00_00_100_00"

 Facies_ids     IDM=4

   1  2  3  4

 Thermal_advection_flags  IDM=4

   1  1  1  1

 

Case05d1 considers the thermal advection terms which, by default, are ON so definition of the Thermal_advection_flags would not be required.

 

 

Case05d1

 

Data File


 

* Facies_definition

! -------------------------

 Facies_names   IDM=4

   "Mech_100_00_00_00"

   "Mech_80_00_20_00"

   "Mech_20_00_80_00"

   "Mech_00_00_100_00"

 Facies_ids     IDM=4

   1  2  3  4

 Thermal_advection_flags  IDM=4

   0  0  0  0

 

In Case05d2 Thermal_advection_flags are defined 0 to turn off the advection terms in all the facies. Note that in the current case only facies 1 is used so that all the material properties are consistent along and across the column.

 

 

 

 

Results

 

A small selection of results are provided in Geol_002b\Case05\Results.

 

The overpressure distribution in the last 2 stages for Case05a is shown in the picture below. Note that there is relatively large overpressure due to the extensive low permeability layers deposited across the model (Facies 4 and 3 are considered 100% shale and 80% shale with 20% sandstone respectively).

 

Geol_002b_Case05a_Fig01

Results for Case05a (standard reference case). V.E. = 3

 

 

 

The figure below shows the distribution of facies with deactivated flow (Facies 4) in Case05b. As can be observed that there are 3 effective seals that cover most (or all) of the model surface. Note that even though in Case05a these are low permeability facies, in this Case05b, the overpressure is expected to be larger as the material becomes a perfect seal from its deposition.

 

Geol_002b_Case05b_Fig02

Figure showing the active and inactive flow regions in the final geometry for Case05b. V.E. = 3

 

 

In the figure below overpressure distribution in the last 2 stages for Case05b is shown. As can be seen the overpressure in all the formations is larger than that in Case05a as for this Case05b, Facies 4 behaves as a perfect seal from deposition, impeding any flow across such sediment.

Geol_002b_Case05b_Fig01

Results for Case05b (case in which flow field is deactivated for Facies 4). V.E. = 3

 

 

In the figure below a comparison of the vertical permeability distribution for Cases 05a and 05c is presented. Note the larger permeability in Facies 4 (which, as mentioned above, is deposited in several layers across most or the entire model surface). Consequently in this case the predicted overpressure magnitude is expected to be lower compared to the two previous cases. Note also the lower permeability in Facies 2 which is located at the edges of each sand channel section. This is expected to have a rather limited impact due to the limited presence of such facies in the model and its structural distribution which is only laterally bounding the high perm sand channels.

 

 

Geol_002b_Case05c_Fig02

Comparison of vertical permeability distribution for cases05a (standard reference case) and Case05c (case with permeability multipliers). V.E. = 3

 

 

 

As expected, the figure below shows that the overpressure predicted in Case05c is of smaller magnitude than in the previous cases due to the imposed increase by 1 order of magnitude in Facies 4 permeability which exerts a first order control on the overpressure distribution in the model.

 

Geol_002b_Case05c_Fig01

Results for Case05c (case with permeability multipliers). V.E. = 3

 

 

In order to demonstrate the impact of advection in the temperature solution in a clear manner, a depositional column model is used. This allows for the simplification of the thermal and fluid flow pathways as well as allowing appropriate boundary conditions to make the contribution of advection significant in the solution. To this end we have imposed an arbitrary fluid flow flux at the base to enhance flow velocity along the column. In the figure below it can be seen that the contribution of advection resulted in an increased overall temperature along the column. This is because of the role of advection in transporting heat to upper parts of the column combined with the fixed top temperature boundary condition, leading to a larger accumulation of heat at steady state conditions as can be seen in Case05d1 that considers advection.

 

Geol_002b_Case05d_Fig02

Comparison of temperature distribution in a depositional column with (05d1) and without (05d2) thermal advection