Merge pull request #3363 from totto82/fixRESV2

removed dissolved gas and vapporized oil from RESV injection rates
This commit is contained in:
Bård Skaflestad
2021-06-09 09:29:19 +02:00
committed by GitHub
7 changed files with 61 additions and 7 deletions

View File

@@ -1496,6 +1496,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