mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 02:30:18 -06:00
4d9a30807b
- Make test use three phases, not two. - Avoid interpolation failure by adding a line to PVDG.
81 lines
989 B
Plaintext
81 lines
989 B
Plaintext
-- =====================================================================
|
|
RUNSPEC
|
|
|
|
OIL
|
|
WATER
|
|
GAS
|
|
|
|
METRIC
|
|
|
|
DIMENS
|
|
1 1 1
|
|
/
|
|
|
|
TABDIMS
|
|
-- use the default values for TABDIMS, but the keyword must be present
|
|
-- if any tables ought to be specified...
|
|
/
|
|
|
|
-- =====================================================================
|
|
GRID
|
|
|
|
DXV
|
|
1
|
|
/
|
|
|
|
DYV
|
|
1
|
|
/
|
|
|
|
DZV
|
|
0.1
|
|
/
|
|
|
|
DEPTHZ
|
|
4*0
|
|
/
|
|
|
|
-- =====================================================================
|
|
PROPS
|
|
|
|
PVTW
|
|
-- Pw Bw(Pw) Cw muw Cv
|
|
1 1 0 1000 0
|
|
/
|
|
|
|
PVCDO
|
|
-- Po Bo(Po) Co muo Cv
|
|
1 1 0 1000 0
|
|
/
|
|
|
|
PVDG
|
|
-- Pg Bg(Pg) mug
|
|
1 1 1
|
|
800 0.99999999 1
|
|
/
|
|
|
|
SWOF
|
|
0 0 1 0
|
|
1 1 0 0
|
|
/
|
|
|
|
SGOF
|
|
0 0 1 0
|
|
1 1 0 0
|
|
/
|
|
|
|
DENSITY
|
|
800 1000 1
|
|
/
|
|
|
|
-- =====================================================================
|
|
SOLUTION
|
|
-- empty section
|
|
|
|
-- =====================================================================
|
|
SCHEDULE
|
|
-- empty section
|
|
|
|
-- =====================================================================
|
|
END
|