adding a few keywords related to skin pressure
SKPRPOLY, SKPRWAT, WSKPTAB
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
8
src/opm/parser/eclipse/share/keywords/900_OPM/S/SKPRPOLY
Normal file
8
src/opm/parser/eclipse/share/keywords/900_OPM/S/SKPRPOLY
Normal 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"}]
|
||||
]}
|
||||
7
src/opm/parser/eclipse/share/keywords/900_OPM/S/SKPRWAT
Normal file
7
src/opm/parser/eclipse/share/keywords/900_OPM/S/SKPRWAT
Normal 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"}]
|
||||
]}
|
||||
9
src/opm/parser/eclipse/share/keywords/900_OPM/W/WSKPTAB
Normal file
9
src/opm/parser/eclipse/share/keywords/900_OPM/W/WSKPTAB
Normal 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"}
|
||||
]
|
||||
}
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user