Helper class to assign parameters to a generated grid. More...
#include <dumux/io/grid/porenetwork/parametersforgeneratedgrid.hh>
Helper class to assign parameters to a generated grid.
Public Member Functions | |
ParametersForGeneratedGrid (const GridView &gridView, const std::string ¶mGroup) | |
int | boundaryFaceMarkerAtPos (const GlobalPosition &pos) const |
Returns the boundary face marker index at given position. More... | |
int | throatLabel (const std::array< int, 2 > &poreLabels) const |
Computes and returns the label of a given throat. More... | |
template<class SetParameter , class GetParameter > | |
void | assignParameters (const SetParameter &setParameter, const GetParameter &getParameter, const std::size_t numSubregions) |
Assign parameters for generically created grids. More... | |
|
inline |
|
inline |
Assign parameters for generically created grids.
|
inline |
Returns the boundary face marker index at given position.
pos | The current position |
|
inline |
Computes and returns the label of a given throat.
poreLabels | The labels of the pores adjacent to the throat. |