-
Notifications
You must be signed in to change notification settings - Fork 67
TPSA case with BCMECH and BCPROP #1583
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,143 @@ | ||
| -- 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 NORCE Research AS | ||
|
|
||
| -- Single phase flow + TPSA with lagged coupling + BCMECH/BCPROP | ||
| --------------------------------------------------------------------------- | ||
| RUNSPEC | ||
| --------------------------------------------------------------------------- | ||
| DIMENS | ||
| 5 5 5 / | ||
|
|
||
| EQLDIMS | ||
| / | ||
| TABDIMS | ||
| / | ||
|
|
||
| WATER | ||
| METRIC | ||
| MECH | ||
|
|
||
| MECHSOLV | ||
| TPSA LAGGED / | ||
|
|
||
| START | ||
| 1 'JAN' 2025 / | ||
|
|
||
| WELLDIMS | ||
| 2 10 1 2 / | ||
|
|
||
| UNIFOUT | ||
|
|
||
| --------------------------------------------------------------------------- | ||
| GRID | ||
| --------------------------------------------------------------------------- | ||
| INIT | ||
|
|
||
| DX | ||
| 125*20.0 / | ||
| DY | ||
| 125*20.0 / | ||
| DZ | ||
| 125*20.0 / | ||
| TOPS | ||
| 25*1000.0 / | ||
|
|
||
| PORO | ||
| 125*0.3 / | ||
|
|
||
| PERMX | ||
| 125*500.0 / | ||
| COPY | ||
| PERMX PERMY / | ||
| PERMX PERMZ / | ||
| / | ||
|
|
||
| BIOTCOEF | ||
| 125*0.87 / | ||
| SMODULUS | ||
| 125*3.5 / | ||
| LAME | ||
| 125*4.0 / | ||
|
|
||
| BCCON | ||
| 1 1 1 4* X- / | ||
| 2 5 5 4* X / | ||
| 3 4* 1 1 Z- / | ||
| 4 4* 5 5 Z / | ||
| / | ||
|
|
||
|
|
||
| --------------------------------------------------------------------------- | ||
| PROPS | ||
| --------------------------------------------------------------------------- | ||
| PVTW | ||
| 1.0 / | ||
|
|
||
| ROCK | ||
| 1.0132 1.0E-6 / | ||
|
|
||
| ROCKOPTS | ||
| 1* STORE / | ||
|
|
||
| DENSITY | ||
| 859.5 1033.0 0.854 / | ||
|
|
||
| --------------------------------------------------------------------------- | ||
| SOLUTION | ||
| --------------------------------------------------------------------------- | ||
| EQUIL | ||
| 1000 100 / | ||
|
|
||
| RPTRST | ||
| 'BASIC=2' / | ||
|
|
||
| --------------------------------------------------------------------------- | ||
| SUMMARY | ||
| --------------------------------------------------------------------------- | ||
|
|
||
| --------------------------------------------------------------------------- | ||
| SCHEDULE | ||
| --------------------------------------------------------------------------- | ||
| RPTRST | ||
| 'BASIC=2' / | ||
|
|
||
| BCPROP | ||
| 1 RATE WATER 100.0 / | ||
| 2 FREE / | ||
| / | ||
|
|
||
| BCMECH | ||
| 1 FREE / | ||
| 2 NONE / | ||
| 3 FREE / | ||
| 4 FREE / | ||
| / | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What happens if you do BCMECH 1 FREE here? Is this an allowed setup?
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Yes, that is allowed. BCMECH info is appended to the BCPROP info in that case. I changed BCMECH to apply something to all BCCON faces. |
||
|
|
||
| TSTEP | ||
| 5*1 | ||
| / | ||
|
|
||
| BCPROP | ||
| 1 RATE WATER 400.0 / | ||
| / | ||
|
|
||
| TSTEP | ||
| 5*1 | ||
| / | ||
|
|
||
| BCMECH | ||
| 1 NONE / | ||
| 2 FREE / | ||
| 3 NONE / | ||
| 4 NONE / | ||
| / | ||
|
|
||
| TSTEP | ||
| 5*1 | ||
| / | ||
|
|
||
| END | ||
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.
2026?
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.
fixed