mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-09-05 04:40:19 -05:00
Use RelaxedMaxPvFraction 0 for now.
This should make the tests work.
This commit is contained in:
@@ -63,7 +63,7 @@ NEW_PROP_TAG(MaxInnerIterWells);
|
||||
SET_SCALAR_PROP(FlowModelParameters, DbhpMaxRel, 1.0);
|
||||
SET_SCALAR_PROP(FlowModelParameters, DwellFractionMax, 0.2);
|
||||
SET_SCALAR_PROP(FlowModelParameters, MaxResidualAllowed, 1e7);
|
||||
SET_SCALAR_PROP(FlowModelParameters, RelaxedMaxPvFraction, .03);
|
||||
SET_SCALAR_PROP(FlowModelParameters, RelaxedMaxPvFraction, .0);
|
||||
SET_SCALAR_PROP(FlowModelParameters, ToleranceMb, 1e-6);
|
||||
SET_SCALAR_PROP(FlowModelParameters, ToleranceCnv,1e-2);
|
||||
SET_SCALAR_PROP(FlowModelParameters, ToleranceCnvRelaxed, 1e9);
|
||||
|
||||
Reference in New Issue
Block a user