adding a few keywords related to skin pressure

SKPRPOLY, SKPRWAT, WSKPTAB
This commit is contained in:
Kai Bao
2018-04-12 13:52:48 +02:00
parent e4912d4fcf
commit 1432367e07
5 changed files with 28 additions and 4 deletions

View File

@@ -30,9 +30,6 @@ namespace Opm {
explicit PlymwinjTable(const DeckKeyword& table);
private:
// TODO: maybe this one is not necessary
// TODO: maybe table number should go to base class
};
}

View File

@@ -0,0 +1,8 @@
{"name" : "SKPRPOLY" , "sections" : ["PROPS"], "size" : "UNKNOWN",
"records" : [
[{"name" : "TABLE_NUMBER" , "value_type" : "INT"},
{"name" : "POLYMERCONCENTRATION" , "value_type" : "DOUBLE", "dimension" : "PolymerDensity"}],
[{"name" : "THROUGHPUT", "value_type" : "DOUBLE", "dimension" : "Length", "size_type" : "ALL"}],
[{"name" : "VELOCITY", "value_type" : "DOUBLE", "dimension" : "Length/Time", "size_type" : "ALL"}],
[{"name" : "SKINPRESSURE", "value_type" : "DOUBLE", "dimension" : "Pressure", "size_type" : "ALL"}]
]}

View File

@@ -0,0 +1,7 @@
{"name" : "SKPRWAT" , "sections" : ["PROPS"], "size" : "UNKNOWN",
"records" : [
[{"name" : "TABLE_NUMBER" , "value_type" : "INT"}],
[{"name" : "THROUGHPUT", "value_type" : "DOUBLE", "dimension" : "Length", "size_type" : "ALL"}],
[{"name" : "VELOCITY", "value_type" : "DOUBLE", "dimension" : "Length/Time", "size_type" : "ALL"}],
[{"name" : "SKINPRESSURE", "value_type" : "DOUBLE", "dimension" : "Pressure", "size_type" : "ALL"}]
]}

View File

@@ -0,0 +1,9 @@
{
"name" : "WSKPTAB",
"sections" : ["SCHEDULE" ],
"items" :
[{"name" : "WELL" , "value_type" : "STRING"},
{"name" : "TABLE_NUMBER_WATER" , "value_type" : "INT"},
{"name" : "TABLE_NUMBER_POLYMER" , "value_type" : "INT"}
]
}

View File

@@ -457,6 +457,9 @@ set( keywords
900_OPM/P/POLYMW
900_OPM/P/PLYMWINJ
900_OPM/R/RHO
900_OPM/S/SKPRPOLY
900_OPM/S/SKPRWAT
900_OPM/S/SPOLYMW
900_OPM/T/TLPMIXPA
900_OPM/W/WPMITAB)
900_OPM/W/WPMITAB
900_OPM/W/WSKPTAB)