WellInterfaceGeneric: add accessor for completions

This commit is contained in:
Arne Morten Kvarving 2022-10-24 10:57:09 +02:00
parent 9367335fe3
commit d56eb16837

View File

@ -172,6 +172,10 @@ public:
return well_index_;
}
const std::map<int,std::vector<int>>& getCompletions() const {
return completions_;
}
double getTHPConstraint(const SummaryState& summaryState) const;
double getALQ(const WellState& well_state) const;
double wsolvent() const;