adding two THP control related fucntions to WellInterface

getTHPConstraint() and getTHPControlIndex();
This commit is contained in:
Kai Bao
2018-11-15 08:57:47 +01:00
parent 01efbc639c
commit eeae6aa4fc
2 changed files with 36 additions and 2 deletions

View File

@@ -316,6 +316,10 @@ namespace Opm
bool wellHasTHPConstraints() const;
double getTHPConstraint() const;
int getTHPControlIndex() const;
// Component fractions for each phase for the well
const std::vector<double>& compFrac() const;