mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
LocalWellSolveControlSwitching default to be false
This commit is contained in:
@@ -372,7 +372,7 @@ struct UseAverageDensityMsWells<TypeTag, TTag::FlowModelParameters> {
|
||||
};
|
||||
template<class TypeTag>
|
||||
struct LocalWellSolveControlSwitching<TypeTag, TTag::FlowModelParameters> {
|
||||
static constexpr bool value = true;
|
||||
static constexpr bool value = false;
|
||||
};
|
||||
|
||||
// Network solver parameters
|
||||
|
Reference in New Issue
Block a user