Merge pull request #3869 from plgbrts/vapoilwat

adding three-phase simulator including water evaporation and salt precipitation
This commit is contained in:
Bård Skaflestad
2022-05-25 15:33:53 +02:00
committed by GitHub
15 changed files with 316 additions and 21 deletions

View File

@@ -279,7 +279,7 @@ private:
bGas = FluidSystem::gasPvt().saturatedInverseFormationVolumeFactor(pvtRegionIdx_, temp_, press);
}
else {
bGas = FluidSystem::gasPvt().inverseFormationVolumeFactor(pvtRegionIdx_, temp_, press, rv);
bGas = FluidSystem::gasPvt().inverseFormationVolumeFactor(pvtRegionIdx_, temp_, press, rv, 0.0/*=Rvw*/);
}
double rho = bGas * FluidSystem::referenceDensity(FluidSystem::gasPhaseIdx, pvtRegionIdx_);
if (FluidSystem::enableVaporizedOil()) {