support REIN for solvent

This commit is contained in:
Tor Harald Sandve
2019-09-23 15:15:55 +02:00
parent 0b96b31d8c
commit c21428419a
6 changed files with 134 additions and 15 deletions

View File

@@ -274,6 +274,9 @@ namespace Opm
return wellIsStopped_;
}
void setWsolvent(const double wsolvent);
protected:
// to indicate a invalid completion
@@ -373,6 +376,8 @@ namespace Opm
bool wellIsStopped_;
double wsolvent_;
const PhaseUsage& phaseUsage() const;
int flowPhaseToEbosCompIdx( const int phaseIdx ) const;
@@ -473,6 +478,8 @@ namespace Opm
bool checkConstraints(WellState& well_state, const SummaryState& summaryState);
};