version 3.9-dev
Dumux::RichardsModelTraits Struct Reference

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

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

Inheritance diagram for Dumux::RichardsModelTraits:

Description

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

Member Function Documentation

◆ checkFluidSystem()

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

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

◆ enableAdvection()

static constexpr bool Dumux::RichardsModelTraits::enableAdvection ( )
inlinestaticconstexpr

◆ enableEnergyBalance()

static constexpr bool Dumux::RichardsModelTraits::enableEnergyBalance ( )
inlinestaticconstexpr

◆ enableMolecularDiffusion()

static constexpr bool Dumux::RichardsModelTraits::enableMolecularDiffusion ( )
inlinestaticconstexpr

◆ fluidSystemIsCompatible()

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

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

◆ numEq()

static constexpr int Dumux::RichardsModelTraits::numEq ( )
inlinestaticconstexpr

◆ numFluidComponents()

static constexpr int Dumux::RichardsModelTraits::numFluidComponents ( )
inlinestaticconstexpr

◆ numFluidPhases()

static constexpr int Dumux::RichardsModelTraits::numFluidPhases ( )
inlinestaticconstexpr

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