My Project
|
This class represents the Pressure-Volume-Temperature relations of the gas phase for CO2. More...
#include <opm/material/Constants.hpp>
#include <opm/common/TimingMacros.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/utility/gpuDecorators.hpp>
#include <opm/material/components/CO2.hpp>
#include <opm/material/components/BrineDynamic.hpp>
#include <opm/material/components/SimpleHuDuanH2O.hpp>
#include <opm/material/common/UniformTabulated2DFunction.hpp>
#include <opm/material/binarycoefficients/Brine_CO2.hpp>
#include <opm/input/eclipse/EclipseState/Co2StoreConfig.hpp>
#include <opm/material/components/CO2Tables.hpp>
#include <opm/input/eclipse/EclipseState/EclipseState.hpp>
#include <opm/input/eclipse/EclipseState/Tables/TableManager.hpp>
#include <cstddef>
#include <vector>
Go to the source code of this file.
Classes | |
class | Opm::Co2GasPvt< Scalar, ParamsT, ContainerT > |
This class represents the Pressure-Volume-Temperature relations of the gas phase for CO2. More... | |
Namespaces | |
namespace | Opm |
This class implements a small container which holds the transmissibility mulitpliers for all the faces in the grid. | |
Functions | |
template<class ViewType , class OutputParams , class InputParams , class ContainerType , class Scalar > | |
Co2GasPvt< Scalar, OutputParams, ViewType > | Opm::gpuistl::make_view (Co2GasPvt< Scalar, InputParams, ContainerType > &) |
This class represents the Pressure-Volume-Temperature relations of the gas phase for CO2.