Use flow's default for NewtonMaxIterations here.

Unfortunately, each registration of a parameter has to be done with
the exact value and usage string or an exception will be thrown.
This commit is contained in:
Markus Blatt 2022-10-19 21:34:24 +02:00
parent 5cfe0385aa
commit e1ac4c15d6

View File

@ -94,7 +94,7 @@ struct NewtonMaxError<TypeTag, TTag::NewtonMethod>
template<class TypeTag>
struct NewtonTargetIterations<TypeTag, TTag::NewtonMethod> { static constexpr int value = 10; };
template<class TypeTag>
struct NewtonMaxIterations<TypeTag, TTag::NewtonMethod> { static constexpr int value = 18; };
struct NewtonMaxIterations<TypeTag, TTag::NewtonMethod> { static constexpr int value = 20; };
} // namespace Opm::Properties