opm-core/opm/core/props/pvt
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
..
BlackoilPvtProperties.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
BlackoilPvtProperties.hpp implement determining the threshold pressure from the initial condition 2015-11-05 12:29:19 +01:00
PvtConstCompr.hpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
PvtDead.cpp Changed Table code to use TableContainer 2015-10-05 09:59:29 +02:00
PvtDead.hpp Changed Table code to use TableContainer 2015-10-05 09:59:29 +02:00
PvtDeadSpline.cpp Changed Table code to use TableContainer 2015-10-05 09:59:29 +02:00
PvtDeadSpline.hpp Changed Table code to use TableContainer 2015-10-05 09:59:29 +02:00
PvtInterface.cpp handle the case that the compressed to logically cartesian array is NULL 2014-06-04 11:11:35 +02:00
PvtInterface.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
PvtLiveGas.cpp Make the code more readable 2015-10-20 16:09:04 +02:00
PvtLiveGas.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
PvtLiveOil.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
PvtLiveOil.hpp PVT classes: do not implement temperature dependence directly anymore 2015-03-17 12:40:05 +01:00
PvtPropertiesBasic.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
PvtPropertiesBasic.hpp PVT properties: allow them to be temperature dependent 2014-12-01 20:06:31 +01:00
PvtPropertiesIncompFromDeck.cpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
PvtPropertiesIncompFromDeck.hpp rename all "newParserDeck" objects to "deck" 2014-05-21 11:22:43 +02:00
ThermalGasPvtWrapper.hpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
ThermalOilPvtWrapper.hpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00
ThermalWaterPvtWrapper.hpp use the error macros from opm-common 2015-10-08 11:42:15 +02:00