Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Layer-based attribution of water and oil phase volumes to FlowNet #416

Closed
olwijn opened this issue Jun 17, 2021 · 2 comments · Fixed by #431
Closed

Layer-based attribution of water and oil phase volumes to FlowNet #416

olwijn opened this issue Jun 17, 2021 · 2 comments · Fixed by #431
Labels
enhancement New feature or request

Comments

@olwijn
Copy link
Collaborator

olwijn commented Jun 17, 2021

Pore volume from the original reservoir structure is assigned ('mapped') to the nearest flow tube cells, and then distributed equally over all cells in the tube. We do not make a distinction between vertical and lateral distance, resulting in attribution of water volumes to cells in the oil zone. Also the redistribution of cell volumes over the tube may effectively result in the transfer of volume across the oil-water contact (OWC). The outcome will generally be an overestimation of oil volume (and, probably less importantly, to an underestimation of water volume).

In the figure below, the rectangular grid represents the grid of an Eclipse model, while the yellow grid represents the flow network. (The figure is not to scale; the lateral width of Eclipse grid cells (DX, DY) is typically a factor 10 or more larger than the cell thickness DZ). The mostly water-containing pore volumes located below the OWC (white dashed line) represented by the blue grid cells will all be assigned to the flow tube cells (yellow) that are mostly, or in this case entirely, located above the OWC. After equilibration the flownet cells will therefore contain mostly oil such that water volume has effectively been converted into oil volume.

image

A first possible treatment would be to adopt a layer-based approach for design of the network that would ensure the placement of nodes in all layers (e.g. the additional orange nodes in the figure below, which would lead to creation of more flow tubes (light orange grid cells)). While this is currently supported, no vertical connection will be created between nodes in different layers (this functionality is used for disconnected reservoir zones). This could be modified to support connections between internal layers representing (possibly weakly) connected reservoir zones with different properties.

image

A second, conceptually still simple, approach for addressing the volume distribution could be to use OWC information (provided in the config file or extracted from the data) to limit or prevent transfer of reservoir volumes located below the OWC to flow tube cells above the OWC and vice versa.

A combination of the 2 approaches may be necessary, i.e. ensure an appropriate distribution of nodes below the contact, and also prevent the mapping of volumes across the contact.

A question is how to practically deal with flow tubes that connect nodes on either side of the OWC (see figure below).

image

We could assign volumes below the OWC only those cells of each flow tube that lie below the contact (and same for volumes/cells above the contact). In the figure, the only flownet cells below the OWC are the 3 yellow cells furthest to the bottom left, which would then get larger volumes than the cells located above the OWC. In this particular case their combined volume would correspond to the entire volume below the OWC in the original model. To avoid this, a cutoff in lateral distance (the green dashed line) could be applied (i.e. localization) such that only the nearest volumes will be assigned to any flow tube cells, while the volume located further away (the water zone on the right of the green vertical line), would not be part of the Flownet.

However, a complicating factor is the redistribution of cell volumes over a flow tube. Redistribution of cell volumes is necessary because not all flow tube cells may directly receive any volume. Strong contrasts in neighbouring cell volumes may also lead to instable numerics (not checked). For flow tubes that connect nodes on either side of the contact this redistrubution may also be a cause for transfer of pore volume across the contact.

@olwijn olwijn changed the title Layer-based distribution of water and oil phase volumes to FlowNet Layer-based attribution of water and oil phase volumes to FlowNet Jun 17, 2021
@olwijn olwijn added the enhancement New feature or request label Jun 18, 2021
@edubarrosTNO edubarrosTNO added this to the HM open Norne Model milestone Jun 24, 2021
@olelod olelod removed this from the HM open Norne Model milestone Jun 24, 2021
@olwijn
Copy link
Collaborator Author

olwijn commented Sep 10, 2021

The figure shows the first result of a scheme that maps the ECLIPSE model cell volumes to Flownet cells based on specified depth levels (which could represent fluid contacts). Pore volume mapping is done such that no volumes are transferred across these depth levels. The total volume accumulated in a flow tube section between 2 depth levels is then evenly distributed over the cells in that tube section, again preventing transfer across the depths levels.
image
The figure shows that the volume distribution is not fully symmetric. This is most likley related to the KDTree algorithm which makes an arbitrary choice for identifying a nearest point if multiple points are at equal distance.

@olwijn
Copy link
Collaborator Author

olwijn commented Oct 8, 2021

Equilirbiation with the default options in EQUIL leads to an incorrect initial saturation distribution:
image
The default value for EQLOPT3 is -5, which results in an average grid block saturation based on a subdivision of 10 sub-blocks. Presumably a varying number of sub-blocks will lie below or above the contact (this must be related to the thickness of the FlowNet grid block and therefore also of the sub-blocks), leading to a vertical gradient of average saturations.
The equilibration with EQLOPT3 set to 0 is based on gridck block midpoints only and results in a clear OWC in FlowNet, consistent with the Eclipse model, resulting the following initial oil saturation:
image
The FOIIP still does match the Eclipse value however:
image
The initial saturations (So, Sw) above the contact are (0.9, 0.1) in both models. Below the contact they are (0.1, 0.9) in Eclipse and (0,1) in FlowNet. The only difference in SWOF is that in FlowNet the table extends to an Sw value of 1 (Kro is 0 for Sw larger than 0.9). If this is adjusted (manually) in the FlowNet deck the FWIIP and FOIIP match better:
image
image
A different result is obtained when EQLOPT3 is set to -1 instead of 0:
image
In summary, to achieve a clear OWC in FlowNet EQUIL parameter EQLOPT3 (9th entry) should be set to 0 instaed of 1*. Extending the SWOF table to Sw=1 results in the absence of oil below the contact, i.e. So=0, also when Sorw > 0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants