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

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

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

Description

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

By default this uses the liquid phase fluid system with simple H2O.

Public Types

using Scalar = GetPropType< TypeTag, Properties::Scalar >
 
using type = FluidSystems::LiquidPhaseTwoC< Scalar, Components::SimpleH2O< Scalar >, Components::Constant< 1, Scalar > >
 

Member Typedef Documentation

◆ Scalar

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

◆ type

template<class TypeTag >
using Dumux::Properties::FluidSystem< TypeTag, TTag::RichardsNC >::type = FluidSystems::LiquidPhaseTwoC<Scalar, Components::SimpleH2O<Scalar>, Components::Constant<1, Scalar> >

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