3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Attributes | List of all members
Dumux::RichardsIndices Struct Reference

Index names for the Richards model. More...

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

Description

Index names for the Richards model.

Static Public Attributes

static constexpr int pressureIdx = 0
 Primary variable index for the wetting phase pressure. More...
 
static constexpr int switchIdx = 0
 
static constexpr int conti0EqIdx = 0
 Equation index for the mass conservation of the wetting phase. More...
 
static constexpr int liquidPhaseOnly = 1
 Only the liquid phase is present. More...
 
static constexpr int gasPhaseOnly = 2
 Only the gas phase is present. More...
 
static constexpr int bothPhases = 3
 Both phases are present. More...
 

Member Data Documentation

◆ bothPhases

constexpr int Dumux::RichardsIndices::bothPhases = 3
staticconstexpr

Both phases are present.

◆ conti0EqIdx

constexpr int Dumux::RichardsIndices::conti0EqIdx = 0
staticconstexpr

Equation index for the mass conservation of the wetting phase.

◆ gasPhaseOnly

constexpr int Dumux::RichardsIndices::gasPhaseOnly = 2
staticconstexpr

Only the gas phase is present.

◆ liquidPhaseOnly

constexpr int Dumux::RichardsIndices::liquidPhaseOnly = 1
staticconstexpr

Only the liquid phase is present.

◆ pressureIdx

constexpr int Dumux::RichardsIndices::pressureIdx = 0
staticconstexpr

Primary variable index for the wetting phase pressure.

◆ switchIdx

constexpr int Dumux::RichardsIndices::switchIdx = 0
staticconstexpr

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