Labels for pores and throats.
More...
#include <dumux/porenetwork/common/labels.hh>
Labels for pores and throats.
|
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...
|
|
◆ 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: