| 
    
    
     WaterPvtMultiplexer.hpp File Reference   This class represents the Pressure-Volume-Temperature relations of the water phase in the black-oil model. More... #include "ConstantCompressibilityWaterPvt.hpp"
Include dependency graph for WaterPvtMultiplexer.hpp: 
![]() 
This graph shows which files directly or indirectly include this file: 
![]() Go to the source code of this file. 
 
 
 Detailed DescriptionThis class represents the Pressure-Volume-Temperature relations of the water phase in the black-oil model. Macro Definition Documentation
 
Value: 
switch (waterPvtApproach_) {                                        \ 
    case ConstantCompressibilityWaterPvt: {                             \ 
        auto &pvtImpl = getRealWaterPvt<ConstantCompressibilityWaterPvt>(); \ 
        codeToCall;                                                     \ 
        break;                                                          \ 
    }                                                                   \ 
    case NoWaterPvt:                                                    \ 
        OPM_THROW(std::logic_error, "Not implemented: Water PVT of this deck!"); \ 
    } 
Referenced by Opm::WaterPvtMultiplexer< Scalar >::density(), Opm::WaterPvtMultiplexer< Scalar >::formationVolumeFactor(), Opm::WaterPvtMultiplexer< Scalar >::fugacityCoefficientGas(), Opm::WaterPvtMultiplexer< Scalar >::fugacityCoefficientOil(), Opm::WaterPvtMultiplexer< Scalar >::fugacityCoefficientWater(), Opm::WaterPvtMultiplexer< Scalar >::initEnd(), and Opm::WaterPvtMultiplexer< Scalar >::viscosity().  | 
    ||||||||||||||||||||||||||