Add keywords for solvent model
This commit is contained in:
5
opm/parser/share/keywords/000_Eclipse100/M/MISC
Normal file
5
opm/parser/share/keywords/000_Eclipse100/M/MISC
Normal file
@@ -0,0 +1,5 @@
|
||||
{"name" : "MISC" , "sections" : ["PROPS"], "size" : {"keyword" : "MISCIBLE" , "item" : "NTMISC"},
|
||||
"items" : [
|
||||
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["1","1"]}
|
||||
]
|
||||
}
|
||||
4
opm/parser/share/keywords/000_Eclipse100/P/PVDS
Normal file
4
opm/parser/share/keywords/000_Eclipse100/P/PVDS
Normal file
@@ -0,0 +1,4 @@
|
||||
{"name" : "PVDS" , "sections" : ["SPECIAL" , "PROPS"], "size" : {"keyword" : "TABDIMS" , "item" : "NTPVT"} , "items" : [
|
||||
{"name" : "data" , "size_type" : "ALL" , "value_type" : "DOUBLE" , "dimension" : ["Pressure","OilDissolutionFactor","Viscosity"]}]}
|
||||
|
||||
|
||||
2
opm/parser/share/keywords/000_Eclipse100/S/SDENSITY
Normal file
2
opm/parser/share/keywords/000_Eclipse100/S/SDENSITY
Normal file
@@ -0,0 +1,2 @@
|
||||
{"name" : "SDENSITY", "sections" : ["PROPS"], "size" : {"keyword":"TABDIMS", "item":"NTPVT" }, "items" :
|
||||
[{"name": "SOLVENT_DENSITY" , "value_type" : "DOUBLE" , "default": 1 , "dimension" : "Density"}]}
|
||||
5
opm/parser/share/keywords/000_Eclipse100/S/SGCWMIS
Normal file
5
opm/parser/share/keywords/000_Eclipse100/S/SGCWMIS
Normal file
@@ -0,0 +1,5 @@
|
||||
{"name" : "SGCWMIS" , "sections" : ["PROPS"], "size" : {"keyword" : "MISCIBLE" , "item" : "NTMISC"},
|
||||
"items" : [
|
||||
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["1","1"]}
|
||||
]
|
||||
}
|
||||
1
opm/parser/share/keywords/000_Eclipse100/S/SOLVENT
Normal file
1
opm/parser/share/keywords/000_Eclipse100/S/SOLVENT
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "SOLVENT", "sections" : ["SPECIAL" , "RUNSPEC"]}
|
||||
5
opm/parser/share/keywords/000_Eclipse100/S/SORWMIS
Normal file
5
opm/parser/share/keywords/000_Eclipse100/S/SORWMIS
Normal file
@@ -0,0 +1,5 @@
|
||||
{"name" : "SORWMIS" , "sections" : ["PROPS"], "size" : {"keyword" : "MISCIBLE" , "item" : "NTMISC"},
|
||||
"items" : [
|
||||
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["1","1"]}
|
||||
]
|
||||
}
|
||||
5
opm/parser/share/keywords/000_Eclipse100/S/SSFN
Normal file
5
opm/parser/share/keywords/000_Eclipse100/S/SSFN
Normal file
@@ -0,0 +1,5 @@
|
||||
{"name" : "SSFN" , "sections" : ["SPECIAL", "PROPS"], "size" : {"keyword" : "TABDIMS" , "item" : "NTSFUN"},
|
||||
"items" : [
|
||||
{"name":"DATA", "value_type":"DOUBLE", "size_type" : "ALL" , "dimension" : ["1","1","1"]}
|
||||
]
|
||||
}
|
||||
1
opm/parser/share/keywords/000_Eclipse100/S/SSOL
Normal file
1
opm/parser/share/keywords/000_Eclipse100/S/SSOL
Normal file
@@ -0,0 +1 @@
|
||||
{"name" : "SSOL" , "sections" : ["SPECIAL" , "SOLUTION"], "data" : {"value_type" : "DOUBLE", "dimension" : "1"}}
|
||||
8
opm/parser/share/keywords/000_Eclipse100/W/WSOLVENT
Normal file
8
opm/parser/share/keywords/000_Eclipse100/W/WSOLVENT
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"name" : "WSOLVENT",
|
||||
"sections" : [ "SPECIAL", "SCHEDULE" ],
|
||||
"items" :
|
||||
[{"name" : "WELL" , "value_type" : "STRING"},
|
||||
{"name" : "SOLVENT_FRACTION" , "value_type" : "DOUBLE" , "dimension" : "1"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user