A compositional fluid with brine (H2O & NaCl) and carbon dioxide as components in both the liquid and the gas (supercritical) phase.
#include <type_traits>#include <dune/common/exceptions.hh>#include <dumux/common/parameters.hh>#include <dumux/material/idealgas.hh>#include <dumux/material/fluidsystems/base.hh>#include <dumux/material/fluidsystems/brine.hh>#include <dumux/material/fluidstates/adapter.hh>#include <dumux/material/components/brine.hh>#include <dumux/material/components/co2.hh>#include <dumux/material/components/tabulatedcomponent.hh>#include <dumux/material/binarycoefficients/brine_co2.hh>#include <dumux/io/name.hh>Go to the source code of this file.
Classes | |
| struct | Dumux::FluidSystems::Detail::BrineCO2Indices< true > |
| Specialization for the case of brine being a pseudo component with a constant salinity. More... | |
| struct | Dumux::FluidSystems::Detail::BrineCO2Indices< false > |
| Specialization for the case of brine being a fluid system with NaCl as individual component. More... | |
| struct | Dumux::FluidSystems::BrineCO2DefaultPolicy< salinityIsConstant, fastButSimplifiedRelations > |
| Default policy for the Brine-CO2 fluid system. More... | |
| class | Dumux::FluidSystems::BrineCO2< Scalar, CO2Component, H2OType, Policy > |
| A compositional fluid with brine (H2O & NaCl) and carbon dioxide as components in both the liquid and the gas (supercritical) phase. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::FluidSystems |
| namespace | Dumux::FluidSystems::Detail |