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

Labels for pores and throats. More...

#include <dumux/porenetwork/common/labels.hh>

Description

Labels for pores and throats.

Static Public Attributes

static constexpr int interior = -1
 Label for pores/throats not on a boundary. More...
 
static constexpr int noflow = 0
 Label for pores/throats with a now flow BC. More...
 
static constexpr int dirichlet = 1
 Label for pores/throats with Dirichlet BC. More...
 
static constexpr int inlet = 2
 Label for pores/throats on an inlet. More...
 
static constexpr int outlet = 3
 Label for pores/throats on an outlet. More...
 
static constexpr int source = 4
 Label for pores/throats with a sink/source term. More...
 

Member Data Documentation

◆ dirichlet

constexpr int Dumux::PoreNetwork::Labels::dirichlet = 1
staticconstexpr

Label for pores/throats with Dirichlet BC.

◆ inlet

constexpr int Dumux::PoreNetwork::Labels::inlet = 2
staticconstexpr

Label for pores/throats on an inlet.

◆ interior

constexpr int Dumux::PoreNetwork::Labels::interior = -1
staticconstexpr

Label for pores/throats not on a boundary.

◆ noflow

constexpr int Dumux::PoreNetwork::Labels::noflow = 0
staticconstexpr

Label for pores/throats with a now flow BC.

◆ outlet

constexpr int Dumux::PoreNetwork::Labels::outlet = 3
staticconstexpr

Label for pores/throats on an outlet.

◆ source

constexpr int Dumux::PoreNetwork::Labels::source = 4
staticconstexpr

Label for pores/throats with a sink/source term.


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