opm-simulators/examples
Andreas Lauser 63eaecf246 DerivedGeology: pass the EclipseState object to its constructor
this is required to implement pore volume and permeability multipliers
as discussed with [at]bska and [at]joakim-hove.

Note that this implies that the DerivedGeology class can't be
instantiated anymore if there is no EclipseState object. Thus all code
paths and tests that don't load a deck are removed by this patch. If
this is undesireable, there are two options: First, don't require
EclipseState for DerivedGeology which would imply to make the about 10
required multiplier functions part of the
BlackoilPropertiesAdInterface, or second, one can copy-and-paste the
DerivedGeology class as it was before this patch, derive from a newly
introduced DerivedGeologyInterface and pass DerivedGeologyInterface
objects to the simulator. IMHO, the second solution would be a bit
better but it would involve substantial overhead to implement and to
maintain it.

Anyway, in the mean time simulators cannot be instantiated without
decks.
2014-07-24 16:37:38 +02:00
..
mrst Move MRST example closer to actual example 2013-05-15 10:37:50 +02:00
find_zero.cpp Rename AutoDiff::Forward -> Opm::AutoDiff. 2013-09-19 11:32:47 +02:00
sim_2p_comp_ad.cpp DerivedGeology: pass the EclipseState object to its constructor 2014-07-24 16:37:38 +02:00
sim_2p_incomp_ad.cpp glue in support for property modifiers 2014-06-09 12:36:46 +02:00
sim_fibo_ad_cp.cpp DerivedGeology: pass the EclipseState object to its constructor 2014-07-24 16:37:38 +02:00
sim_fibo_ad.cpp DerivedGeology: pass the EclipseState object to its constructor 2014-07-24 16:37:38 +02:00
sim_simple.cpp Rename AutoDiff::ForwardBlock -> Opm::AutoDiffBlock. 2013-09-19 12:53:28 +02:00