mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-23 16:00:01 -06:00
ebos: by default, do not abort the simulation as quickly
This commit is contained in:
parent
dfe22cb1a4
commit
c67b9e66d3
@ -105,6 +105,10 @@ SET_INT_PROP(EbosTypeTag, NewtonMaxIterations, 8);
|
||||
SET_INT_PROP(EbosTypeTag, ThreadsPerProcess, 2);
|
||||
#endif
|
||||
|
||||
// By default, ebos accepts the result of the time integration unconditionally if the
|
||||
// smallest time step size is reached.
|
||||
SET_BOOL_PROP(EbosTypeTag, ContinueOnConvergenceError, true);
|
||||
|
||||
END_PROPERTIES
|
||||
|
||||
namespace Ewoms {
|
||||
|
Loading…
Reference in New Issue
Block a user