adding getControlEq() to MultisegmentWell

to handle the well control equation. THP control is not handled there
yet.
This commit is contained in:
Kai Bao
2017-09-11 17:31:42 +02:00
parent ae91296339
commit 2bf82b4262
2 changed files with 138 additions and 7 deletions

View File

@@ -309,10 +309,14 @@ namespace Opm
EvalWell getSegmentRate(const int seg, const int comp_idx) const;
EvalWell getSegmentGTotal(const int seg) const;
// get the mobility for specific perforation
void getMobility(const Simulator& ebosSimulator,
const int perf,
std::vector<EvalWell>& mob) const;
EvalWell getControlEq() const;
};
}