A two-phase (water and air) fluid system with water, nitrogen and oxygen as components.
#include <cassert>#include <iomanip>#include <dumux/common/exceptions.hh>#include <dumux/material/fluidsystems/base.hh>#include <dumux/material/idealgas.hh>#include <dumux/material/constants.hh>#include <dumux/material/components/n2.hh>#include <dumux/material/components/h2o.hh>#include <dumux/material/components/o2.hh>#include <dumux/material/components/tabulatedcomponent.hh>#include <dumux/material/binarycoefficients/h2o_n2.hh>#include <dumux/material/binarycoefficients/h2o_o2.hh>#include <dumux/material/binarycoefficients/n2_o2.hh>#include <dumux/io/name.hh>Go to the source code of this file.
Classes | |
| struct | Dumux::FluidSystems::H2ON2O2DefaultPolicy< fastButSimplifiedRelations > |
| Policy for the H2O-N2-O2 fluid system. More... | |
| class | Dumux::FluidSystems::H2ON2O2< Scalar, Policy > |
| A two-phase (water and air) fluid system with water, nitrogen and oxygen as components. More... | |
Namespaces | |
| namespace | Dumux |
| namespace | Dumux::FluidSystems |