Added new keywords COMPDAT and WELOPEN
This commit is contained in:
15
opm/parser/share/keywords/C/COMPDAT
Normal file
15
opm/parser/share/keywords/C/COMPDAT
Normal file
@@ -0,0 +1,15 @@
|
||||
{"name" : "COMPDAT" , "items" : [
|
||||
{"name" : "well_name" , "value_type" : "STRING"},
|
||||
{"name" : "I" , "value_type" : "INT" , "default" : 0},
|
||||
{"name" : "J" , "value_type" : "INT" , "default" : 0},
|
||||
{"name" : "K1" , "value_type" : "INT" },
|
||||
{"name" : "K2" , "value_type" : "INT" },
|
||||
{"name" : "STATE" , "value_type" : "STRING" , "default" : "OPEN"},
|
||||
{"name" : "SAT_TABLE" , "value_type" : "INT" , "default" : 0},
|
||||
{"name" : "TRAN" , "value_type" : "FLOAT"},
|
||||
{"name" : "DIAMETER" , "value_type" : "FLOAT"},
|
||||
{"name" : "Kh" , "value_type" : "FLOAT" , "default" : -1},
|
||||
{"name" : "SKIN" , "value_type" : "FLOAT" , "default" : 0},
|
||||
{"name" : "D_FACTOR" , "value_type" : "FLOAT" },
|
||||
{"name" : "DIR" , "value_type" : "STRING" , "default" : "Z"},
|
||||
{"name" : "PR" , "value_type" : "FLOAT" }]}
|
||||
9
opm/parser/share/keywords/W/WELOPEN
Normal file
9
opm/parser/share/keywords/W/WELOPEN
Normal file
@@ -0,0 +1,9 @@
|
||||
{"name" : "WELOPEN", "items" : [
|
||||
{"name" : "well" , "value_type" : "STRING"},
|
||||
{"name" : "STATUS" , "value_type" : "STRING" , "default" : "OPEN"},
|
||||
{"name" : "I" , "value_type" : "INT" , "default" : -1},
|
||||
{"name" : "J" , "value_type" : "INT" , "default" : -1},
|
||||
{"name" : "K" , "value_type" : "INT" , "default" : -1},
|
||||
{"name" : "C1" , "value_type" : "INT" , "default" : -1},
|
||||
{"name" : "C2" , "value_type" : "INT" , "default" : -1}
|
||||
]}
|
||||
Reference in New Issue
Block a user