opm-core/opm/core/props
Andreas Lauser 547b701a57 implement determining the threshold pressure from the initial condition
This needs to be done if a equilibration region transition is
mentioned by the THPRES keyword, but no value is given for this record
in the third item. (it seems that this is used quite frequently.)

Also, the approach taken by this patch also does not collide with the
restart machinery as far as I can see. This is because the initial
condition is applied by the simulator before the state at the restart
time is loaded. (I interpreted the code that way, but I could be
wrong, could anyone verify this?)

since it is pretty elaborate to calculate initial condition, this
patch is pretty messy. I also do not know if Eclipse does include
capillary pressure in this calculation or not (this patch does). Huge
kudos go to [at]totto82 for reviewing, testing and debugging this.
2015-11-05 12:29:19 +01:00
..
pvt implement determining the threshold pressure from the initial condition 2015-11-05 12:29:19 +01:00
rock Make constructor taking one argument explicit. 2015-10-28 13:19:42 +01:00
satfunc Make SaturationPropsFromDeck work for two-phase cases. 2015-10-21 15:27:52 +02:00
BlackoilPhases.hpp Add a facility for checking/assigning presence of free phases 2013-12-03 15:56:18 +01:00
BlackoilPropertiesBasic.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
BlackoilPropertiesBasic.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
BlackoilPropertiesFromDeck.cpp Moved compressedToCartesian() to its own file. 2015-09-15 14:13:58 +02:00
BlackoilPropertiesFromDeck.hpp implement determining the threshold pressure from the initial condition 2015-11-05 12:29:19 +01:00
BlackoilPropertiesInterface.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
IncompPropertiesBasic.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
IncompPropertiesBasic.hpp Use markdown for parameter lists. 2013-03-22 10:02:04 +01:00
IncompPropertiesFromDeck.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
IncompPropertiesFromDeck.hpp SaturationPropsFromDeck: remove the 'SatFuncSet' template parameter 2015-06-29 14:49:20 +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 use the error macros from opm-common 2015-10-08 11:42:15 +02:00
IncompPropertiesSinglePhase.hpp Add IncompPropertiesSinglePhase class. 2015-01-20 15:47:50 +01:00
phaseUsageFromDeck.hpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00