add keyword DISGASW to enable dissolution of gas in water

This commit is contained in:
Tor Harald Sandve
2022-12-01 11:26:08 +01:00
parent 5e054cdec9
commit a56496021d
5 changed files with 24 additions and 0 deletions

View File

@@ -42,6 +42,7 @@ void python::common::export_EclipseConfig(py::module& module)
.def("hasThresholdPressure", &SimulationConfig::useThresholdPressure )
.def("useCPR", &SimulationConfig::useCPR )
.def("hasDISGAS", &SimulationConfig::hasDISGAS )
.def("hasDISGASW", &SimulationConfig::hasDISGASW )
.def("hasVAPOIL", &SimulationConfig::hasVAPOIL )
.def("hasVAPWAT", &SimulationConfig::hasVAPWAT );
}