StandardWell: move connectionRateBrine to Connections class

This commit is contained in:
Arne Morten Kvarving
2023-05-22 11:10:02 +02:00
parent 41a38cc9d6
commit 73ece47d97
4 changed files with 46 additions and 33 deletions

View File

@@ -438,11 +438,6 @@ namespace Opm
DeferredLogger& deferred_logger) const;
private:
Eval connectionRateBrine(double& rate,
const double vap_wat_rate,
const std::vector<EvalWell>& cq_s,
const IntensiveQuantities& intQuants) const;
Eval connectionRateEnergy(const double maxOilSaturation,
const std::vector<EvalWell>& cq_s,
const IntensiveQuantities& intQuants,