mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 17:26:27 -06:00
4b66b0874e
Methods that returns the scaled critical gas (SGCR) saturation and the scaled critical gas in oil saturation (SOGCR) is added to BlackoilPropsAdFromDeck and BlackoilPropsAdInterface A test is added in test_boprops_ad and fluid.data is modified to make the test non trivial.
90 lines
1.1 KiB
Plaintext
90 lines
1.1 KiB
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.12 0 1 0
|
|
0.15 0 1 0
|
|
0.17 0.01 1 0
|
|
0.2 0.5 0.5 0
|
|
0.96 0.9 0.1 0
|
|
0.98 0.95 0 0
|
|
1 1 0 0
|
|
/
|
|
|
|
SGOF
|
|
0 0 1.0 0
|
|
0.02 0 1.0 0
|
|
0.05 0.1 0.9 0
|
|
0.86 0.9 0.1 0
|
|
0.87 0.95 0 0
|
|
0.88 1.0 0 0
|
|
/
|
|
|
|
DENSITY
|
|
800 1000 1
|
|
/
|
|
|
|
-- =====================================================================
|
|
SOLUTION
|
|
-- empty section
|
|
|
|
-- =====================================================================
|
|
SCHEDULE
|
|
-- empty section
|
|
|
|
-- =====================================================================
|
|
END
|