mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-22 15:33:29 -06:00
29d184131d
tests/wells_no_perforation.data and tests/msw.data were falsely marked as GPLv3, the rest was missing lincense marks.
65 lines
787 B
Plaintext
65 lines
787 B
Plaintext
-- 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/
|
|
|
|
|
|
RUNSPEC
|
|
|
|
DIMENS
|
|
5 5 4 /
|
|
OIL
|
|
GAS
|
|
WATER
|
|
|
|
GRID
|
|
|
|
DX
|
|
100*100. /
|
|
|
|
DY
|
|
100*50. /
|
|
|
|
DZ
|
|
100*10. /
|
|
|
|
TOPS
|
|
25*2500 /
|
|
|
|
PORO
|
|
100*0.3 /
|
|
|
|
PERMX
|
|
100*10. /
|
|
|
|
PERMY
|
|
100*20. /
|
|
|
|
PERMZ
|
|
100*1. /
|
|
|
|
SCHEDULE
|
|
|
|
WELSPECS
|
|
'PROD1' 'P' 5 5 2525 'OIL' /
|
|
'INJE1' 'I' 1 1 2505 'GAS' /
|
|
/
|
|
|
|
COMPDAT
|
|
'PROD1' 5 5 3 4 'OPEN' 2* 0.15 /
|
|
'INJE1' 1 1 1 4 'OPEN' 2* 0.15 /
|
|
/
|
|
|
|
WCONINJE
|
|
'INJE1' 'WATER' 'OPEN' 'RATE' 1000. /
|
|
/
|
|
|
|
WCONPROD
|
|
'PROD1' 'OPEN' 'GRAT' 2* 50000. /
|
|
/
|
|
|
|
TSTEP
|
|
10 /
|
|
|
|
END
|