File: wells_manager_data_wellSTOP.data

package info (click to toggle)
opm-simulators 2024.10%2Bds-6
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 19,416 kB
  • sloc: cpp: 165,337; sh: 1,285; lisp: 1,108; python: 355; makefile: 24; awk: 10
file content (76 lines) | stat: -rw-r--r-- 1,027 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
-- This reservoir simulation deck is made available under the Open Database
-- License: http://opendatacommons.org/licenses/odbl/1.0/. Any rights in
-- individual contents of the database are licensed under the Database Contents
-- License: http://opendatacommons.org/licenses/dbcl/1.0/


RUNSPEC

OIL
GAS
WATER


DIMENS
   10 10  5  /

GRID

DXV
10*1000.0 /

DYV
10*1000.0 /

DZV
10.0 20.0 30.0 10.0 5.0 /

TOPS
  100*10 / 

PERMX
   500*0.25 /

COPY
  PERMX PERMY /
  PERMX PERMZ /
/

PORO
  500*0.15 / 

SCHEDULE

WELSPECS
    'INJ1' 'G'    1  1    8335 'GAS'  /
    'PROD1' 'G'   10 10    8400 'OIL'  /
    'STOP'  'G'   5  5     8400 'OIL'  /
/

COMPDAT
    'INJ1'   1  1 1  1 'OPEN' 1   10.6092   0.5  /
    'PROD1'  10 3 3  3 'OPEN' 0   10.6092   0.5  /
    'STOP'   5  3 1  3 'OPEN' 0   10.6092   0.5  /
/

WCONHIST
     'STOP' 'STOP' 'GRAT' 0 0 0 /
/

WCONPROD
     'PROD1' 'OPEN' 'ORAT' 20000  4* 1000 /
/

WCONINJE
     'INJ1' 'GAS' 'OPEN' 'RATE' 100 200 400 /
/


WELOPEN
   'INJ1' 'STOP' 5* /
/

TSTEP
  10 /

END