Skip to content

Commit

Permalink
Set option --maximum-number-of-well-switches default value to 10
Browse files Browse the repository at this point in the history
  • Loading branch information
steink committed Oct 3, 2024
1 parent 3acf0cb commit 3cdb749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opm/simulators/flow/BlackoilModelParameters.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ struct RelaxedWellFlowTol { static constexpr Scalar value = 1e-3; };
template<class Scalar>
struct RelaxedPressureTolMsw { static constexpr Scalar value = 1e4; };

struct MaximumNumberOfWellSwitches { static constexpr int value = 3; };
struct MaximumNumberOfWellSwitches { static constexpr int value = 10; };
struct UseAverageDensityMsWells { static constexpr bool value = false; };
struct LocalWellSolveControlSwitching { static constexpr bool value = true; };
struct UseImplicitIpr { static constexpr bool value = true; };
Expand Down

0 comments on commit 3cdb749

Please sign in to comment.