A compositional two-phase fluid system with water and air as components in both, the liquid and the gas phase.
#include <cassert>#include <iomanip>#include <dumux/material/idealgas.hh>#include <dumux/material/fluidsystems/base.hh>#include <dumux/material/binarycoefficients/h2o_air.hh>#include <dumux/material/components/air.hh>#include <dumux/material/components/tabulatedcomponent.hh>#include <dumux/material/components/h2o.hh>#include <dumux/common/exceptions.hh>#include <dumux/io/name.hh>Go to the source code of this file.
| Classes | |
| struct | Dumux::FluidSystems::H2OAirDefaultPolicy< fastButSimplifiedRelations > | 
| Policy for the H2O-air fluid system.  More... | |
| class | Dumux::FluidSystems::H2OAir< Scalar, H2Otype, Policy, useKelvinVaporPressure > | 
| A compositional two-phase fluid system with water and air as components in both, the liquid and the gas phase.  More... | |
| Namespaces | |
| namespace | Dumux | 
| namespace | Dumux::FluidSystems |