version 3.11-dev
Loading...
Searching...
No Matches
Pore network model grids

Description

Classes

class  Dumux::PoreNetwork::GridData< Grid >
 Class for grid data attached to dgf or gmsh grid files. More...
class  Dumux::PoreNetwork::GridManager< dimWorld, GData >
 A grid manager for pore-network models. More...
class  Dumux::PoreNetwork::ParametersForGeneratedGrid< Grid, Scalar >
 Helper class to assign parameters to a generated grid. More...
struct  Dumux::PoreNetwork::Concept::LowDimElementSelector< GlobalPosition >
 The element selector concept. More...
class  Dumux::PoreNetwork::StructuredLatticeGridCreator< dimWorld >
 Creates a network grid from a structured lattice. Connections can be randomly deleted. More...
class  Dumux::PoreNetwork::SubGridData< HostGrid, SubGrid >
 wrapper for subgrid data More...

Functions

template<class GridView, class GridData>
void Dumux::PoreNetwork::writeDgf (const std::string &fileName, const GridView &gridView, const GridData &gridData)
 Write pore-network grids with attached data to dgf file.

Files

file  dgfwriter.hh
 Write pore-network grids with attached data to dgf file.
file  griddata.hh
 Class for grid data attached to dgf or gmsh grid files.
file  gridmanager.hh
 Provides a grid manager for pore-network models .
file  parametersforgeneratedgrid.hh
 Helper class to assign parameters to a generated grid.
file  structuredlatticegridcreator.hh
 Creates a network grid from a structured lattice. Connections can be randomly deleted.
file  subgriddata.hh
 Class for sub grid data attached to dgf or gmsh grid files.

Function Documentation

◆ writeDgf()

template<class GridView, class GridData>
void Dumux::PoreNetwork::writeDgf ( const std::string & fileName,
const GridView & gridView,
const GridData & gridData )