changed: put calculation of production gas-oil perf rates in separate method

This commit is contained in:
Arne Morten Kvarving
2023-05-05 09:55:26 +02:00
parent e7bb51740e
commit 21aa783d88
2 changed files with 42 additions and 23 deletions

View File

@@ -466,6 +466,13 @@ namespace Opm
const double dis_gas_rate,
const std::vector<EvalWell>& cq_s,
const IntensiveQuantities& intQuants) const;
template<class Value>
void gasOilPerfRateProd(std::vector<Value>& cq_s,
PerforationRates& perf_rates,
const Value& rv,
const Value& rs,
const Value& rvw) const;
};
}