add MultisegmentWellGeneric

avoid rebuilding this for all simulators when code
is only dependent on Scalar. instanced for double
This commit is contained in:
Arne Morten Kvarving
2021-06-03 15:34:14 +02:00
parent fdd51ecd8b
commit c623fba017
6 changed files with 852 additions and 713 deletions

View File

@@ -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;