Merge pull request #3158 from totto82/operability_solve

shut/stop unsolvable wells
This commit is contained in:
Atgeirr Flø Rasmussen
2021-06-18 10:13:14 +02:00
committed by GitHub
5 changed files with 75 additions and 25 deletions

View File

@@ -345,6 +345,8 @@ protected:
void solveWellForTesting(const Simulator& ebosSimulator, WellState& well_state, const GroupState& group_state,
DeferredLogger& deferred_logger);
bool shutUnsolvableWells() const;
};
}