mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
add MultisegmentWellGeneric
avoid rebuilding this for all simulators when code is only dependent on Scalar. instanced for double
This commit is contained in:
@@ -147,6 +147,14 @@ public:
|
||||
return perf_depth_;
|
||||
}
|
||||
|
||||
std::vector<double>& perfDepth() {
|
||||
return perf_depth_;
|
||||
}
|
||||
|
||||
const std::vector<double>& wellIndex() const {
|
||||
return well_index_;
|
||||
}
|
||||
|
||||
double getTHPConstraint(const SummaryState& summaryState) const;
|
||||
double getALQ(const WellState& well_state) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user