-
Notifications
You must be signed in to change notification settings - Fork 65
Create well connections using ACTIONX in cells deactivated by MINPV #1487
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
Open
gdfldm
wants to merge
3
commits into
OPM:master
Choose a base branch
from
gdfldm:pinch-actionx
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 2 commits
Commits
Show all changes
3 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,276 @@ | ||
| -- This reservoir simulation deck is made available under the Open Database | ||
| -- License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in | ||
| -- individual contents of the database are licensed under the Database Contents | ||
| -- License: http://opendatacommons.org/licenses/dbcl/1.0/ | ||
|
|
||
| -- Copyright (C) 2026 Equinor | ||
|
|
||
| -- Test model for MINPV and PINCH. Grid with dimension 1x1x4 with cells in layer | ||
| -- 2 and 3 inactive due to minpv. | ||
|
|
||
| -- The model includes 1 well completed in cell 1,1,1. Summary vectors | ||
| -- BPR (block pressure) will reveal whether there is communication or not | ||
| -- across inactive cells. | ||
|
|
||
| -- Since PINCH keyword is not used in this deck, there should not be communication | ||
| -- across layer 2 and 3. Hence Bottom layer should not be depleted. | ||
|
|
||
| -- Tests opening additional well connections within an ACTIONX block in cells | ||
| -- that have been deactivated by MINPV. | ||
|
|
||
| -- ***************************************************** | ||
| RUNSPEC | ||
| -- ***************************************************** | ||
|
|
||
| -- Simulation run title | ||
| TITLE | ||
| Generic Reservoir | ||
|
|
||
| -- | ||
| -- ---------------------------------------------------- | ||
| -- Simulation grid dimension (Imax, Jmax, Kmax) | ||
| DIMENS | ||
| 1 1 4 / | ||
|
|
||
| -- | ||
| -- ---------------------------------------------------- | ||
| -- Simulation run start | ||
| START | ||
| 1 'JUL' 2018 / | ||
|
|
||
| -- ---------------------------------------------------- | ||
| -- Fluid phases present | ||
| OIL | ||
| GAS | ||
| WATER | ||
| DISGAS | ||
|
|
||
| -- | ||
| -- ---------------------------------------------------- | ||
| -- Measurement unit used | ||
| METRIC | ||
|
|
||
| -- | ||
| --Table dimensions | ||
| TABDIMS | ||
| -- NTSFUN NTPVT NSSFUN NPPVT NTFIP NRPVT | ||
| 1 1 130 24 1 20 / | ||
|
|
||
|
|
||
| -- ---------------------------------------------------- | ||
| --Dimension for well data | ||
| WELLDIMS | ||
| 1 1 2 1 / | ||
|
|
||
|
|
||
| -- ---------------------------------------------------- | ||
| -- Input and output files format | ||
| UNIFIN | ||
| UNIFOUT | ||
|
|
||
| -- ************************************************************************* | ||
| -- In this section simulation grid and static reservoir parameters are given | ||
| -- ************************************************************************* | ||
|
|
||
| GRID | ||
|
|
||
| -- **************************************************** | ||
| ------------------------------------------------------- | ||
|
|
||
| -- | ||
| --Requests output of an INIT file | ||
| INIT | ||
|
|
||
| -- | ||
| --Control output of an EGrid ile | ||
| GRIDFILE | ||
| 0 1 / | ||
|
|
||
| -- | ||
| -- ---------------------------------------------------- | ||
|
|
||
| SPECGRID | ||
| 1 1 4 1 F / | ||
|
|
||
| COORD | ||
| 0.0 0.0 2000.0 0.0 0.0 2005.0 | ||
| 100.0 0.0 2000.0 100.0 0.0 2005.0 | ||
| 0.0 100.0 2000.0 0.0 100.0 2005.0 | ||
| 100.0 100.0 2000.0 100.0 100.0 2005.0 / | ||
|
|
||
|
|
||
| ZCORN | ||
| 2000.00 2000.00 2000.00 2000.00 2002.00 2002.00 2002.00 2002.00 | ||
| 2002.00 2002.00 2002.00 2002.00 2002.25 2002.25 2002.25 2002.25 | ||
| 2002.25 2002.25 2002.25 2002.25 2002.50 2002.50 2002.50 2002.50 | ||
| 2002.50 2002.50 2002.50 2002.50 2005.00 2005.00 2005.00 2005.00 / | ||
|
|
||
|
|
||
|
|
||
| PERMX | ||
| 1000 1000 1000 1000/ | ||
|
|
||
| PERMY | ||
| 1000 1000 1000 1000/ | ||
|
|
||
| PERMZ | ||
| 100 100 100 100/ | ||
|
|
||
| PORO | ||
| 0.25 0.05 0.05 0.25 / | ||
|
|
||
| MINPV | ||
| 300 / | ||
|
|
||
|
|
||
|
|
||
| -- *************************************************** | ||
| -- In this section fluid-rock properties and | ||
| -- relative permabilities are given | ||
| -- *************************************************** | ||
|
|
||
| PROPS | ||
|
|
||
| -- *************************************************** | ||
|
|
||
| INCLUDE | ||
| './include/sgof.txt' / | ||
|
|
||
| INCLUDE | ||
| './include/swof.txt' / | ||
|
|
||
| -- --------------------------------------------------- | ||
|
|
||
| -- Include PVT data | ||
| INCLUDE | ||
| './include/example_pvt.txt' / | ||
|
|
||
| -- *********************************************************** | ||
| -- In this section simulation grid region parameters are given | ||
| -- *********************************************************** | ||
|
|
||
| REGIONS | ||
|
|
||
| -- *************************************************** | ||
| -- | ||
| -- *************************************************** | ||
| -- In this section the initialization parameters aand | ||
| -- dynamic parameters are defined | ||
| -- *************************************************** | ||
|
|
||
| EQUALS | ||
| 'EQLNUM' 1 / | ||
| 'SATNUM' 1 / | ||
| / | ||
|
|
||
| SOLUTION | ||
|
|
||
| -- *************************************************** | ||
|
|
||
| -- | ||
| --Simulation model initialisation data | ||
| -- | ||
| -- DATUM DATUM OWC OWC GOC GOC RSVD RVVD SOLN | ||
| -- Depth Pres. Depth Pcow Depth Pcog Table Table Method | ||
| EQUIL | ||
| 2020.0 225.0 2020.0 0.0 500 0.0 1 1 0 / | ||
|
|
||
|
|
||
| -- | ||
| -- --------------------------------------------------- | ||
| -- Dissolved gas-oil ratio versus depth, | ||
|
|
||
| RSVD | ||
|
|
||
| 1500 120.0 | ||
| 4000 120.0 / | ||
|
|
||
|
|
||
| RPTSOL | ||
| 'THPRES' / | ||
|
|
||
|
|
||
| RPTRST | ||
| 'BASIC=2' / | ||
|
|
||
|
|
||
| -- | ||
| -- ************************************************************************************** | ||
| -- In this section simulation output data to be written to summary file are defined | ||
| -- ************************************************************************************** | ||
|
|
||
| SUMMARY | ||
|
|
||
| -- *************************************************** | ||
| -- --------------------------------------------------- | ||
| -- Summary data to be written to summary file | ||
| -- | ||
| -- Outputs the date to the summary file | ||
|
|
||
| -- | ||
| -- | ||
| -- ************************************************************************************** | ||
| -- In this section data required to describe history and prediction is given | ||
| -- - well completions, well production/injection, well constraints | ||
| -- - platform/production unit constraints, etc. | ||
| -- ************************************************************************************** | ||
|
|
||
|
|
||
| WBHP | ||
| P1 / | ||
|
|
||
| WOPR | ||
| P1 / | ||
|
|
||
| BPR | ||
| 1 1 1 / | ||
| 1 1 2 / | ||
| 1 1 3 / | ||
| 1 1 4 / | ||
| / | ||
|
|
||
| SCHEDULE | ||
|
|
||
| -- *************************************************** | ||
|
|
||
| ACTIONX | ||
| ACT-01 / | ||
| DAY >= 2 AND / | ||
| MNTH = JUL AND / | ||
| YEAR = 2018 / | ||
| / | ||
|
|
||
| COMPDAT | ||
| -- Well I J K1 K2 Status SAT TR DIAM KH S Df DIR | ||
| P1 1 1 2 3 OPEN 1* 1* 0.21600 1* 0.00000 1* 'Z' / | ||
| / | ||
|
|
||
| ENDACTIO | ||
|
|
||
| GRUPTREE | ||
| 'TEST' 'FIELD' / | ||
| / | ||
|
|
||
| WELSPECS | ||
| -- Well Grp I J RefDepth Type DrainRad GasInEq AutoShut XFlow FluidPVT HydSDens FluidInPlReg | ||
| P1 TEST 1 1 1* OIL 0.0 STD SHUT YES 0 SEG 0 / | ||
| / | ||
|
|
||
| COMPDAT | ||
| -- Well I J K1 K2 Status SAT TR DIAM KH S Df DIR | ||
| P1 1 1 1 1 OPEN 1* 1* 0.21600 1* 0.00000 1* 'Z' / | ||
| / | ||
|
|
||
| WCONPROD | ||
| P1 OPEN ORAT 15.0 4* 150.0 / | ||
| / | ||
|
|
||
| DATES | ||
| 2 JUL 2018 / | ||
| 4 JUL 2018 / | ||
| 9 JUL 2018 / | ||
| / | ||
|
|
||
| END | ||
|
|
||
|
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick: Please use Equinor ASA here and in the other files