changed: put calculation of brine connection rate in separate method

This commit is contained in:
Arne Morten Kvarving
2023-05-05 09:55:26 +02:00
parent a363ad6028
commit 8b38943485
2 changed files with 34 additions and 15 deletions

View File

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