adding wellHasTHPConstraints() to decide if there is THP control

for a specific well.
This commit is contained in:
Kai Bao
2017-03-31 12:52:44 +02:00
parent 86dc231cc3
commit 7b2e6760e1
2 changed files with 26 additions and 0 deletions

View File

@@ -363,6 +363,8 @@ enum WellVariablePositions {
const int well_index,
WellState& xw) const;
bool wellHasTHPConstraints(const int well_index) const;
};