From 22bba69159692f1261d5e376b9d8156ec24b1923 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Sat, 13 Dec 2014 20:40:01 +0100 Subject: [PATCH] Added MULTIREG keyword. --- opm/parser/share/keywords/000_Eclipse100/M/MULTIREG | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 opm/parser/share/keywords/000_Eclipse100/M/MULTIREG diff --git a/opm/parser/share/keywords/000_Eclipse100/M/MULTIREG b/opm/parser/share/keywords/000_Eclipse100/M/MULTIREG new file mode 100644 index 000000000..fcbe06f0b --- /dev/null +++ b/opm/parser/share/keywords/000_Eclipse100/M/MULTIREG @@ -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"}]}