mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #1733 from andlaus/hide_ebos_params
do not print the new core-ebos time step tuning parameters in the usage message
This commit is contained in:
commit
f540a83542
@ -132,13 +132,18 @@ namespace Opm
|
||||
// in flow only the deck file determines the end time of the simulation
|
||||
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, MaxTimeStepDivisions);
|
||||
EWOMS_HIDE_PARAM(TypeTag, MaxTimeStepSize);
|
||||
EWOMS_HIDE_PARAM(TypeTag, MinTimeStepSize);
|
||||
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
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxError);
|
||||
EWOMS_HIDE_PARAM(TypeTag, NewtonMaxIterations);
|
||||
|
Loading…
Reference in New Issue
Block a user