My Project
|
A two-phase fluid system with water and CO2. More...
#include "BaseFluidSystem.hpp"
#include "NullParameterCache.hpp"
#include <opm/material/IdealGas.hpp>
#include <opm/material/components/Brine.hpp>
#include <opm/material/components/CO2.hpp>
#include <opm/material/components/SimpleCO2.hpp>
#include <opm/material/components/SimpleH2O.hpp>
#include <opm/material/components/TabulatedComponent.hpp>
#include <opm/material/binarycoefficients/H2O_CO2.hpp>
#include <opm/material/binarycoefficients/Brine_CO2.hpp>
#include <opm/material/binarycoefficients/H2O_N2.hpp>
#include <iostream>
Go to the source code of this file.
Classes | |
class | Opm::BrineCO2FluidSystem< Scalar, CO2Tables > |
A two-phase fluid system with water and CO2. More... | |
struct | Opm::BrineCO2FluidSystem< Scalar, CO2Tables >::ParameterCache< Evaluation > |
A two-phase fluid system with water and CO2.
This fluid system uses the a tabulated CO2 component to achieve high thermodynamic accuracy and thus requires the tables of the sampling to be supplied as template argument.