version 3.8
Dumux::Properties::FluidSystem< TypeTag, TTag::Richards > Struct Template Reference

The fluid system used by the model. More...

#include <dumux/porousmediumflow/richards/model.hh>

Description

template<class TypeTag>
struct Dumux::Properties::FluidSystem< TypeTag, TTag::Richards >

By default this uses the H2O-Air fluid system with Simple H2O (constant density and viscosity).

Public Types

using Scalar = GetPropType< TypeTag, Properties::Scalar >
 
using type = FluidSystems::H2OAir< Scalar, Components::SimpleH2O< Scalar >, FluidSystems::H2OAirDefaultPolicy< true > >
 

Member Typedef Documentation

◆ Scalar

template<class TypeTag >
using Dumux::Properties::FluidSystem< TypeTag, TTag::Richards >::Scalar = GetPropType<TypeTag, Properties::Scalar>

◆ type

template<class TypeTag >
using Dumux::Properties::FluidSystem< TypeTag, TTag::Richards >::type = FluidSystems::H2OAir<Scalar, Components::SimpleH2O<Scalar>, FluidSystems::H2OAirDefaultPolicy<true> >

The documentation for this struct was generated from the following file: