mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
flow: hide a few unused eWoms parameters
these parameters where introduced with support for the TUNIING keyword in `ebos`. since `flow` implements its own time stepping these parameters are unused and should thus be hidden from view in it.
This commit is contained in:
parent
21f5c1fbd3
commit
c37bc1cf38
@ -151,6 +151,11 @@ namespace Opm
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonTargetIterations);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonVerbose);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonWriteConvergence);
|
||||
EWOMS_HIDE_PARAM(TypeTag, EclNewtonSumTolerance);
|
||||
EWOMS_HIDE_PARAM(TypeTag, EclNewtonSumToleranceExponent);
|
||||
EWOMS_HIDE_PARAM(TypeTag, EclNewtonStrictIterations);
|
||||
EWOMS_HIDE_PARAM(TypeTag, EclNewtonRelaxedVolumeFraction);
|
||||
EWOMS_HIDE_PARAM(TypeTag, EclNewtonRelaxedTolerance);
|
||||
|
||||
// the default eWoms checkpoint/restart mechanism does not work with flow
|
||||
EWOMS_HIDE_PARAM(TypeTag, RestartTime);
|
||||
|
Loading…
Reference in New Issue
Block a user