My Project
GasPvtMultiplexer.hpp File Reference

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

#include "DryGasPvt.hpp"
#include "DryHumidGasPvt.hpp"
#include "WetHumidGasPvt.hpp"
#include "WetGasPvt.hpp"
#include "GasPvtThermal.hpp"
#include "Co2GasPvt.hpp"

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...
 

Macros

#define OPM_GAS_PVT_MULTIPLEXER_CALL(codeToCall)
 

Enumerations

enum class  GasPvtApproach {
  NoGasPvt , DryGasPvt , DryHumidGasPvt , WetHumidGasPvt ,
  WetGasPvt , ThermalGasPvt , 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.