adding some OPM-specific Well and Connection Summary keywords
for the development of the filtration modeling during the water injection.
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"name": "CONNECTION_PROBE_OPM",
|
||||
"sections": [
|
||||
"SUMMARY"
|
||||
],
|
||||
"comment": "Connection summary keywords only supported by OPM-flow.",
|
||||
"deck_names": [
|
||||
"CFCPERM",
|
||||
"CFCPORO",
|
||||
"CFCSKIN",
|
||||
"CFCWIDTH",
|
||||
"CINJFVR",
|
||||
"CINJFVT"
|
||||
],
|
||||
"items": [
|
||||
{
|
||||
"name": "WELL",
|
||||
"value_type": "STRING"
|
||||
},
|
||||
{
|
||||
"name": "I",
|
||||
"value_type": "INT"
|
||||
},
|
||||
{
|
||||
"name": "J",
|
||||
"value_type": "INT"
|
||||
},
|
||||
{
|
||||
"name": "K",
|
||||
"value_type": "INT"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"name": "WELL_PROBE_OPM",
|
||||
"sections": [
|
||||
"SUMMARY"
|
||||
],
|
||||
"comment": "Well summary keywords only supported by OPM-flow",
|
||||
"deck_names": [
|
||||
"WINJFCNC",
|
||||
"WINJFVR",
|
||||
"WINJFVT"
|
||||
],
|
||||
"size": 1,
|
||||
"items": [
|
||||
{
|
||||
"name": "WELLS",
|
||||
"value_type": "STRING",
|
||||
"size_type": "ALL"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -1108,6 +1108,7 @@ set( keywords
|
||||
900_OPM/B/BIOTCOEF
|
||||
900_OPM/C/CO2STOR
|
||||
900_OPM/C/COMPTRAJ
|
||||
900_OPM/C/CONNECTION_PROBE_OPM
|
||||
900_OPM/D/DISGASW
|
||||
900_OPM/D/DRSDTCON
|
||||
900_OPM/E/EXIT
|
||||
@@ -1161,6 +1162,7 @@ set( keywords
|
||||
900_OPM/Y/YMODULE
|
||||
900_OPM/W/WATJT
|
||||
900_OPM/W/WELTRAJ
|
||||
900_OPM/W/WELL_PROBE_OPM
|
||||
900_OPM/W/WINJCLN
|
||||
900_OPM/W/WINJDAM
|
||||
900_OPM/W/WINJFCNC
|
||||
|
||||
Reference in New Issue
Block a user