mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
do not print the new core-ebos time step tuning parameters in the usage message
they are not used by `flow`.
This commit is contained in:
@@ -132,13 +132,18 @@ namespace Opm
|
|||||||
// in flow only the deck file determines the end time of the simulation
|
// in flow only the deck file determines the end time of the simulation
|
||||||
EWOMS_HIDE_PARAM(TypeTag, EndTime);
|
EWOMS_HIDE_PARAM(TypeTag, EndTime);
|
||||||
|
|
||||||
// time stepping is not (yet) done by the eWoms code in flow
|
// time stepping is not done by the eWoms code in flow
|
||||||
EWOMS_HIDE_PARAM(TypeTag, InitialTimeStepSize);
|
EWOMS_HIDE_PARAM(TypeTag, InitialTimeStepSize);
|
||||||
EWOMS_HIDE_PARAM(TypeTag, MaxTimeStepDivisions);
|
EWOMS_HIDE_PARAM(TypeTag, MaxTimeStepDivisions);
|
||||||
EWOMS_HIDE_PARAM(TypeTag, MaxTimeStepSize);
|
EWOMS_HIDE_PARAM(TypeTag, MaxTimeStepSize);
|
||||||
EWOMS_HIDE_PARAM(TypeTag, MinTimeStepSize);
|
EWOMS_HIDE_PARAM(TypeTag, MinTimeStepSize);
|
||||||
EWOMS_HIDE_PARAM(TypeTag, PredeterminedTimeStepsFile);
|
EWOMS_HIDE_PARAM(TypeTag, PredeterminedTimeStepsFile);
|
||||||
|
|
||||||
|
EWOMS_HIDE_PARAM(TypeTag, EclMaxTimeStepSizeAfterWellEvent);
|
||||||
|
EWOMS_HIDE_PARAM(TypeTag, EclRestartShrinkFactor);
|
||||||
|
EWOMS_HIDE_PARAM(TypeTag, EclMaxFails);
|
||||||
|
EWOMS_HIDE_PARAM(TypeTag, EclEnableTuning);
|
||||||
|
|
||||||
// flow also does not use the eWoms Newton method
|
// flow also does not use the eWoms Newton method
|
||||||
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxError);
|
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxError);
|
||||||
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxIterations);
|
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxIterations);
|
||||||
|
|||||||
Reference in New Issue
Block a user