opm-simulators/tests/fluid.data
Andreas Lauser 0219f83563 glue in support for property modifiers
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.
2014-06-09 12:36:46 +02:00

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