mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make --alternative-well-rate-init=true the default.
This commit is contained in:
parent
6f7e83a2ce
commit
f967d82ad5
@ -256,7 +256,7 @@ struct MaxInnerIterWells<TypeTag, TTag::FlowModelParameters> {
|
|||||||
};
|
};
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct AlternativeWellRateInit<TypeTag, TTag::FlowModelParameters> {
|
struct AlternativeWellRateInit<TypeTag, TTag::FlowModelParameters> {
|
||||||
static constexpr bool value = false;
|
static constexpr bool value = true;
|
||||||
};
|
};
|
||||||
template<class TypeTag>
|
template<class TypeTag>
|
||||||
struct StrictInnerIterMsWells<TypeTag, TTag::FlowModelParameters> {
|
struct StrictInnerIterMsWells<TypeTag, TTag::FlowModelParameters> {
|
||||||
|
Loading…
Reference in New Issue
Block a user