GasPvtMultiplexer.hpp File Reference
#include "DryGasPvt.hpp"
#include "DryHumidGasPvt.hpp"
#include "WetHumidGasPvt.hpp"
#include "WetGasPvt.hpp"
#include "GasPvtThermal.hpp"
#include "Co2GasPvt.hpp"
Include dependency graph for GasPvtMultiplexer.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Opm::GasPvtMultiplexer< Scalar, enableThermal >
 This class represents the Pressure-Volume-Temperature relations of the gas phase in the black-oil model. More...
 

Namespaces

namespace  Opm
 

Macros

#define OPM_GAS_PVT_MULTIPLEXER_CALL(codeToCall)
 

Enumerations

enum class  Opm::GasPvtApproach {
  Opm::NoGasPvt , Opm::DryGasPvt , Opm::DryHumidGasPvt , Opm::WetHumidGasPvt ,
  Opm::WetGasPvt , Opm::ThermalGasPvt , Opm::Co2GasPvt
}
 

Detailed Description

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

This is a multiplexer class which forwards all calls to the real implementation.

Note that, since the main application for this class is the black oil fluid system, the API exposed by this class is pretty specific to the assumptions made by the black oil model.

Macro Definition Documentation

◆ OPM_GAS_PVT_MULTIPLEXER_CALL

#define OPM_GAS_PVT_MULTIPLEXER_CALL (   codeToCall)