Merge pull request #1014 from joakim-hove/w
W keywords including WPOTCALC
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{"name" : "WNETDP" , "sections" : ["SCHEDULE"], "items" :
|
||||
[{"name" : "WELL" , "value_type" : "STRING"},
|
||||
{"name" : "DP" , "value_type" : "DOUBLE", "default" : 0.0, "dimension" : "Pressure"}]}
|
||||
@@ -0,0 +1,9 @@
|
||||
{"name" : "WPIMULTL" , "sections" : ["SCHEDULE"] , "items" :
|
||||
[{"name" : "WELL" , "value_type" : "STRING"},
|
||||
{"name" : "WELLPI" , "value_type" : "DOUBLE" , "default" : 1.0},
|
||||
{"name" : "GRID", "value_type" : "STRING", "default" : ""},
|
||||
{"name" : "I" , "value_type" : "INT" },
|
||||
{"name" : "J" , "value_type" : "INT" },
|
||||
{"name" : "K" , "value_type" : "INT" },
|
||||
{"name" : "FIRST", "value_type" : "INT"},
|
||||
{"name" : "LAST", "value_type" : "INT"}]}
|
||||
@@ -0,0 +1,5 @@
|
||||
{"name" : "WPLUG" , "sections" : ["SCHEDULE"] , "items" :
|
||||
[{"name" : "WELL" , "value_type" : "STRING"},
|
||||
{"name" : "LENGTH_TOP" , "value_type" : "DOUBLE" , "dimension" : "Length"},
|
||||
{"name" : "LENGTH_BOTTOM" , "value_type" : "DOUBLE" , "dimension" : "Length"},
|
||||
{"name" : "SOURCE" , "value_type" : "STRING", "default" : "WELL"}]}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"name" : "WPOLYRED",
|
||||
"sections" : ["SCHEDULE" ],
|
||||
"items" :
|
||||
[{"name" : "WELL" , "value_type" : "STRING"},
|
||||
{"name" : "POLYMER_VISCOSITY_RED" , "value_type" : "DOUBLE" , "default" : 1.0}]}
|
||||
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"name" : "WPOTCALC",
|
||||
"size" : 1,
|
||||
"sections" : ["SCHEDULE" ],
|
||||
"items" :
|
||||
[{"name" : "FORCE_CALC", "value_type" : "STRING", "default": "YES"},
|
||||
{"name" : "USE_SEGMENT_VOLUMES" , "value_type" : "STRING" , "default" : "NO"}]}
|
||||
@@ -576,13 +576,18 @@ set( keywords
|
||||
000_Eclipse100/W/WLISTARG
|
||||
000_Eclipse100/W/WLISTNAM
|
||||
000_Eclipse100/W/WNETCTRL
|
||||
000_Eclipse100/W/WNETDP
|
||||
000_Eclipse100/W/WORKLIM
|
||||
000_Eclipse100/W/WORKTHP
|
||||
000_Eclipse100/W/WPAVE
|
||||
000_Eclipse100/W/WPAVEDEP
|
||||
000_Eclipse100/W/WPIMULT
|
||||
000_Eclipse100/W/WPIMULTL
|
||||
000_Eclipse100/W/WPITAB
|
||||
000_Eclipse100/W/WPLUG
|
||||
000_Eclipse100/W/WPOLYMER
|
||||
000_Eclipse100/W/WPOLYRED
|
||||
000_Eclipse100/W/WPOTCALC
|
||||
000_Eclipse100/W/WRFT
|
||||
000_Eclipse100/W/WRFTPLT
|
||||
000_Eclipse100/W/WSEGDIMS
|
||||
|
||||
Reference in New Issue
Block a user