mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 17:26:27 -06:00
05775a0b36
this basically means using Opm::EclipseState instead of the raw deck for these keywords. with this, property modifiers like ADD, MULT, COPY and friends are supported for at least the PERM* keywords. If additional keywords are required these can be added relatively easily as well. no ctest regressions have been observed with this patch on my machine.
82 lines
964 B
Plaintext
82 lines
964 B
Plaintext
-- Most of the following sections are not actually needed by the test,
|
|
-- but it is required by the Eclipse reference manual that they are
|
|
-- present. Also, the higher level opm-parser classes
|
|
-- (i.e. Opm::EclipseState et al.) assume that they are present.
|
|
|
|
-------------------------------------
|
|
RUNSPEC
|
|
|
|
WATER
|
|
OIL
|
|
GAS
|
|
|
|
DIMENS
|
|
3 3 3 /
|
|
|
|
TABDIMS
|
|
1 1 40 20 1 20 /
|
|
|
|
EQLDIMS
|
|
-- NTEQUL
|
|
1 /
|
|
|
|
-------------------------------------
|
|
GRID
|
|
|
|
-- Opm::EclipseState assumes that _some_ grid gets defined, so let's
|
|
-- specify a fake one...
|
|
|
|
DXV
|
|
1 2 3 /
|
|
|
|
DYV
|
|
4 5 6 /
|
|
|
|
DZV
|
|
7 8 9 /
|
|
|
|
DEPTHZ
|
|
16*123.456 /
|
|
|
|
-------------------------------------
|
|
PROPS
|
|
|
|
PVDO
|
|
100 1.0 1.0
|
|
200 0.5 1.0
|
|
/
|
|
|
|
PVDG
|
|
100 0.05 0.1
|
|
200 0.02 0.2
|
|
/
|
|
|
|
PVTW
|
|
1.0 1.0 4.0E-5 0.96 0.0
|
|
/
|
|
|
|
SWOF
|
|
0 0 1 0
|
|
1 1 0 0
|
|
/
|
|
|
|
SGOF
|
|
0 0 1 0
|
|
1 1 0 0
|
|
/
|
|
|
|
DENSITY
|
|
700 1000 10
|
|
/
|
|
|
|
-------------------------------------
|
|
SOLUTION
|
|
|
|
EQUIL
|
|
5 150 5 0 2 0 1* 1* 0
|
|
/
|
|
|
|
-------------------------------------
|
|
SCHEDULE
|
|
-- empty section
|