WaterPvtMultiplexer.hpp File Reference

This class represents the Pressure-Volume-Temperature relations of the water phase in the black-oil model. More...

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.

Classes

class  Opm::WaterPvtMultiplexer< Scalar >
 This class represents the Pressure-Volume-Temperature relations of the water phase in the black-oil model. More...
 

Namespaces

 Opm
 

Macros

#define OPM_WATER_PVT_MULTIPLEXER_CALL(codeToCall)
 

Detailed Description

This class represents the Pressure-Volume-Temperature relations of the water phase in the black-oil model.

Macro Definition Documentation

#define OPM_WATER_PVT_MULTIPLEXER_CALL (   codeToCall)
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().