Make --alternative-well-rate-init=true the default.

This commit is contained in:
Atgeirr Flø Rasmussen 2020-11-17 11:56:02 +01:00
parent 6f7e83a2ce
commit f967d82ad5

View File

@ -256,7 +256,7 @@ struct MaxInnerIterWells<TypeTag, TTag::FlowModelParameters> {
};
template<class TypeTag>
struct AlternativeWellRateInit<TypeTag, TTag::FlowModelParameters> {
static constexpr bool value = false;
static constexpr bool value = true;
};
template<class TypeTag>
struct StrictInnerIterMsWells<TypeTag, TTag::FlowModelParameters> {