mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
removed dissolved gas and vapporized oil from RESV injection rates
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user