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