opm-simulators/opm/core/props
Roland Kaufmann 814130f010 Provide way of shadowing only some properties
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.
2013-07-30 13:11:52 +02:00
..
pvt Changed std::tr1 occurences to boost. 2013-07-04 16:04:35 +02:00
rock Changed std::tr1 occurences to boost. 2013-07-04 16:04:35 +02:00
satfunc Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
BlackoilPhases.hpp Moved fluid -> props and subdirs. 2013-03-14 09:56:48 +01:00
BlackoilPropertiesBasic.cpp Add phaseUsage() method to BlackoilPropertiesInterface. 2013-05-13 16:20:00 +02:00
BlackoilPropertiesBasic.hpp Add phaseUsage() method to BlackoilPropertiesInterface. 2013-05-13 16:20:00 +02:00
BlackoilPropertiesFromDeck.cpp Add phaseUsage() method to BlackoilPropertiesInterface. 2013-05-13 16:20:00 +02:00
BlackoilPropertiesFromDeck.hpp Remove trailing whitespaces 2013-07-28 08:34:13 -03:00
BlackoilPropertiesInterface.hpp Add phaseUsage() method to BlackoilPropertiesInterface. 2013-05-13 16:20:00 +02:00
IncompPropertiesBasic.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
IncompPropertiesBasic.hpp Use markdown for parameter lists. 2013-03-22 10:02:04 +01:00
IncompPropertiesFromDeck.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
IncompPropertiesFromDeck.hpp Adapt include statements to moved headers. 2013-03-14 10:29:42 +01:00
IncompPropertiesInterface.hpp Moved fluid -> props and subdirs. 2013-03-14 09:56:48 +01:00
IncompPropertiesShadow_impl.hpp Provide way of shadowing only some properties 2013-07-30 13:11:52 +02:00
IncompPropertiesShadow.hpp Provide way of shadowing only some properties 2013-07-30 13:11:52 +02:00
phaseUsageFromDeck.hpp Adapt include statements to moved headers. 2013-03-14 10:29:42 +01:00