A compositional two-phase fluid system with a liquid and a gaseous phase and \(H_2O\), \(Air\) and \(S\) (dissolved minerals) as components.
#include <array>#include <cassert>#include <iomanip>#include <dumux/material/idealgas.hh>#include <dumux/material/fluidstates/adapter.hh>#include <dumux/material/fluidsystems/base.hh>#include <dumux/material/fluidsystems/brine.hh>#include <dumux/material/components/air.hh>#include <dumux/material/components/h2o.hh>#include <dumux/material/components/nacl.hh>#include <dumux/material/binarycoefficients/h2o_air.hh>#include <dumux/material/components/tabulatedcomponent.hh>#include <dumux/common/exceptions.hh>#include <dumux/io/name.hh>Go to the source code of this file.
Classes | |
| struct | Dumux::FluidSystems::BrineAirDefaultPolicy< fastButSimplifiedRelations > |
| Policy for the brine-air fluid system. More... | |
| class | Dumux::FluidSystems::BrineAir< Scalar, H2Otype, Policy > |
| A compositional two-phase fluid system with a liquid and a gaseous phase and \(H_2O\), \(Air\) and \(S\) (dissolved minerals) as components. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::FluidSystems |