Revert "rename {gil,gas}FormationVolumeFactor to \1FormationFactor"

This reverts commit c6c271f3ee. After a
more thorough investigation, the cannonical name of these quantities
turned out to be "* formation volume factor"...
This commit is contained in:
Andreas Lauser 2015-01-26 11:55:37 +01:00
parent c6c271f3ee
commit 18a582a88c

View File

@ -245,9 +245,9 @@ public:
};
FluidSystem::setReferenceDensities(/*oil=*/786, /*water=*/1037, /*gas=*/0.97);
FluidSystem::setGasFormationFactor(Bg);
FluidSystem::setGasFormationVolumeFactor(Bg);
FluidSystem::setSaturatedOilGasDissolutionFactor(Rs);
FluidSystem::setSaturatedOilFormationFactor(Bo);
FluidSystem::setSaturatedOilFormationVolumeFactor(Bo);
FluidSystem::setSaturatedOilViscosity(muo);
FluidSystem::setGasViscosity(mug);
FluidSystem::setWaterViscosity(9.6e-4);