Skip to content

Commit b48adc1

Browse files
committed
Add observation of RFT pressure
1 parent 3c4b5cf commit b48adc1

3 files changed

Lines changed: 11 additions & 6 deletions

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
POROSITY UNIFORM 0.1 0.9
22
X_MID_PERMEABILITY UNIFORM 0.1 0.9
3+
Z_MID_PERMEABILITY UNIFORM 0.1 0.9
4+
EQL_PRESSURE UNIFORM 4000 4800

examples/rft_example/obs.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ SUMMARY_OBSERVATION WOPT_2018
2121
DATE = 2018-01-31;
2222
KEY = WOPT:PROD;
2323
};
24+
25+
GENERAL_OBSERVATION PROD_PRESSURE
26+
{
27+
DATA = PROD_RFT;
28+
OBS_FILE = prod_pressure.txt;
29+
RESTART = 1;
30+
};

examples/rft_example/resources/SPE1.DATA.jinja2

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,21 +96,17 @@ TOPS
9696
100*8325 /
9797

9898
PORO
99-
-- Constant porosity of 0.3 throughout all 300 grid cells
10099
300*{{parameters.FIELD_PROPERTIES.POROSITY}} /
101100

102101
PERMX
103-
-- The layers have perm. 500mD, 50mD and 200mD, respectively.
104102
100*500 100*{{100 * parameters.FIELD_PROPERTIES.X_MID_PERMEABILITY}} 100*200 /
105103

106104
PERMY
107105
-- Equal to PERMX
108106
100*500 100*50 100*200 /
109107

110108
PERMZ
111-
-- Cannot find perm. in z-direction in Odeh's paper
112-
-- For the time being, we will assume PERMZ equal to PERMX and PERMY:
113-
100*500 100*50 100*200 /
109+
100*500 100*{{100 * parameters.FIELD_PROPERTIES.X_MID_PERMEABILITY}} 100*200 /
114110
ECHO
115111

116112
PROPS
@@ -277,7 +273,7 @@ EQUIL
277273
-- Item 9: Set to 0 as this is the only value supported by OPM
278274

279275
-- Item #: 1 2 3 4 5 6 7 8 9
280-
8400 4800 8450 0 8300 0 1 0 0 /
276+
8400 {{parameters.FIELD_PROPERTIES.EQL_PRESSURE}} 8450 0 8300 0 1 0 0 /
281277

282278
RSVD
283279
-- Dissolved GOR is initially constant with depth through the reservoir.

0 commit comments

Comments
 (0)