check operability history wells

This commit is contained in:
Tor Harald Sandve
2021-10-18 09:21:04 +02:00
parent d925e74b76
commit 160c80b574
6 changed files with 11 additions and 38 deletions
@@ -811,13 +811,6 @@ updateWellTestState(const SingleWellState& ws,
WellTestState& wellTestState,
DeferredLogger& deferred_logger) const
{
// Based on current understanding, only under prediction mode, we need to shut well due to various
// reasons or limits. With more knowlage or testing cases later, this might need to be corrected.
if (!underPredictionMode() ) {
return;
}
// updating well test state based on physical (THP/BHP) limits.
updateWellTestStatePhysical(simulationTime, writeMessageToOPMLog, wellTestState, deferred_logger);