black oil: adapt to some renames in opm-material

This commit is contained in:
Andreas Lauser 2014-04-25 17:14:20 +02:00
parent 9e6a81e8f0
commit 8cdde5de31

View File

@ -245,9 +245,9 @@ public:
{ 2.482113e+07, 1.700000e-05 },
{ 2.757903e+07, 1.750000e-05 }, };
FluidSystem::setGasFormationVolumeFactor(Bg);
FluidSystem::setOilFormationVolumeFactor(Bo);
FluidSystem::setGasDissolutionFactor(Rs);
FluidSystem::setOilViscosity(muo);
FluidSystem::setSaturatedOilFormationVolumeFactor(Bo);
FluidSystem::setSaturatedOilGasDissolutionFactor(Rs);
FluidSystem::setSaturatedOilViscosity(muo);
FluidSystem::setGasViscosity(mug);
FluidSystem::setWaterViscosity(9.6e-4);
FluidSystem::setWaterCompressibility(1.450377e-10);