introduce getMobility in WellInterface

we now share implementation between StandardWell and MultisegmentWell
This commit is contained in:
Arne Morten Kvarving
2023-05-12 10:02:05 +02:00
parent e406d2f0a1
commit 0406a033a2
5 changed files with 87 additions and 114 deletions

View File

@@ -238,7 +238,8 @@ namespace Opm
template<class Value>
void getMobility(const Simulator& ebosSimulator,
const int perf,
std::vector<Value>& mob) const;
std::vector<Value>& mob,
DeferredLogger& deferred_logger) const;
void computeWellRatesAtBhpLimit(const Simulator& ebosSimulator,
std::vector<double>& well_flux,