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.
|
| static constexpr int | noflow = 0 |
| | Label for pores/throats with a now flow BC.
|
| static constexpr int | dirichlet = 1 |
| | Label for pores/throats with Dirichlet BC.
|
| static constexpr int | inlet = 2 |
| | Label for pores/throats on an inlet.
|
| static constexpr int | outlet = 3 |
| | Label for pores/throats on an outlet.
|
| static constexpr int | source = 4 |
| | Label for pores/throats with a sink/source term.
|
◆ dirichlet
| int Dumux::PoreNetwork::Labels::dirichlet = 1 |
|
staticconstexpr |
Label for pores/throats with Dirichlet BC.
◆ inlet
| int Dumux::PoreNetwork::Labels::inlet = 2 |
|
staticconstexpr |
Label for pores/throats on an inlet.
◆ interior
| int Dumux::PoreNetwork::Labels::interior = -1 |
|
staticconstexpr |
Label for pores/throats not on a boundary.
◆ noflow
| int Dumux::PoreNetwork::Labels::noflow = 0 |
|
staticconstexpr |
Label for pores/throats with a now flow BC.
◆ outlet
| int Dumux::PoreNetwork::Labels::outlet = 3 |
|
staticconstexpr |
Label for pores/throats on an outlet.
◆ source
| 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: