opm-simulators/opm/core/props
Andreas Lauser 1ae94c8db3 do not explicitly pass the permeability to the well model anymore
this information is already part of the EclipseState. The reason why
this should IMO be avoided is that this enforces an implementation
(ordering of the permeability matrices) the simulator on the well
model. If this needs to be done for performance reasons, IMO it would
be smarter to pass an array of matrices, instead of passing a raw
array of doubles.  I doubt that this is necessary, though: completing
the full Norne deck takes about 0.25 seconds longer on my machine,
that's substantially less than 0.1% of the total runtime.

in order to avoid code duplication, the permeability extraction
function of the RockFromDeck class is now made a public static
function and used as an implementation detail of the WellsManager.

finally, the permfield_valid_ attribute is removed from the
RockFromDeck class because this data was unused and not accessible via
the class' public API.
2017-01-27 12:51:12 +01:00
..
pvt Use Density from EclipseState 2016-12-15 16:06:46 +01:00
rock do not explicitly pass the permeability to the well model anymore 2017-01-27 12:51:12 +01:00
satfunc Merge pull request #1125 from jokva/reduce-deck-use-relperm-diagnostics 2017-01-09 09:35:25 +01:00
BlackoilPhases.hpp Make new ops const. 2016-06-15 09:20:19 +02:00
BlackoilPropertiesBasic.cpp consolidate the unit system to opm-parser 2016-10-10 17:50:26 +02:00
BlackoilPropertiesBasic.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
BlackoilPropertiesFromDeck.cpp use accessor methods to access the value and derivatives of Evaluation objects 2016-10-27 16:53:52 +02:00
BlackoilPropertiesFromDeck.hpp Update to shared_ptr-less parser interface. 2016-10-20 10:14:41 +02:00
BlackoilPropertiesInterface.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
IncompPropertiesBasic.cpp consolidate the unit system to opm-parser 2016-10-10 17:50:26 +02:00
IncompPropertiesBasic.hpp Use markdown for parameter lists. 2013-03-22 10:02:04 +01:00
IncompPropertiesFromDeck.cpp Read PVTW from EclipseState 2016-12-06 14:53:41 +01:00
IncompPropertiesFromDeck.hpp Update to shared_ptr-less parser interface. 2016-10-20 10:14:41 +02:00
IncompPropertiesInterface.hpp Moved fluid -> props and subdirs. 2013-03-14 09:56:48 +01:00
IncompPropertiesShadow_impl.hpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
IncompPropertiesShadow.hpp Use underscore for data members 2013-07-30 13:24:57 +02:00
IncompPropertiesSinglePhase.cpp Merge pull request #1120 from jokva/density-from-eclipsestate 2017-01-09 10:38:30 +01:00
IncompPropertiesSinglePhase.hpp Update to shared_ptr-less parser interface. 2016-10-20 10:14:41 +02:00
phaseUsageFromDeck.hpp Read phase information from EclipseState.runspec 2016-11-01 11:37:27 +01:00