Merge pull request #3837 from totto82/wvfpexp

Add option for explicit vfp lookup for problematic wells
This commit is contained in:
Tor Harald Sandve
2022-09-09 10:00:02 +02:00
committed by GitHub
21 changed files with 155 additions and 45 deletions

View File

@@ -400,7 +400,7 @@ protected:
// create the well container
virtual void createWellContainer(const int time_step) = 0;
virtual void initWellContainer() = 0;
virtual void initWellContainer(const int reportStepIdx) = 0;
virtual void calculateProductivityIndexValuesShutWells(const int reportStepIdx,
DeferredLogger& deferred_logger) = 0;