Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
143 changes: 143 additions & 0 deletions tpsa/TPSA_BC.DATA
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

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2026?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

-- 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 /
/

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The 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?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The 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