diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WSURFACT b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WSURFACT new file mode 100644 index 000000000..1303d49cf --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WSURFACT @@ -0,0 +1,5 @@ +{"name" : "WSEGTABL", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "SURFACT" , "value_type" : "UDA", "dimension" : "Mass/Length*Length*Length"}]} + + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTADD b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTADD new file mode 100644 index 000000000..0b33e5335 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTADD @@ -0,0 +1,8 @@ +{"name" : "WTADD", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "CONTROL", "value_type" : "STRING", "comment" : "The control mode seems to be a UDA??"}, + {"name" : "SHIFT" , "value_type" : "UDA"}, + {"name" : "NUM", "value_type" : "INT", "default" : 1}]} + + + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTEMPQ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTEMPQ new file mode 100644 index 000000000..278ff6615 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTEMPQ @@ -0,0 +1,6 @@ +{"name" : "WTEMPQ", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "LGR", "value_type" : "STRING"}]} + + + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTHPMAX b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTHPMAX new file mode 100644 index 000000000..8e43c5920 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTHPMAX @@ -0,0 +1,10 @@ +{"name" : "WTHPMAX", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "MAX_THP_DESIGN_LIMIT", "value_type" : "DOUBLE", "dimension" : "Pressure"}, + {"name" : "CONTROL", "value_type" : "STRING", "default" : "ORAT"}, + {"name" : "CONTROL_LIMIT", "value_type" : "DOUBLE"}, + {"name" : "THP_OPEN_LIMIT", "value_type" : "DOUBLE", "dimension" : "Pressure"}]} + + + + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTMULT b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTMULT new file mode 100644 index 000000000..9f636ca6a --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WTMULT @@ -0,0 +1,8 @@ +{"name" : "WTMULT", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "CONTROL", "value_type" : "STRING", "comment" : "The control mode seems to be a UDA??"}, + {"name" : "FACTOR" , "value_type" : "UDA"}, + {"name" : "NUM", "value_type" : "INT", "default" : 1}]} + + + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WVFPDP b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WVFPDP new file mode 100644 index 000000000..193ff821e --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WVFPDP @@ -0,0 +1,6 @@ +{"name" : "WVFPDP", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "DELTA_P", "value_type" : "DOUBLE", "dimension" : "Pressure"}, + {"name" : "LOSS_SCALING_FACTOR" , "value_type" : "DOUBLE", "default" : 1.0}]} + + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WVFPEXP b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WVFPEXP new file mode 100644 index 000000000..65febbeaf --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WVFPEXP @@ -0,0 +1,9 @@ +{"name" : "WVFPEXP", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "EXPLICIT_IMPLICIT", "value_type" : "STRING", "default" : "IMP"}, + {"name" : "CLOSE", "value_type" : "STRING", "default" : "NO"}, + {"name" : "PREVENT_THP", "value_type" : "STRING", "default" : "NO"}, + {"name" : "EXTRAPOLATION_CONTROL", "value_type" : "STRING", "default" : "WG"}]} + + + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WWPAVE b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WWPAVE new file mode 100644 index 000000000..f3e866a59 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/W/WWPAVE @@ -0,0 +1,8 @@ +{"name" : "WWPAVE", "sections" : ["SCHEDULE"], "items" : + [{"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "F1", "value_type" : "DOUBLE", "default" : 0.50}, + {"name" : "F2", "value_type" : "DOUBLE", "default" : 0.50}, + {"name" : "DEPTH_CORRECTION", "value_type" : "STRING", "default" : "WELL"}, + {"name" : "WELL_CONNECTION", "value_type" : "STRING", "default" : "OPEN"}]} + + diff --git a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake index 508321c73..f3bda7623 100644 --- a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake +++ b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake @@ -730,9 +730,17 @@ set( keywords 000_Eclipse100/W/WSEGTABL 000_Eclipse100/W/WSEGVALV 000_Eclipse100/W/WSOLVENT + 000_Eclipse100/W/WSURFACT + 000_Eclipse100/W/WTADD 000_Eclipse100/W/WTEMP + 000_Eclipse100/W/WTEMPQ 000_Eclipse100/W/WTEST + 000_Eclipse100/W/WTHPMAX + 000_Eclipse100/W/WTMULT 000_Eclipse100/W/WTRACER + 000_Eclipse100/W/WVFPDP + 000_Eclipse100/W/WVFPEXP + 000_Eclipse100/W/WWPAVE 000_Eclipse100/Z/ZCORN 000_Eclipse100/Z/ZIPPY2 000_Eclipse100/Z/ZIPP2OFF