#include <cassert>
#include <iomanip>
#include <dumux/common/valgrind.hh>
#include <dumux/common/exceptions.hh>
#include <dumux/material/idealgas.hh>
#include <dumux/material/components/n2.hh>
#include <dumux/material/components/h2o.hh>
#include <dumux/material/components/tabulatedcomponent.hh>
#include <dumux/material/binarycoefficients/h2o_n2.hh>
#include <dumux/io/name.hh>
#include "base.hh"
Go to the source code of this file.
A two-phase fluid system with two components water \((\mathrm{H_2O})\) Nitrogen \((\mathrm{N_2})\) for non-equilibrium models.
Classes | |
struct | Dumux::FluidSystems::H2ON2DefaultPolicy< fastButSimplifiedRelations > |
Policy for the H2O-N2 fluid system. More... | |
class | Dumux::FluidSystems::H2ON2< Scalar, Policy > |
A two-phase fluid system with two components water \((\mathrm{H_2O})\) Nitrogen \((\mathrm{N_2})\) for non-equilibrium models. More... | |
Namespaces | |
namespace | Dumux |
namespace | Dumux::FluidSystems |