adding extractWellPerfProperties to StandardWells

It causes problem for the flow_multisegment. So the version in
BlackoilModelBase is kept for now.

On the other hand, it is few of functions that will be both required by
the standard wells and multisegment wells.

Some decision will be made later on how to put this function.
This commit is contained in:
Kai Bao
2016-04-08 16:48:31 +02:00
parent c8b66821d5
commit e9e1b9fda8
3 changed files with 40 additions and 1 deletions

View File

@@ -101,6 +101,12 @@ namespace Opm {
const std::vector<double>& depth_perf,
const double grav);
template <class ReservoirResidualQuant>
void extractWellPerfProperties(const std::vector<ReservoirResidualQuant>& rq,
const int np,
std::vector<ADB>& mob_perfcells,
std::vector<ADB>& b_perfcells) const;
protected:
bool wells_active_;