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

The fluid state which is used by the volume variables to store the thermodynamic state. This should be chosen appropriately for the model ((non-)isothermal, equilibrium, ...). This can be done in the problem.

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

Public Types

using Scalar = GetPropType< TypeTag, Properties::Scalar >
 
using FluidSystem = GetPropType< TypeTag, Properties::FluidSystem >
 
using type = CompositionalFluidState< Scalar, FluidSystem >
 

Member Typedef Documentation

◆ FluidSystem

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

◆ Scalar

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

◆ type

template<class TypeTag >
using Dumux::Properties::FluidState< TypeTag, TTag::RichardsNC >::type = CompositionalFluidState<Scalar, FluidSystem>

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