mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WellInterfaceGeneric: add accessor for completions
This commit is contained in:
parent
9367335fe3
commit
d56eb16837
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user