Merge pull request #1135 from totto82/shutCompletionsFix

Fix shut well logic when WELOPEN and COMPDAT is combined
This commit is contained in:
Joakim Hove
2017-10-05 14:27:34 +02:00
committed by GitHub
4 changed files with 84 additions and 7 deletions

View File

@@ -159,6 +159,7 @@ namespace Opm
void handleMESSAGES(const DeckKeyword& keyword, size_t currentStep);
void checkUnhandledKeywords( const SCHEDULESection& ) const;
void checkIfAllConnectionsIsShut(size_t currentStep);
static double convertInjectionRateToSI(double rawRate, WellInjector::TypeEnum wellType, const Opm::UnitSystem &unitSystem);
static double convertInjectionRateToSI(double rawRate, Phase wellPhase, const Opm::UnitSystem &unitSystem);