Single and multi-phase models for flow and transport in pore networks.
More...
Single and multi-phase models for flow and transport in pore networks.
|
class | Dumux::PoreNetwork::GridData< Grid > |
| Class for grid data attached to dgf or gmsh grid files. More...
|
|
class | Dumux::PoreNetwork::ParametersForGeneratedGrid< Grid, Scalar > |
| Helper class to assign parameters to a generated grid. More...
|
|
class | Dumux::PoreNetwork::TransmissibilityBruus< Scalar > |
| Collection of single-phase flow throat transmissibilities based on Bruus, H. (2011). Acoustofluidics 1: Governing equations in microfluidics. Lab on a Chip, 11(22), 3742-3751. https://backend.orbit.dtu.dk/ws/portalfiles/portal/5900070/rsc%5B1%5D.pdf. More...
|
|
class | Dumux::PoreNetwork::TransmissibilityPatzekSilin< Scalar, considerPoreResistance, interpolateK > |
| Single-phase flow throat transmissibility based on Patzek & Silin (2001) https://doi.org/10.1006/jcis.2000.7413. More...
|
|
class | Dumux::PoreNetwork::BaseSpatialParams< GridGeometry, Scalar, Implementation > |
| The base class for spatial parameters for pore-network models. More...
|
|
class | Dumux::PoreNetwork::BoundaryFlux< GridVariables, LocalResidual, SolutionVector > |
| Class for the calculation of fluxes at the boundary of pore-network models. More...
|
|
class | Dumux::PoreNetwork::CommonIOFields |
| Adds output fields specific to all pore-network models. More...
|
|
struct | Dumux::PoreNetwork::Labels |
| Labels for pores and throats. More...
|
|
class | Dumux::PoreNetwork::VtkOutputModule< GridVariables, FluxVariables, SolutionVector > |
| Adds vtk output fields specific to pore-network models. More...
|
|
class | Dumux::PoreNetwork::AveragedValues< GridVariables, SolutionVector > |
| Calculates averaged values of the network solution. More...
|
|
class | Dumux::PoreNetwork::VelocityOutput< GridVariables, FluxVariables > |
| Velocity output for pore-network models. More...
|
|
◆ writeDgf()
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.