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

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

View File

@@ -473,6 +473,12 @@ namespace Opm
const Value& rv,
const Value& rs,
const Value& rvw) const;
template<class Value>
void gasWaterPerfRateProd(std::vector<Value>& cq_s,
PerforationRates& perf_rates,
const Value& rvw,
const Value& rsw) const;
};
}