opm-simulators/opm/core/simulator
Andreas Lauser 5af89a0e55 add some fluid state classes
namely BlackoilStateToFluidState which takes a BlackoilState object
and exposes it as a opm-material like fluid state object. Similar for
ExplicitArraysFluidState, which takes raw arrays.

since fluid states are a local API, the index of the cell to be used
for these two classes must be set externally. The advantage of this
concept is that it is possible to make "saturation functions" which
not only depend on saturations but also on arbitrary other quanties
(like temperature or phase composition) without having to change the
API of the "saturation" functions.
2015-06-29 14:49:20 +02:00
..
BlackoilState.cpp BlackoilState: added forgotten rv to equal method. 2015-01-29 11:07:24 +01:00
BlackoilState.hpp Improve the documentation a bit. 2015-02-05 15:43:48 +01:00
BlackoilStateToFluidState.hpp add some fluid state classes 2015-06-29 14:49:20 +02:00
EquilibrationHelpers.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
ExplicitArraysFluidState.hpp add some fluid state classes 2015-06-29 14:49:20 +02:00
initState_impl.hpp Fix property method calls. 2015-03-23 16:19:40 +01:00
initState.hpp rename all "newParserDeck" objects to "deck" 2014-05-21 11:22:43 +02:00
initStateEquil_impl.hpp Fix unneeded-internal-declaration warning. 2015-03-02 10:28:55 +01:00
initStateEquil.hpp Ported initStateEquil to using the GridHelpers. 2015-02-20 09:39:50 +01:00
SimulatorReport.cpp Allow to prevent SimulatorReport for printing to std::cout. 2015-05-08 11:12:23 +02:00
SimulatorReport.hpp Allow to prevent SimulatorReport for printing to std::cout. 2015-05-08 11:12:23 +02:00
TwophaseState_impl.hpp Extract common parts of blackoil and incomp. state 2013-11-13 13:48:28 +01:00
TwophaseState.hpp Extract common parts of blackoil and incomp. state 2013-11-13 13:48:28 +01:00
WellState.hpp Add missing include statement. 2015-06-22 13:04:14 +02:00