mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
@@ -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_;
|
||||
|
||||
Reference in New Issue
Block a user