mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Change default MaxNewtonIterationsWithInnerWellIterations to 8
This commit is contained in:
@@ -244,7 +244,7 @@ struct MaxPressureChangeMsWells<TypeTag, TTag::FlowModelParameters> {
|
||||
};
|
||||
template<class TypeTag>
|
||||
struct MaxNewtonIterationsWithInnerWellIterations<TypeTag, TTag::FlowModelParameters> {
|
||||
static constexpr int value = 3;
|
||||
static constexpr int value = 8;
|
||||
};
|
||||
template<class TypeTag>
|
||||
struct MaxInnerIterMsWells<TypeTag, TTag::FlowModelParameters> {
|
||||
|
||||
Reference in New Issue
Block a user