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