removed dissolved gas and vapporized oil from RESV injection rates

This commit is contained in:
Tor Harald Sandve
2021-06-08 15:29:15 +02:00
parent 8ad44d046d
commit 28a567550b
7 changed files with 61 additions and 7 deletions

View File

@@ -1497,6 +1497,16 @@ namespace Opm {
rateConverter_->calcCoeff(fipnum, pvtreg, resv_coeff);
}
template<typename TypeTag>
void
BlackoilWellModel<TypeTag>::
calcInjRates(const int fipnum,
const int pvtreg,
std::vector<double>& resv_coeff)
{
rateConverter_->calcInjCoeff(fipnum, pvtreg, resv_coeff);
}
template <typename TypeTag>
void