mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
The current implementations of IncompPropertiesInterface are very all-or-nothing. In some situations, you want to read rock and fluid properties from an Eclipse file, but use analytical functions for the unsaturated properties. Or you want to update properties based on a marching filter. This patch provides a way to mix various property objects, or to "shadow" the properties with a raw array of data, so you don't have to reimplement the entire interface just to make a small change. |
||
---|---|---|
.. | ||
pvt | ||
rock | ||
satfunc | ||
BlackoilPhases.hpp | ||
BlackoilPropertiesBasic.cpp | ||
BlackoilPropertiesBasic.hpp | ||
BlackoilPropertiesFromDeck.cpp | ||
BlackoilPropertiesFromDeck.hpp | ||
BlackoilPropertiesInterface.hpp | ||
IncompPropertiesBasic.cpp | ||
IncompPropertiesBasic.hpp | ||
IncompPropertiesFromDeck.cpp | ||
IncompPropertiesFromDeck.hpp | ||
IncompPropertiesInterface.hpp | ||
IncompPropertiesShadow_impl.hpp | ||
IncompPropertiesShadow.hpp | ||
phaseUsageFromDeck.hpp |