My Project
|
This class represents the Pressure-Volume-Temperature relations of the liquid phase for a CO2-Brine system. More...
#include <opm/common/Exceptions.hpp>
#include <opm/common/TimingMacros.hpp>
#include <opm/common/ErrorMacros.hpp>
#include <opm/common/utility/gpuDecorators.hpp>
#include <opm/material/Constants.hpp>
#include <opm/material/components/BrineDynamic.hpp>
#include <opm/material/components/SimpleHuDuanH2O.hpp>
#include <opm/material/components/CO2.hpp>
#include <opm/material/common/UniformTabulated2DFunction.hpp>
#include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/components/CO2Tables.hpp>
#include <opm/material/binarycoefficients/H2O_CO2.hpp>
#include <opm/material/binarycoefficients/Brine_CO2.hpp>
#include <opm/input/eclipse/EclipseState/Co2StoreConfig.hpp>
#include <cstddef>
#include <vector>
Go to the source code of this file.
Classes | |
class | Opm::BrineCo2Pvt< Scalar, Params, ContainerT > |
This class represents the Pressure-Volume-Temperature relations of the liquid phase for a CO2-Brine system. 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 ScalarT > | |
BrineCo2Pvt< ScalarT, OutputParams, ViewType > | Opm::gpuistl::make_view (BrineCo2Pvt< ScalarT, InputParams, ContainerType > &) |
This class represents the Pressure-Volume-Temperature relations of the liquid phase for a CO2-Brine system.