Labels for pores and throats.
#include <dumux/porenetwork/common/labels.hh>
|
| 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 |
◆ inlet
| int Dumux::PoreNetwork::Labels::inlet = 2 |
|
staticconstexpr |
◆ interior
| int Dumux::PoreNetwork::Labels::interior = -1 |
|
staticconstexpr |
◆ noflow
| int Dumux::PoreNetwork::Labels::noflow = 0 |
|
staticconstexpr |
◆ outlet
| int Dumux::PoreNetwork::Labels::outlet = 3 |
|
staticconstexpr |
◆ source
| int Dumux::PoreNetwork::Labels::source = 4 |
|
staticconstexpr |
The documentation for this struct was generated from the following file: