28 #ifndef EWOMS_BLACK_OIL_NEWTON_METHOD_PARAMETERS_HH 29 #define EWOMS_BLACK_OIL_NEWTON_METHOD_PARAMETERS_HH 33 template<
class Scalar>
34 struct DpMaxRel {
static constexpr Scalar value = 0.3; };
36 template<
class Scalar>
37 struct DsMax {
static constexpr Scalar value = 0.2; };
39 template<
class Scalar>
44 template<
class Scalar>
47 template<
class Scalar>
50 template<
class Scalar>
53 template<
class Scalar>
56 template<
class Scalar>
57 struct PressureMin {
static constexpr Scalar value = -1e99; };
59 template<
class Scalar>
62 template<
class Scalar>
72 template<
class Scalar>
81 Scalar priVarOscilationThreshold_;
82 Scalar waterSaturationMax_;
83 Scalar waterOnlyThreshold_;
87 bool projectSaturations_;
88 Scalar maxTempChange_;
Definition: blackoilnewtonmethodparams.hpp:34
Definition: blackoilnewtonmethodparams.hpp:63
Struct holding the parameters for BlackoilNewtonMethod.
Definition: blackoilnewtonmethodparams.hpp:73
Definition: blackoilnewtonmethodparams.hpp:42
Definition: blackoilnewtonmethodparams.hpp:54
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition: blackoilbioeffectsmodules.hh:45
Definition: blackoilnewtonmethodparams.hpp:31
Definition: blackoilnewtonmethodparams.hpp:60
Definition: blackoilnewtonmethodparams.hpp:40
Definition: blackoilnewtonmethodparams.hpp:37
Definition: blackoilnewtonmethodparams.hpp:48
void read()
Reads the parameter values from the parameter system.
Definition: blackoilnewtonmethodparams.cpp:60
Definition: blackoilnewtonmethodparams.hpp:51
Definition: blackoilnewtonmethodparams.hpp:45
static void registerParameters()
Registers the parameters in parameter system.
Definition: blackoilnewtonmethodparams.cpp:32
Definition: blackoilnewtonmethodparams.hpp:57