opm-simulators/opm/core/props/rock
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
..
RockBasic.cpp make config.h the first header to be included in any compile unit 2013-04-10 12:56:14 +02:00
RockBasic.hpp Moved fluid -> props and subdirs. 2013-03-14 09:56:48 +01:00
RockCompressibility.cpp fix incorrect derivative of rock compressibility w.r.t. pressure 2016-07-19 18:19:30 +02:00
RockCompressibility.hpp adapt the the table related API changes of opm-parser 2014-09-19 14:40:35 +02:00
RockFromDeck.cpp Using API get3DProperties() 2016-04-11 15:13:38 +02:00
RockFromDeck.hpp Make constructor taking one argument explicit. 2015-10-28 13:19:42 +01:00