Merge pull request #2968 from plgbrts/vapwat
Introducing water-gas ratio RVW keyword
This commit is contained in:
@@ -263,7 +263,9 @@ static const std::unordered_map<std::string, keyword_info<double>> double_keywor
|
||||
{"SALT", keyword_info<double>{}.unit_string("Salinity")},
|
||||
{"TEMPI", keyword_info<double>{}.unit_string("Temperature")},
|
||||
{"RS", keyword_info<double>{}.unit_string("GasDissolutionFactor")},
|
||||
{"RV", keyword_info<double>{}.unit_string("OilDissolutionFactor")}};
|
||||
{"RV", keyword_info<double>{}.unit_string("OilDissolutionFactor")},
|
||||
{"RVW", keyword_info<double>{}.unit_string("OilDissolutionFactor")}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
||||
10
src/opm/input/eclipse/share/keywords/900_OPM/R/RVW
Normal file
10
src/opm/input/eclipse/share/keywords/900_OPM/R/RVW
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "RVW",
|
||||
"sections": [
|
||||
"SOLUTION"
|
||||
],
|
||||
"data": {
|
||||
"value_type": "DOUBLE",
|
||||
"dimension": "OilDissolutionFactor"
|
||||
}
|
||||
}
|
||||
@@ -1112,6 +1112,7 @@ set( keywords
|
||||
900_OPM/P/PYACTION
|
||||
900_OPM/P/PYINPUT
|
||||
900_OPM/R/RHO
|
||||
900_OPM/R/RVW
|
||||
900_OPM/R/RWGSALT
|
||||
900_OPM/S/SALTP
|
||||
900_OPM/S/SALTPVD
|
||||
|
||||
Reference in New Issue
Block a user