opm-simulators/opm/core/props
Andreas Lauser 2f3cdfd9e0 fix incorrect derivative of rock compressibility w.r.t. pressure
since

f(x) = 1 + 0.5*g(x)*g(x)

the derivative is

f'(x) = 0 + 2*0.5*g(x) * g'(x) = g(x)*g'(x)

note that the previous incorrect values do not affect the quality of
the obtained results (if the tolerance of the non-linear solver is
chosen to be small enough), but it may have deteriorated convergence
rates.
2016-07-19 18:19:30 +02:00
..
pvt Change Deck access methods/types to references 2016-02-18 08:50:26 +01:00
rock fix incorrect derivative of rock compressibility w.r.t. pressure 2016-07-19 18:19:30 +02:00
satfunc Fixing some nitpicks 2016-06-24 13:36:05 +02:00
BlackoilPhases.hpp Make new ops const. 2016-06-15 09:20:19 +02: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 rename some variables from "*Lad" to "*Eval" 2016-06-07 11:14:11 +02:00
BlackoilPropertiesFromDeck.hpp replace the blackoil PVT classes by the ones of opm-material 2016-03-05 19:11:44 +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 replace the blackoil PVT classes by the ones of opm-material 2016-03-05 19:11:44 +01: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 Change Deck access methods/types to references 2016-02-18 08:50:26 +01:00
IncompPropertiesSinglePhase.hpp Add IncompPropertiesSinglePhase class. 2015-01-20 15:47:50 +01:00
phaseUsageFromDeck.hpp Runs first iterations of two-phase test case plausibly 2016-04-26 07:48:58 +02:00