3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | List of all members
Dumux::RichardsModelTraits< enableDiff > Struct Template Reference

Specifies a number properties of the Richards model. More...

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

Inheritance diagram for Dumux::RichardsModelTraits< enableDiff >:

Description

template<bool enableDiff>
struct Dumux::RichardsModelTraits< enableDiff >

Specifies a number properties of the Richards model.

Template Parameters
enableDiffspecifies if diffusion of water in air is to be considered.

Public Types

using Indices = RichardsIndices
 

Static Public Member Functions

static constexpr int numEq ()
 
static constexpr int numFluidPhases ()
 
static constexpr int numFluidComponents ()
 
static constexpr bool enableAdvection ()
 
static constexpr bool enableMolecularDiffusion ()
 
static constexpr bool enableEnergyBalance ()
 
template<class FluidSystem >
static constexpr bool fluidSystemIsCompatible ()
 
template<class FluidSystem >
static constexpr auto checkFluidSystem (const FluidSystem &fs)
 

Member Typedef Documentation

◆ Indices

template<bool enableDiff>
using Dumux::RichardsModelTraits< enableDiff >::Indices = RichardsIndices

Member Function Documentation

◆ checkFluidSystem()

template<bool enableDiff>
template<class FluidSystem >
static constexpr auto Dumux::RichardsModelTraits< enableDiff >::checkFluidSystem ( const FluidSystem &  fs)
inlinestaticconstexpr

The Richards model has some assumptions on the fluid systems that can be verified with this trait

◆ enableAdvection()

template<bool enableDiff>
static constexpr bool Dumux::RichardsModelTraits< enableDiff >::enableAdvection ( )
inlinestaticconstexpr

◆ enableEnergyBalance()

template<bool enableDiff>
static constexpr bool Dumux::RichardsModelTraits< enableDiff >::enableEnergyBalance ( )
inlinestaticconstexpr

◆ enableMolecularDiffusion()

template<bool enableDiff>
static constexpr bool Dumux::RichardsModelTraits< enableDiff >::enableMolecularDiffusion ( )
inlinestaticconstexpr

◆ fluidSystemIsCompatible()

template<bool enableDiff>
template<class FluidSystem >
static constexpr bool Dumux::RichardsModelTraits< enableDiff >::fluidSystemIsCompatible ( )
inlinestaticconstexpr

The Richards model has some assumptions on the fluid systems that can be verified with this trait

◆ numEq()

template<bool enableDiff>
static constexpr int Dumux::RichardsModelTraits< enableDiff >::numEq ( )
inlinestaticconstexpr

◆ numFluidComponents()

template<bool enableDiff>
static constexpr int Dumux::RichardsModelTraits< enableDiff >::numFluidComponents ( )
inlinestaticconstexpr

◆ numFluidPhases()

template<bool enableDiff>
static constexpr int Dumux::RichardsModelTraits< enableDiff >::numFluidPhases ( )
inlinestaticconstexpr

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