version 3.9-dev
Dumux::ExtendedRichardsModelTraits Struct Reference

Specifies a number properties of the extended Richards model.

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

Inheritance diagram for Dumux::ExtendedRichardsModelTraits:

Public Types

using Indices = ExtendedRichardsIndices
 

Static Public Member Functions

static constexpr bool enableMolecularDiffusion ()
 
static constexpr int numEq ()
 
static constexpr int numFluidPhases ()
 
static constexpr int numFluidComponents ()
 
static constexpr bool enableAdvection ()
 
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)
inlinestaticconstexprinherited

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

◆ enableAdvection()

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

◆ enableEnergyBalance()

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

◆ enableMolecularDiffusion()

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

◆ fluidSystemIsCompatible()

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

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

◆ numEq()

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

◆ numFluidComponents()

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

◆ numFluidPhases()

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

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