From 60870b0f5adbe034f797ee47c189f0680f8bd352 Mon Sep 17 00:00:00 2001 From: Joakim Hove Date: Mon, 14 Oct 2019 18:56:51 +0200 Subject: [PATCH] Add keywords starting with R --- .../share/keywords/000_Eclipse100/R/RAINFALL | 18 ++++++++++ .../share/keywords/000_Eclipse100/R/RBEDCONT | 5 +++ .../share/keywords/000_Eclipse100/R/RCMASTS | 5 +++ .../share/keywords/000_Eclipse100/R/REACACT | 0 .../share/keywords/000_Eclipse100/R/REACHES | 23 ++++++++++++ .../share/keywords/000_Eclipse100/R/READDATA | 5 +++ .../share/keywords/000_Eclipse100/R/RESIDNUM | 3 ++ .../share/keywords/000_Eclipse100/R/RESVNUM | 5 +++ .../share/keywords/000_Eclipse100/R/RIVDEBUG | 5 +++ .../share/keywords/000_Eclipse100/R/RIVERSYS | 8 +++++ .../share/keywords/000_Eclipse100/R/RIVRDIMS | 17 +++++++++ .../share/keywords/000_Eclipse100/R/RIVRPROP | 7 ++++ .../share/keywords/000_Eclipse100/R/RIVRXSEC | 8 +++++ .../share/keywords/000_Eclipse100/R/RIVSALT | 7 ++++ .../share/keywords/000_Eclipse100/R/RIVTRACE | 9 +++++ .../share/keywords/000_Eclipse100/R/ROCKFRAC | 3 ++ .../share/keywords/000_Eclipse100/R/ROCKPAMA | 14 ++++++++ .../share/keywords/000_Eclipse100/R/ROCKTABH | 7 ++++ .../share/keywords/000_Eclipse100/R/ROCKTABW | 7 ++++ .../share/keywords/000_Eclipse100/R/ROCKTHSG | 8 +++++ .../share/keywords/000_Eclipse100/R/ROCKTSIG | 8 +++++ .../share/keywords/000_Eclipse100/R/ROCKV | 3 ++ .../share/keywords/000_Eclipse100/R/RPTCPL | 3 ++ .../share/keywords/000_Eclipse100/R/RPTGRIDL | 1 + .../share/keywords/000_Eclipse100/R/RPTHMD | 10 ++++++ .../share/keywords/000_Eclipse100/R/RPTHMG | 5 +++ .../share/keywords/000_Eclipse100/R/RPTHMW | 6 ++++ .../share/keywords/000_Eclipse100/R/RPTINIT | 5 +++ .../share/keywords/000_Eclipse100/R/RPTISOL | 4 +++ .../share/keywords/000_Eclipse100/R/RSGI | 5 +++ .../share/keywords/000_Eclipse100/R/RSSPEC | 2 ++ .../share/keywords/000_Eclipse100/R/RSSSPEC | 2 ++ .../share/keywords/000_Eclipse100/R/RVCONST | 7 ++++ .../share/keywords/000_Eclipse100/R/RVCONSTT | 6 ++++ .../share/keywords/000_Eclipse100/R/RVGI | 5 +++ .../eclipse/share/keywords/keyword_list.cmake | 35 ++++++++++++++++++- 36 files changed, 270 insertions(+), 1 deletion(-) create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RAINFALL create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RBEDCONT create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RCMASTS create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/REACACT create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/REACHES create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/READDATA create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESIDNUM create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESVNUM create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVDEBUG create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVERSYS create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRDIMS create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRPROP create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRXSEC create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVSALT create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVTRACE create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKFRAC create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKPAMA create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABH create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABW create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTHSG create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTSIG create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKV create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTCPL create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTGRIDL create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMD create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMG create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMW create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTINIT create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTISOL create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSGI create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSPEC create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSSPEC create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONST create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONSTT create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVGI diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RAINFALL b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RAINFALL new file mode 100644 index 000000000..fe079882e --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RAINFALL @@ -0,0 +1,18 @@ +{"name" : "RAINFALL", + "sections" : ["SOLUTION", "SCHEDULE"], + "size" : 1, + "items" : + [{"name" : "AQUIFER_ID", "value_type" : "INT"}, + {"name" : "JAN_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "FEB_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "MAR_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "APR_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "MAI_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "JUN_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "JUL_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "AUG_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "SEP_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "OCT_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "NOV_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}, + {"name" : "DES_FLUX", "value_type" : "DOUBLE", "dimension" : "LiquidSurfaceVolume/Time*Length*Length"}]} + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RBEDCONT b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RBEDCONT new file mode 100644 index 000000000..5823d9361 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RBEDCONT @@ -0,0 +1,5 @@ +{"name" : "RBEDCONT", + "sections" : ["PROPS"], + "size" : {"keyword" : "RIVRDIMS", "item" : "MXTBGR"}, + "items" : [ + {"name" : "DATA", "value_type" : "DOUBLE", "size_type" : "ALL", "dimension" : ["Length", "Length*Length"]}]} \ No newline at end of file diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RCMASTS b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RCMASTS new file mode 100644 index 000000000..554bff74e --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RCMASTS @@ -0,0 +1,5 @@ +{"name" : "RCMASTS", + "sections" : ["SCHEDULE"], + "size" : 1, + "items" : [ + {"name" : "MIN_TSTEP", "value_type" : "DOUBLE", "dimension" : "Time"}]} \ No newline at end of file diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/REACACT b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/REACACT new file mode 100644 index 000000000..e69de29bb diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/REACHES b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/REACHES new file mode 100644 index 000000000..0975ac048 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/REACHES @@ -0,0 +1,23 @@ +{"name" : "REACHES", + "sections" : ["SCHEDULE"], + "records" : [ + [{"name" : "RIVER", "value_type" : "STRING"}, + {"name" : "XPOS", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "YPOS", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "ZPOS", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "LENGTH1", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "INPUT_TYPE", "value_type" : "STRING"}], + [{"name" : "START_REACH", "value_type" : "INT"}, + {"name" : "END_REACH", "value_type" : "INT"}, + {"name" : "OUTLET_REACH", "value_type" : "INT"}, + {"name" : "BRANCH", "value_type" : "STRING"}, + {"name" : "LENGTH2", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "DEPTH", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "PROFILE", "value_type" : "INT", "default" : 1}, + {"name" : "ROUGHNESS" , "value_type" : "DOUBLE"}, + {"name" : "XLENGTH", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "YLENGTH", "value_type" : "DOUBLE", "dimension" : "Length"}, + {"name" : "REACH_LENGTH", "value_type" : "DOUBLE", "dimension" : "Length", "default" : 0}, + {"name" : "NUM_REACHES", "value_type" : "INT", "default" : 1}, + {"name" : "DEPTH_SOMETHING", "value_type" : "INT", "default" : 1}]]} + \ No newline at end of file diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/READDATA b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/READDATA new file mode 100644 index 000000000..d4509be5f --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/READDATA @@ -0,0 +1,5 @@ +{"name" : "READDATA", +"sections" : ["SCHEDULE"], +"size" : 1, +"items" : [ +{"name" : "INPUT_METHOD", "value_type" : "STRING", "default" : "FILE"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESIDNUM b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESIDNUM new file mode 100644 index 000000000..d66abb4d3 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESIDNUM @@ -0,0 +1,3 @@ +{"name" : "RESIDNUM", +"sections" : ["REGIONS"], +"data" : {"value_type" : "INT"}} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESVNUM b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESVNUM new file mode 100644 index 000000000..90845bece --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RESVNUM @@ -0,0 +1,5 @@ +{"name" : "RESVNUM", +"sections" : ["GRID"], +"size" : 1, +"items" : [ +{"name" : "NEXT_RES", "value_type" : "INT"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVDEBUG b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVDEBUG new file mode 100644 index 000000000..31458c7ac --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVDEBUG @@ -0,0 +1,5 @@ +{"name" : "RIVDEBUG", + "sections" : ["SCHEDULE"], + "items" : [ + {"name" : "RIVER", "value_type" : "STRING"}, + {"name" : "DEBUG_CONTROL" , "value_type" : "INT"}]} \ No newline at end of file diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVERSYS b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVERSYS new file mode 100644 index 000000000..a182f4a2a --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVERSYS @@ -0,0 +1,8 @@ +{"name" : "RIVERSYS", +"sections" : ["SOLUTION", "SCHEDULE"], +"records" : [[ +{"name" : "RIVER", "value_type" : "STRING"}, +{"name" : "EQUATION", "value_type" : "STRING"}], +[{"name" : "BRANCH_NR", "value_type": "INT"}, + {"name" : "BRANCH_NAME", "value_type" : "STRING"}, + {"name" : "DOWNSTREAM_BC", "value_type" : "STRING", "size_type" : "ALL"}]]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRDIMS b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRDIMS new file mode 100644 index 000000000..cad7a97f6 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRDIMS @@ -0,0 +1,17 @@ +{"name" : "RIVRDIMS", +"sections" : ["RUNSPEC"], +"size" : 1, +"items" : [ +{"name": "MAX_RIVERS", "value_type" : "INT", "default" : 0}, +{"name": "MAX_REACHES", "value_type" : "INT", "default" : 1}, +{"name": "MAX_BRANCHES", "value_type" : "INT", "default" : 1}, +{"name": "MAX_BLOCKS", "value_type" : "INT", "default" : 1}, +{"name": "MXTBPR", "value_type" : "INT", "default" : 1}, +{"name": "MXDPTB", "value_type" : "INT", "default" : 2}, +{"name": "MXTBGR", "value_type" : "INT", "default" : 1}, +{"name": "NMDEPT", "value_type" : "INT", "default" : 0}, +{"name": "MXDEPT", "value_type" : "INT", "default" : 2}, +{"name": "NMMAST", "value_type" : "INT", "default" : 0}, +{"name": "MXMAST", "value_type" : "INT", "default" : 2}, +{"name": "NRATTA", "value_type" : "INT", "default" : 0}, +{"name": "MXRATE", "value_type" : "INT", "default" : 2}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRPROP b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRPROP new file mode 100644 index 000000000..0b883bf8d --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRPROP @@ -0,0 +1,7 @@ +{"name" : "RIVRPROP", +"sections" : ["SCHEDULE"], +"items" : [ +{"name" : "RIVER", "value_type" : "STRING"}, +{"name": "REACH1", "value_type" :"INT"}, +{"name" : "REACH2", "value_type" : "INT"}, +{"name" : "ROUGHNESS", "value_type" : "DOUBLE"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRXSEC b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRXSEC new file mode 100644 index 000000000..67e7a7ecf --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVRXSEC @@ -0,0 +1,8 @@ +{"name" : "RIVRXSEC", +"sections" : ["PROPS"], +"size": {"keyword" : "RIVRDIMS", "item" : "MXDPTB"}, +"items" : [ +{"name" : "DEPTH", "value_type" : "DOUBLE", "dimension" : "Length"}, +{"name" : "WET_PERIMTER", "value_type" : "DOUBLE", "dimension" : "Length"}, +{"name" : "AREA", "value_type" : "DOUBLE", "dimension" : "Length*Length"}]} + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVSALT b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVSALT new file mode 100644 index 000000000..c8b10b11a --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVSALT @@ -0,0 +1,7 @@ +{"name" : "RIVSALT", + "sections" : ["SCHEDULE"], + "items" : [ + {"name" : "RIVER", "value_type" : "STRING"}, + {"name" : "SALINITY", "value_type" : "DOUBLE", "dimension" : "Mass/LiquidSurfaceVolume"}, + {"name" : "BRANCH", "value_type" : "STRING"}, + {"name" : "REACH", "value_type" : "INT"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVTRACE b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVTRACE new file mode 100644 index 000000000..4ac3d95a5 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RIVTRACE @@ -0,0 +1,9 @@ +{"name" : "RIVTRACE", + "sections" : ["SCHEDULE"], + "items" : [ + {"name" : "RIVER", "value_type" : "STRING"}, + {"name" : "TRACER", "value_type" : "STRING"}, + {"name" : "TC", "value_type" : "DOUBLE"}, + {"name" : "TCUM", "value_type" : "DOUBLE", "dimension" : "1/LiquidSurfaceVolume"}, + {"name" : "BRANCH", "value_type" : "STRING"}, + {"name" : "REACH", "value_type" : "INT"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKFRAC b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKFRAC new file mode 100644 index 000000000..314a0a1d9 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKFRAC @@ -0,0 +1,3 @@ +{"name" : "ROCKFRAC", +"sections" : ["GRID"], +"data" : {"value_type" : "DOUBLE"}} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKPAMA b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKPAMA new file mode 100644 index 000000000..ee3c1fcb5 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKPAMA @@ -0,0 +1,14 @@ +{"name" : "ROCKPAMA", +"sections" : ["PROPS"], +"items" : [ +{"name" : "K", "value_type" : "DOUBLE", "dimensions" : "Pressure"}, +{"name" : "M", "value_type" : "DOUBLE", "dimensions" : "Pressure"}, +{"name" : "G", "value_type" : "DOUBLE", "dimensions" : "1/Pressure", "default" : 0}, +{"name" : "B", "value_type" : "DOUBLE", "dimensions" : "1/Pressure", "default" : 0}, +{"name" : "E1", "value_type" : "DOUBLE", "default" : 0}, +{"name" : "f", "value_type" : "DOUBLE", "default" : 0.5}, +{"name" : "n", "value_type" : "DOUBLE", "default" : 3.0}, +{"name" : "g", "value_type" : "DOUBLE", "default" : 1.0}, +{"name" : "Bs", "value_type" : "DOUBLE", "dimensions" : "1/Pressure", "default" : 0}, +{"name" : "Es", "value_type" : "DOUBLE", "default" : 0}]} + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABH b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABH new file mode 100644 index 000000000..d52de40e7 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABH @@ -0,0 +1,7 @@ +{"name" : "ROCKTABH" , "sections" : ["PROPS"], "size" : {"keyword" : "ROCKCOMP" , "item" : "NTROCC"}, + "items" : [{ + "name":"DATA", + "value_type":"DOUBLE", + "size_type":"ALL" + }] +} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABW b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABW new file mode 100644 index 000000000..f1de923a0 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTABW @@ -0,0 +1,7 @@ +{"name" : "ROCKTABW" , "sections" : ["PROPS"], "size" : {"keyword" : "ROCKCOMP" , "item" : "NTROCC"}, + "items" : [{ + "name":"DATA", + "value_type":"DOUBLE", + "size_type":"ALL" + }] +} \ No newline at end of file diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTHSG b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTHSG new file mode 100644 index 000000000..60a4a9ce8 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTHSG @@ -0,0 +1,8 @@ +{"name" : "ROCKTHSG" , "sections" : ["PROPS"], "size" : {"keyword" : "ROCKCOMP" , "item" : "NTROCC"}, + "items" : [{ + "name":"DATA", + "value_type":"DOUBLE", + "size_type":"ALL", + "dimension":["Pressure","1"] + }] +} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTSIG b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTSIG new file mode 100644 index 000000000..3c99f91a2 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKTSIG @@ -0,0 +1,8 @@ +{"name" : "ROCKTSIG" , "sections" : ["PROPS"], "size" : {"keyword" : "ROCKCOMP" , "item" : "NTROCC"}, + "items" : [{ + "name":"DATA", + "value_type":"DOUBLE", + "size_type":"ALL", + "dimension":["Pressure","1"] + }] +} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKV b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKV new file mode 100644 index 000000000..766f23bac --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/ROCKV @@ -0,0 +1,3 @@ +{"name" : "ROCKV", +"sections" : ["EDIT"], +"data" : {"value_type" : "DOUBLE", "dimension" : "ReservoirVolume"}} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTCPL b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTCPL new file mode 100644 index 000000000..023ab83cc --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTCPL @@ -0,0 +1,3 @@ +{"name" : "RPTCPL", + "sections" : ["RUNSPEC"], + "size" : 1} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTGRIDL b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTGRIDL new file mode 100644 index 000000000..028ca2f2c --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTGRIDL @@ -0,0 +1 @@ +{"name" : "RPTGRIDL" , "sections" : ["GRID"] , "size" : 1 , "items" : [{"name" : "DATA" , "size_type" : "ALL" , "value_type" : "STRING"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMD b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMD new file mode 100644 index 000000000..57956df9d --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMD @@ -0,0 +1,10 @@ +{"name" : "RPTHMD", +"sections" : ["RUNSPEC"], +"size" : 1, +"items" : [ +{"name" : "ITEM1", "value_type" : "INT", "default" : 0}, +{"name" : "ITEM2", "value_type" : "INT", "default" : 0}, +{"name" : "ITEM3", "value_type" : "INT", "default" : 0}, +{"name" : "ITEM4", "value_type" : "INT", "default" : 0}, +{"name" : "ITEM5", "value_type" : "INT", "default" : 0}, +{"name" : "ITEM6", "value_type" : "INT", "default" : 0}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMG b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMG new file mode 100644 index 000000000..00dbd6379 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMG @@ -0,0 +1,5 @@ +{"name" : "RPTHMG", +"sections": ["SCHEDULE"], +"items" : [ +{"name" : "GROUP", "value_type" : "STRING"}, +{"name" : "INCLUDE", "value_type" : "STRING"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMW b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMW new file mode 100644 index 000000000..9cdaf3120 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTHMW @@ -0,0 +1,6 @@ +{"name" : "RPTHMW", +"sections": ["SCHEDULE"], +"items" : [ +{"name" : "GROUP", "value_type" : "STRING"}, +{"name" : "INCLUDE", "value_type" : "STRING", "default" : "ON"}, +{"name" : "INCLUDE_RFT", "value_type" : "STRING", "default": "OFF"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTINIT b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTINIT new file mode 100644 index 000000000..04b879c31 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTINIT @@ -0,0 +1,5 @@ +{"name" : "RPTINIT", +"sections" : ["GRID"], +"size" : 1, +"items" : [ +{"name" : "MNEMONICS_LIST", "size_type" : "ALL", "value_type" : "STRING"}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTISOL b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTISOL new file mode 100644 index 000000000..2f7cfb1c6 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RPTISOL @@ -0,0 +1,4 @@ +{ + "name" : "RPTISOL", + "sections" : ["GRID"] +} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSGI b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSGI new file mode 100644 index 000000000..e33b69c4b --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSGI @@ -0,0 +1,5 @@ +{"name" : "RSGI", +"sections" : ["PROPS"], +"size" : {"keyword" : "TABDIMS", "item" : "NTPVT"}, +"items" : [ +{"name" : "DATA", "size_type" : "ALL", "value_type" : "DOUBLE", "dimension" : ["Pressure", "1"]}]} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSPEC b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSPEC new file mode 100644 index 000000000..4cc657f82 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSPEC @@ -0,0 +1,2 @@ +{"name" : "RSSPEC", + "sections" : ["RUNSPEC"]} \ No newline at end of file diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSSPEC b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSSPEC new file mode 100644 index 000000000..4cc657f82 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RSSSPEC @@ -0,0 +1,2 @@ +{"name" : "RSSPEC", + "sections" : ["RUNSPEC"]} \ No newline at end of file diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONST b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONST new file mode 100644 index 000000000..7a7fdfe5b --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONST @@ -0,0 +1,7 @@ +{"name" : "RVCONST", +"sections" : ["PROPS"], +"size" : 1, +"items" : [ +{"name" : "RV", "value_type" : "DOUBLE", "dimension" : "OilDissolutionFactor"}, +{"name" : "DEWP", "value_type" : "DOUBLE", "dimension" : "Pressure"}]} + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONSTT b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONSTT new file mode 100644 index 000000000..9bedd915d --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVCONSTT @@ -0,0 +1,6 @@ +{"name" : "RVCONSTT", +"sections" : ["PROPS"], +"size" : {"keyword" : "TABDIMS", "item" : "NTPVT"}, +"items" : [ +{"name" : "DATA", "value_type" : "DOUBLE", "dimension" : ["OilDissolutionFactor", "Pressure"], "size_type" : "ALL"}]} + diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVGI b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVGI new file mode 100644 index 000000000..feec20ec1 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/R/RVGI @@ -0,0 +1,5 @@ +{"name" : "RVGI", +"sections" : ["PROPS"], +"size" : {"keyword" : "TABDIMS", "item" : "NTPVT"}, +"items" : [ +{"name" : "DATA", "size_type" : "ALL", "value_type" : "DOUBLE", "dimension" : ["Pressure", "1"]}]} diff --git a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake index 34f9f86ff..0e4a51831 100644 --- a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake +++ b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake @@ -555,22 +555,50 @@ set( keywords 000_Eclipse100/Q/QDRILL 000_Eclipse100/R/RADFIN4 000_Eclipse100/R/RADIAL + 000_Eclipse100/R/RAINFALL + 000_Eclipse100/R/RBEDCONT + 000_Eclipse100/R/RCMASTS + 000_Eclipse100/R/REACHES + 000_Eclipse100/R/READDATA 000_Eclipse100/R/REFINE 000_Eclipse100/R/REGDIMS + 000_Eclipse100/R/RESIDNUM 000_Eclipse100/R/REGION_PROBE 000_Eclipse100/R/REGION2REGION_PROBE 000_Eclipse100/R/REGIONS 000_Eclipse100/R/RESTART + 000_Eclipse100/R/RESVNUM + 000_Eclipse100/R/RIVDEBUG + 000_Eclipse100/R/RIVERSYS + 000_Eclipse100/R/RIVRDIMS + 000_Eclipse100/R/RIVRPROP + 000_Eclipse100/R/RIVRXSEC + 000_Eclipse100/R/RIVSALT + 000_Eclipse100/R/RIVTRACE 000_Eclipse100/R/RKTRMDIR 000_Eclipse100/R/ROCK 000_Eclipse100/R/ROCK2D 000_Eclipse100/R/ROCK2DTR 000_Eclipse100/R/ROCKCOMP + 000_Eclipse100/R/ROCKFRAC 000_Eclipse100/R/ROCKNUM 000_Eclipse100/R/ROCKOPTS + 000_Eclipse100/R/ROCKPAMA 000_Eclipse100/R/ROCKTAB + 000_Eclipse100/R/ROCKTABH + 000_Eclipse100/R/ROCKTABW + 000_Eclipse100/R/ROCKTHSG + 000_Eclipse100/R/ROCKTSIG + 000_Eclipse100/R/ROCKV 000_Eclipse100/R/ROCKWNOD + 000_Eclipse100/R/RPTCPL 000_Eclipse100/R/RPTGRID + 000_Eclipse100/R/RPTGRIDL + 000_Eclipse100/R/RPTHMD + 000_Eclipse100/R/RPTHMG + 000_Eclipse100/R/RPTHMW + 000_Eclipse100/R/RPTINIT + 000_Eclipse100/R/RPTISOL 000_Eclipse100/R/RPTONLY 000_Eclipse100/R/RPTONLYO 000_Eclipse100/R/RPTPROPS @@ -578,11 +606,13 @@ set( keywords 000_Eclipse100/R/RPTRST 000_Eclipse100/R/RPTRUNSP 000_Eclipse100/R/RPTSCHED - 000_Eclipse100/R/RPTSOL 000_Eclipse100/R/RPTSMRY + 000_Eclipse100/R/RPTSOL 000_Eclipse100/R/RS 000_Eclipse100/R/RSCONST 000_Eclipse100/R/RSCONSTT + 000_Eclipse100/R/RSGI + 000_Eclipse100/R/RSSPEC 000_Eclipse100/R/RSVD 000_Eclipse100/R/RTEMP 000_Eclipse100/R/RTEMPA @@ -590,6 +620,9 @@ set( keywords 000_Eclipse100/R/RUNSPEC 000_Eclipse100/R/RUNSUM 000_Eclipse100/R/RV + 000_Eclipse100/R/RVCONST + 000_Eclipse100/R/RVCONSTT + 000_Eclipse100/R/RVGI 000_Eclipse100/R/RVVD 000_Eclipse100/S/SALT 000_Eclipse100/S/SALTNODE