mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
blackoil: rename gasFormationFactor to gasDissolutionFactor
that was a thinko/reado on my side...
This commit is contained in:
parent
ea30ffc7be
commit
54a66718bd
@ -249,7 +249,7 @@ public:
|
|||||||
};
|
};
|
||||||
FluidSystem::setGasFormationVolumeFactor(Bg);
|
FluidSystem::setGasFormationVolumeFactor(Bg);
|
||||||
FluidSystem::setOilFormationVolumeFactor(Bo);
|
FluidSystem::setOilFormationVolumeFactor(Bo);
|
||||||
FluidSystem::setGasFormationFactor(Rs);
|
FluidSystem::setGasDissolutionFactor(Rs);
|
||||||
FluidSystem::setOilViscosity(muo);
|
FluidSystem::setOilViscosity(muo);
|
||||||
FluidSystem::setGasViscosity(mug);
|
FluidSystem::setGasViscosity(mug);
|
||||||
FluidSystem::setWaterViscosity(9.6e-4);
|
FluidSystem::setWaterViscosity(9.6e-4);
|
||||||
@ -545,7 +545,7 @@ private:
|
|||||||
// system.
|
// system.
|
||||||
Scalar pSat = pReservoir_; // the saturation pressure of the oil
|
Scalar pSat = pReservoir_; // the saturation pressure of the oil
|
||||||
Scalar Bo = FluidSystem::oilFormationVolumeFactor(pSat);
|
Scalar Bo = FluidSystem::oilFormationVolumeFactor(pSat);
|
||||||
Scalar Rs = FluidSystem::gasFormationFactor(pSat);
|
Scalar Rs = FluidSystem::gasDissolutionFactor(pSat);
|
||||||
Scalar rhoo = FluidSystem::surfaceDensity(oPhaseIdx)/Bo;
|
Scalar rhoo = FluidSystem::surfaceDensity(oPhaseIdx)/Bo;
|
||||||
Scalar rhogref = FluidSystem::surfaceDensity(gPhaseIdx);
|
Scalar rhogref = FluidSystem::surfaceDensity(gPhaseIdx);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user