mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
0219f83563
i.e. reading the grid properties from EclipseState instead of from the raw deck. This requires that all deck files exhibit a GRID and a SCHEDULE section or else EclipseState will throw in the constructor.
69 lines
881 B
Plaintext
69 lines
881 B
Plaintext
-- =====================================================================
|
|
RUNSPEC
|
|
|
|
OIL
|
|
WATER
|
|
|
|
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
|
|
/
|
|
|
|
SWOF
|
|
0 0 1 0
|
|
1 1 0 0
|
|
/
|
|
|
|
DENSITY
|
|
800 1000 1
|
|
/
|
|
|
|
-- =====================================================================
|
|
SOLUTION
|
|
-- empty section
|
|
|
|
-- =====================================================================
|
|
SCHEDULE
|
|
-- empty section
|
|
|
|
-- =====================================================================
|
|
END
|