mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
setting UseInnerIterationsWells default to be false
and reducing default MaxInnerIterWells to be 50, which should not matter much. We should try to reduce it further to something like 20, 10 later.
This commit is contained in:
parent
a38dc27bcb
commit
08b93424f3
@ -79,8 +79,8 @@ SET_SCALAR_PROP(FlowModelParameters, TolerancePressureMsWells, 0.01*1e5);
|
||||
SET_SCALAR_PROP(FlowModelParameters, MaxPressureChangeMsWells, 10*1e5);
|
||||
SET_BOOL_PROP(FlowModelParameters, UseInnerIterationsMsWells, true);
|
||||
SET_INT_PROP(FlowModelParameters, MaxInnerIterMsWells, 100);
|
||||
SET_BOOL_PROP(FlowModelParameters, UseInnerIterationsWells, true);
|
||||
SET_INT_PROP(FlowModelParameters, MaxInnerIterWells, 100);
|
||||
SET_BOOL_PROP(FlowModelParameters, UseInnerIterationsWells, false);
|
||||
SET_INT_PROP(FlowModelParameters, MaxInnerIterWells, 50);
|
||||
SET_INT_PROP(FlowModelParameters, StrictInnerIterMsWells, 40);
|
||||
SET_SCALAR_PROP(FlowModelParameters, RegularizationFactorMsw, 1);
|
||||
SET_BOOL_PROP(FlowModelParameters, EnableWellOperabilityCheck, true);
|
||||
|
Loading…
Reference in New Issue
Block a user