From 01f0beb8ca983db1c87e912e55b7b38ea86713cf Mon Sep 17 00:00:00 2001 From: Steinar Foss Date: Fri, 16 Aug 2019 13:41:43 +0200 Subject: [PATCH] added keywords: COMPFLSH, COMPLMPL, COMPOFF. --- .../eclipse/share/keywords/000_Eclipse100/C/COMPFLSH | 12 ++++++++++++ .../eclipse/share/keywords/000_Eclipse100/C/COMPLMPL | 12 ++++++++++++ .../eclipse/share/keywords/000_Eclipse100/C/COMPOFF | 1 + .../parser/eclipse/share/keywords/keyword_list.cmake | 3 +++ 4 files changed, 28 insertions(+) create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPFLSH create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPLMPL create mode 100644 src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPOFF diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPFLSH b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPFLSH new file mode 100644 index 000000000..866b16930 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPFLSH @@ -0,0 +1,12 @@ +{"name" : "COMPFLSH" , "sections" : ["SCHEDULE"], + "items" : [ + {"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "I" , "value_type" : "INT", "default": 0}, + {"name" : "J" , "value_type" : "INT", "default": 0}, + {"name" : "UPPER_K" , "value_type" : "INT", "default": 0}, + {"name" : "LOWER_K" , "value_type" : "INT", "default": 0}, + {"name" : "F1" , "value_type" : "DOUBLE", "dimension": "1", "default": 1.0}, + {"name" : "F2" , "value_type" : "DOUBLE", "dimension": "1", "default": 1.0}, + {"name" : "FLASH_PVTNUM" , "value_type" : "INT", "default": 0} + ] +} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPLMPL b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPLMPL new file mode 100644 index 000000000..42322ef68 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPLMPL @@ -0,0 +1,12 @@ +{"name" : "COMPLMPL" , "sections" : ["SCHEDULE"], + "items" : [ + {"name" : "WELL" , "value_type" : "STRING"}, + {"name" : "GRID" , "value_type" : "STRING", "default": ""}, + {"name" : "I" , "value_type" : "INT", "default": 0}, + {"name" : "J" , "value_type" : "INT", "default": 0}, + {"name" : "UPPER_K" , "value_type" : "INT", "default": 0}, + {"name" : "LOWER_K" , "value_type" : "INT", "default": 0}, + {"name" : "COMPLETION_NUMBER" , "value_type" : "INT"} + + ] +} diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPOFF b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPOFF new file mode 100644 index 000000000..635a1ee89 --- /dev/null +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/C/COMPOFF @@ -0,0 +1 @@ +{"name" : "COMPOFF", "sections" : ["SCHEDULE"]} diff --git a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake index 5f0771e50..80def5713 100644 --- a/src/opm/parser/eclipse/share/keywords/keyword_list.cmake +++ b/src/opm/parser/eclipse/share/keywords/keyword_list.cmake @@ -76,8 +76,11 @@ set( keywords 000_Eclipse100/C/COLUMNS 000_Eclipse100/C/COMPDAT 000_Eclipse100/C/COMPDATL + 000_Eclipse100/C/COMPFLSH 000_Eclipse100/C/COMPIMB + 000_Eclipse100/C/COMPLMPL 000_Eclipse100/C/COMPLUMP + 000_Eclipse100/C/COMPOFF 000_Eclipse100/C/COMPORD 000_Eclipse100/C/COMPSEGS 000_Eclipse100/C/CONNECTION_PROBE