Added MULTIREG keyword.
This commit is contained in:
6
opm/parser/share/keywords/000_Eclipse100/M/MULTIREG
Normal file
6
opm/parser/share/keywords/000_Eclipse100/M/MULTIREG
Normal file
@@ -0,0 +1,6 @@
|
||||
{"name" : "MULTIREG" , "sections" : ["GRID","EDIT","PROP","REGIONS","SOLUTION"],
|
||||
"items" :
|
||||
[{"name" : "ARRAY" , "value_type" : "STRING" , "description" : "The 3D array we will update"},
|
||||
{"name" : "FACTOR" , "value_type" : "DOUBLE" , "description" : "The value we will multiply with" , "default" : 0} ,
|
||||
{"name" : "REGION_NUMBER" , "value_type" : "INT" , "description" : "The region number we are interested in"} ,
|
||||
{"name" : "REGION_NAME" , "value_type" : "STRING" , "description" : "The name of the region we are interested in" , "default" : "M"}]}
|
||||
Reference in New Issue
Block a user