mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
c6c271f3ee
commit
18a582a88c
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user