28#ifndef EWOMS_BLACK_OIL_NEWTON_METHOD_PARAMETERS_HH
29#define EWOMS_BLACK_OIL_NEWTON_METHOD_PARAMETERS_HH
31namespace Opm::Parameters {
34struct DpMaxRel {
static constexpr Scalar value = 0.3; };
37struct DsMax {
static constexpr Scalar value = 0.2; };
81 Scalar priVarOscilationThreshold_;
82 Scalar waterSaturationMax_;
83 Scalar waterOnlyThreshold_;
87 bool projectSaturations_;
88 Scalar maxTempChange_;
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition blackoilboundaryratevector.hh:37
constexpr auto getPropValue()
get the value data member of a property
Definition propertysystem.hh:242
Struct holding the parameters for BlackoilNewtonMethod.
Definition blackoilnewtonmethodparams.hpp:74
static void registerParameters()
Registers the parameters in parameter system.
Definition blackoilnewtonmethodparams.cpp:32
void read()
Reads the parameter values from the parameter system.
Definition blackoilnewtonmethodparams.cpp:60
Definition blackoilnewtonmethodparams.hpp:34
Definition blackoilnewtonmethodparams.hpp:37
Definition blackoilnewtonmethodparams.hpp:45
Definition blackoilnewtonmethodparams.hpp:60
Definition blackoilnewtonmethodparams.hpp:54
Definition blackoilnewtonmethodparams.hpp:57
Definition blackoilnewtonmethodparams.hpp:40
Definition blackoilnewtonmethodparams.hpp:42
Definition blackoilnewtonmethodparams.hpp:48
Definition blackoilnewtonmethodparams.hpp:51
Definition blackoilnewtonmethodparams.hpp:63