▼ doc | |
► doxygen | |
extradoc | |
▼ dumux | |
► adaptive | |
adapt.hh | A free function for h-adaptivity |
adaptive/griddatatransfer.hh | Interface to be used by classes transferring grid data on adpative grids |
initializationindicator.hh | Class defining an initialization indicator for grid adaption |
markelements.hh | A function to mark element for refinement or coarsening |
► assembly | |
boxlocalassembler.hh | An assembler for Jacobian and residual contribution per element (box method) |
boxlocalresidual.hh | Calculates the element-wise residual for the box scheme |
cclocalassembler.hh | An assembler for Jacobian and residual contribution per element (cell-centered methods) |
cclocalresidual.hh | Calculates the element-wise residual for cell-centered discretization schemes |
coloring.hh | Coloring schemes for shared-memory-parallel assembly |
diffmethod.hh | An enum class to define various differentiation methods available in order to compute the derivatives of the residual i.e. the entries in the jacobian matrix |
entitycolor.hh | An enum class to define the colors of elements and vertices required for partial Jacobian reassembly |
fclocalassembler.hh | An assembler for Jacobian and residual contribution per element (face-centered staggered methods) |
fclocalresidual.hh | Calculates the element-wise residual for the box scheme |
assembly/fvassembler.hh | A linear system assembler (residual and Jacobian) for finite volume schemes |
fvlocalassemblerbase.hh | |
fvlocalresidual.hh | The element-wise residual for finite volume schemes |
initialsolution.hh | Function to create initial solution vectors |
jacobianpattern.hh | Helper function to generate Jacobian pattern for different discretization methods |
numericepsilon.hh | An adapter class for local assemblers using numeric differentiation |
partialreassembler.hh | Detects which entries in the Jacobian have to be recomputed |
staggeredfvassembler.hh | A linear system assembler (residual and Jacobian) for staggered finite volume schemes |
staggeredlocalresidual.hh | Calculates the element-wise residual for the staggered FV scheme |
► common | |
► properties | |
grid.hh | Defines a type tags and some fundamental grid-related properties |
common/properties/model.hh | Defines a type tags and some fundamental properties for all models |
propertysystem.hh | The Dumux property system, traits with inheritance |
► typetraits | |
isvalid.hh | A helper function for class member function introspection |
matrix.hh | Type traits to be used with matrix types |
common/typetraits/problem.hh | Type traits for problem classes |
state.hh | Type traits to be used with matrix types |
typetraits.hh | Type traits |
utility.hh | Utilities for template meta programming |
vector.hh | Type traits to be used with vector types |
common/balanceequationopts.hh | Traits class to set options used by the local residual when when evaluating the balance equations |
boundaryflag.hh | Boundary flag to store e.g. in sub control volume faces |
common/boundarytypes.hh | Class to specify the type of a boundary |
cubicspline.hh | A simple implementation of a cubic spline |
cubicsplinehermitebasis.hh | The cubic hermite spline basis |
defaultmappertraits.hh | Defines the default element and vertex mapper types |
defaultusagemessage.hh | Function printing a default usage message |
deprecated.hh | Helpers for deprecation |
dimensionlessnumbers.hh | Collection of functions, calculating dimensionless numbers |
doubleexpintegrationconstants.hh | Exponential integration abcissas |
doubleexpintegrator.hh | A double exponential integrator |
dumuxmessage.hh | Provides the class creating the famous DuMux start and end messages |
entitymap.hh | A map from indices to entities using grid entity seeds |
enumerate.hh | A Python-like enumerate function |
exceptions.hh | Some exceptions thrown in DuMux |
fvporousmediumspatialparams.hh | The base class for spatial parameters in porous medium problems |
common/fvproblem.hh | Base class for all finite volume problems |
fvproblemwithspatialparams.hh | Base class for all finite volume problems that are parameterized |
common/fvspatialparams.hh | Basic spatial parameters to be used with finite-volume schemes |
gridcapabilities.hh | Dune-grid capabilities compatibility layer |
indextraits.hh | Defines the index types used for grid and local indices |
initialize.hh | The initialize function to be called before using Dumux |
integrate.hh | Define helper functions for integration |
intersectionmapper.hh | Defines intersection mappers |
loggingparametertree.hh | A parameter tree that logs which parameters have been used |
math.hh | Define some often used mathematical functions |
monotonecubicspline.hh | A monotone cubic spline |
numeqvector.hh | A helper to deduce a vector with the same size as numbers of equations |
numericdifferentiation.hh | A class for numeric differentiation |
optionalscalar.hh | A wrapper that can either contain a valid Scalar or NaN |
parameters.cc | The infrastructure to retrieve run-time parameters from Dune::ParameterTrees |
parameters.hh | The infrastructure to retrieve run-time parameters from Dune::ParameterTrees |
partial.hh | Get only parts of a container or tuple |
common/pdesolver.hh | Defines a high-level interface for a PDESolver |
pointsource.hh | A point source class, i.e. sources located at a single point in space |
common/properties.hh | Declares all properties used in Dumux |
random.hh | Some tools for random number generation |
reorderingdofmapper.hh | An SCSG element mapper that sorts the indices in order to optimize the matrix sparsity pattern |
reservedblockvector.hh | A arithmetic block vector type based on DUNE's reserved vector |
spline.hh | Provides 3rd order polynomial splines |
staggeredfvproblem.hh | Base class for all staggered fv problems |
stringutilities.hh | Helpers for working with strings |
tabulated2dfunction.hh | Implements tabulation for a two-dimensional function |
tag.hh | Helper class to create (named and comparable) tagged types |
common/timeloop.hh | Manages the handling of time dependent problems |
variables.hh | |
variablesbackend.hh | Backends for operations on different solution vector types or more generic variable classes to be used in places where several different types/layouts should be supported |
► discretization | |
► box | |
boxgeometryhelper.hh | Helper class constructing the dual grid finite volume geometries for the box discretizazion method |
box/elementboundarytypes.hh | Boundary types gathered on an element |
discretization/box/elementfluxvariablescache.hh | Global flux variable cache |
box/elementsolution.hh | The local element solution class for the box method |
box/elementvolumevariables.hh | The local volume variables class |
discretization/box/fluxvariablescache.hh | Flux variables cache class for the box scheme |
discretization/box/fvelementgeometry.hh | Base class for the local finite volume geometry for box models This builds up the sub control volumes and sub control volume faces for an element |
discretization/box/fvgridgeometry.hh | Base class for the finite volume geometry vector for box models This builds up the sub control volumes and sub control volume faces for each element of the grid partition |
discretization/box/gridfluxvariablescache.hh | Global flux variable cache |
box/gridvolumevariables.hh | The grid volume variables class for box models |
scvftoscvboundarytypes.hh | Convert intersection boundary types to vertex boundary types |
discretization/box/subcontrolvolume.hh | Sub control volume for the box scheme |
discretization/box/subcontrolvolumeface.hh | Base class for a sub control volume face |
► cellcentered | |
► mpfa | |
► omethod | |
discretization/cellcentered/mpfa/omethod/interactionvolume.hh | Class for the interaction volume of the mpfa-o scheme |
interactionvolumeindexset.hh | Class for the index set within an interaction volume of the mpfa-o scheme |
discretization/cellcentered/mpfa/omethod/localassembler.hh | Class for the assembly of the local systems of equations involved in the transmissibility computaion in an mpfa-o type manner |
discretization/cellcentered/mpfa/omethod/localsubcontrolentities.hh | Classes for sub control entities of the mpfa-o method |
scvgeometryhelper.hh | Helper class providing functionality to compute the geometry of the interaction-volume local sub-control volumes involved in the mpfa-o scheme |
staticinteractionvolume.hh | Class for the interaction volume of the mpfa-o scheme to be used when the sizes are known at compile time, e.g. for non-boundary interaction volumes on structured grids |
mpfa/computetransmissibility.hh | This file contains free functions to evaluate the transmissibilities associated with flux evaluations across sub-control volume faces in the context of cell-centered Mpfa schemes |
cellcentered/mpfa/connectivitymap.hh | Stores the face indices corresponding to the neighbors of an element that contribute to the derivative calculation. Depending on if an mpfa scheme leads to a symmetric/unsymmetric sparsity pattern, the adequate implementation of the connectiviy map is chosen |
dualgridindexset.hh | Class for the index sets of the dual grid in mpfa schemes |
discretization/cellcentered/mpfa/elementfluxvariablescache.hh | The element-local object of flux variables caches |
cellcentered/mpfa/elementvolumevariables.hh | The local (stencil) volume variables class for cell centered mpfa models |
discretization/cellcentered/mpfa/fvelementgeometry.hh | Stencil-local finite volume geometry (scvs and scvfs) for cell-centered mpfa models This builds up the sub control volumes and sub control volume faces for each element in the local scope we are restricting to, e.g. stencil or element |
discretization/cellcentered/mpfa/fvgridgeometry.hh | The finite volume geometry (scvs and scvfs) for cell-centered mpfa models on a grid view This builds up the sub control volumes and sub control volume faces for each element of the grid partition |
cellcentered/mpfa/fvgridgeometrytraits.hh | Traits class to be used in conjunction with the CCMpfaFVGridGeometry |
discretization/cellcentered/mpfa/gridfluxvariablescache.hh | Flux variable caches on a gridview |
gridinteractionvolumeindexsets.hh | Class for the grid interaction volume index sets of mpfa schemes |
cellcentered/mpfa/gridvolumevariables.hh | The grid volume variables class for cell centered mpfa models |
helper.hh | Helper class to get data required for mpfa scheme |
interactionvolumebase.hh | Base class for interaction volumes of mpfa methods |
interactionvolumedatahandle.hh | Data handle class for interaction volumes of mpfa methods. This class is passed to interaction volumes to store the necessary data in it |
localassemblerbase.hh | Defines the general interface of classes used for the assembly of the local systems of equations involved in the transmissibility computation in mpfa schemes |
localassemblerhelper.hh | A class that contains helper functions as well as functionality which is common to different mpfa schemes and which solely operate on the interaction volume |
localfacedata.hh | Data structure holding interaction volume-local information for a grid subb-control volume face embedded in it |
methods.hh | The available mpfa schemes in Dumux |
scvgradients.hh | Class roviding functionality for the reconstruction of the gradients in the sub-control volumes involved in mpfa schemes |
discretization/cellcentered/mpfa/subcontrolvolumeface.hh | The sub control volume face |
► tpfa | |
tpfa/computetransmissibility.hh | Free functions to evaluate the transmissibilities associated with flux evaluations across sub-control volume faces in the context of the cell-centered TPFA scheme |
discretization/cellcentered/tpfa/elementfluxvariablescache.hh | The flux variables caches for an element |
cellcentered/tpfa/elementvolumevariables.hh | The local (stencil) volume variables class for cell centered tpfa models |
discretization/cellcentered/tpfa/fvelementgeometry.hh | Stencil-local finite volume geometry (scvs and scvfs) for cell-centered TPFA models This builds up the sub control volumes and sub control volume faces for each element in the local scope we are restricting to, e.g. stencil or element |
discretization/cellcentered/tpfa/fvgridgeometry.hh | The finite volume geometry (scvs and scvfs) for cell-centered TPFA models on a grid view This builds up the sub control volumes and sub control volume faces for each element of the grid partition |
discretization/cellcentered/tpfa/gridfluxvariablescache.hh | Flux variable caches on a gridview |
cellcentered/tpfa/gridvolumevariables.hh | The grid volume variables class for cell centered tpfa models |
discretization/cellcentered/tpfa/subcontrolvolumeface.hh | The sub control volume face |
cellcentered/connectivitymap.hh | Stores the face indices corresponding to the neighbors of an element that contribute to the derivative calculation. This is used for finite-volume schemes with symmetric sparsity pattern in the global matrix |
cellcentered/elementboundarytypes.hh | Boundary types gathered on an element |
cellcentered/elementsolution.hh | The local element solution class for cell-centered methods |
cellcentered/gridvolumevariables.hh | The grid volume variables class for cell centered models |
discretization/cellcentered/subcontrolvolume.hh | Sub control volumes for cell-centered discretization schemes |
► facecentered | |
► staggered | |
facecentered/staggered/connectivitymap.hh | |
consistentlyorientedgrid.hh | |
facecentered/staggered/elementboundarytypes.hh | Boundary types gathered on an element |
discretization/facecentered/staggered/elementfluxvariablescache.hh | Global flux variable cache |
facecentered/staggered/elementsolution.hh | |
facecentered/staggered/elementvolumevariables.hh | |
discretization/facecentered/staggered/fvelementgeometry.hh | |
discretization/facecentered/staggered/fvgridgeometry.hh | |
discretization/facecentered/staggered/geometryhelper.hh | Geometry helper for face-centered staggered scheme |
discretization/facecentered/staggered/gridfluxvariablescache.hh | Global flux variable cache |
gridsupportsconcavecorners.hh | |
facecentered/staggered/gridvolumevariables.hh | The grid volume variables class for face-centered staggered models |
localintersectionindexmapper.hh | |
normalaxis.hh | Returns the normal axis index of a unit vector (0 = x, 1 = y, 2 = z) |
discretization/facecentered/staggered/subcontrolvolume.hh | |
discretization/facecentered/staggered/subcontrolvolumeface.hh | |
► fem | |
feelementgeometry.hh | Grid geometry local view, which is a wrapper around a finite element basis local view |
fegridgeometry.hh | The grid geometry class for models using finite element schemes. This is basically a wrapper around a function space basis |
► porenetwork | |
discretization/porenetwork/fvelementgeometry.hh | Base class for the local geometry for porenetworks |
discretization/porenetwork/gridgeometry.hh | Base class for the finite volume geometry for porenetwork models |
discretization/porenetwork/subcontrolvolume.hh | Sub control volume for pore networks |
discretization/porenetwork/subcontrolvolumeface.hh | Base class for a sub control volume face |
► projection | |
projector.hh | Contains functionality for L2-projections from one function space into another, which can live both on the same or different grids of potentially different dimensionality |
► staggered | |
► freeflow | |
staggered/freeflow/connectivitymap.hh | |
staggered/freeflow/elementvolumevariables.hh | |
facevariables.hh | |
staggered/freeflow/fvgridgeometrytraits.hh | |
staggered/freeflow/gridvolumevariables.hh | |
discretization/staggered/freeflow/properties.hh | Defines a type tag and some properties for ree-flow models using the staggered scheme. This scheme features degrees of freedom at the elements' centers and intersections (faces). TODO: detailed documentation and figures |
staggeredgeometryhelper.hh | |
discretization/staggered/freeflow/subcontrolvolumeface.hh | |
discretization/staggered/freeflow/velocityoutput.hh | |
elementfacevariables.hh | |
discretization/staggered/elementfluxvariablescache.hh | |
staggered/elementsolution.hh | The local element solution class for staggered methods |
facesolution.hh | |
discretization/staggered/fvelementgeometry.hh | |
discretization/staggered/fvgridgeometry.hh | |
gridfacevariables.hh | |
discretization/staggered/gridfluxvariablescache.hh | |
discretization/staggered/gridvariables.hh | |
discretization/staggered/subcontrolvolumeface.hh | |
basegridgeometry.hh | Base class for grid geometries |
box.hh | Defines a type tag and some properties for models using the box scheme |
ccmpfa.hh | Properties for all models using cell-centered finite volume scheme with mpfa |
cctpfa.hh | Properties for all models using cell-centered finite volume scheme with TPFA |
checkoverlapsize.hh | Check the overlap size for different discretization methods |
elementsolution.hh | Element solution classes and factory functions |
evalgradients.hh | Free functions for the evaluation of primary variable gradients inside elements |
evalsolution.hh | Free functions for the evaluation of primary variables inside elements |
extrusion.hh | Helper classes to compute the integration elements |
fcstaggered.hh | Defines a type tag and some properties for models using the staggered scheme. This scheme features degrees of freedom at the elements' centers and intersections (faces). TODO: detailed documentation and figures |
fluxstencil.hh | The flux stencil specialized for different discretization schemes |
functionspacebasis.hh | Provides helper aliases and functionality to obtain the types and instances of Dune::Functions function space bases that underlie different discretization schemes |
discretization/fvgridvariables.hh | The grid variable class for finite volume schemes, storing variables on scv and scvf (volume and flux variables) |
fvproperties.hh | Declares properties required for finite-volume models models |
discretization/gridvariables.hh | Base class for grid variables |
localview.hh | Free function to get the local view of a grid cache object |
method.hh | The available discretization methods in Dumux |
scvandscvfiterators.hh | Class providing iterators over sub control volumes and sub control volume faces of an element |
staggered.hh | Defines a type tag and some properties for models using the staggered scheme. This scheme features degrees of freedom at the elements' centers and intersections (faces). TODO: detailed documentation and figures |
subcontrolvolumebase.hh | Base class for a sub control volume |
subcontrolvolumefacebase.hh | Base class for a sub control volume face |
walldistance.hh | |
► flux | |
► box | |
flux/box/darcyslaw.hh | Specialization of Darcy's Law for the box method |
box/dispersionflux.hh | This file contains the data which is required to calculate dispersive fluxes |
box/effectivestresslaw.hh | Specialization of the effective stress law for the box scheme. This computes the stress tensor and surface forces resulting from mechanical deformation and the pore pressure |
flux/box/fickslaw.hh | This file contains the data which is required to calculate diffusive fluxes due to molecular diffusion with Fick's law |
box/forchheimerslaw.hh | Forchheimers's law for the box method |
flux/box/fourierslaw.hh | This file contains the data which is required to calculate energy fluxes due to molecular diffusion with Fourier's law |
box/fourierslawnonequilibrium.hh | This file contains the data which is required to calculate energy fluxes due to molecular diffusion with Fourier's law |
box/hookeslaw.hh | Specialization of Hooke's law for the box scheme. This computes the stress tensor and surface forces resulting from mechanical deformation |
box/maxwellstefanslaw.hh | This file contains the data which is required to calculate diffusive molar fluxes due to molecular diffusion with Maxwell Stefan |
► ccmpfa | |
flux/ccmpfa/darcyslaw.hh | Darcy's Law for cell-centered finite volume schemes with multi-point flux approximation |
flux/ccmpfa/fickslaw.hh | Fick's law for cell-centered finite volume schemes with multi-point flux approximation |
flux/ccmpfa/fourierslaw.hh | Fourier's law for cell-centered finite volume schemes with multi-point flux approximation |
► cctpfa | |
flux/cctpfa/darcyslaw.hh | Darcy's law for cell-centered finite volume schemes with two-point flux approximation |
cctpfa/dispersionflux.hh | This file contains the data which is required to calculate dispersive fluxes |
flux/cctpfa/fickslaw.hh | Fick's law for cell-centered finite volume schemes with two-point flux approximation |
cctpfa/forchheimerslaw.hh | Forchheimers's law for cell-centered finite volume schemes with two-point flux approximation |
flux/cctpfa/fourierslaw.hh | Fourier's law for cell-centered finite volume schemes with two-point flux approximation |
cctpfa/fourierslawnonequilibrium.hh | Fourier's law for cell-centered finite volume schemes with two-point flux approximation |
cctpfa/maxwellstefanslaw.hh | This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Maxwell Stefan |
► porenetwork | |
advection.hh | This file contains the data which is required to calculate the fluxes of the pore network model over a face of a finite volume |
flux/porenetwork/fickslaw.hh | This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fick's law |
flux/porenetwork/fourierslaw.hh | This file contains the data which is required to calculate diffusive heat fluxes with Fourier's law |
► shallowwater | |
exactriemann.hh | Function to compute the Riemann flux at the interface |
fluxlimiterlet.hh | Function to limit the fluxes |
riemannproblem.hh | This file includes a function to construct the Riemann problem |
► staggered | |
► freeflow | |
flux/staggered/freeflow/fickslaw.hh | This file contains the data which is required to calculate diffusive molar fluxes due to molecular diffusion with Fick's law |
flux/staggered/freeflow/fourierslaw.hh | Specialization of Fourier's Law for the staggered free flow method |
staggered/freeflow/maxwellstefanslaw.hh | Specialization of Maxwell Stefan's Law for the Staggered method |
flux/darcyslaw.hh | Darcy's law specialized for different discretization schemes This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Darcy approximation. Specializations are provided for the different discretization methods |
darcyslaw_fwd.hh | Darcy's law specialized for different discretization schemes This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Darcy approximation. Specializations are provided for the different discretization methods |
dispersionflux.hh | Dispersion flux for different discretization schemes |
dispersionflux_fwd.hh | Dispersion flux for different discretization schemes |
effectivestresslaw.hh | The effective stress law specialized for different discretization schemes. This computes the stress tensor and surface forces resulting from poro-mechanical deformation |
effectivestresslaw_fwd.hh | The effective stress law specialized for different discretization schemes. This computes the stress tensor and surface forces resulting from poro-mechanical deformation |
facetensoraverage.hh | A free function to average a Tensor at an interface |
fickiandiffusioncoefficients.hh | Container storing the diffusion coefficients required by Fick's law. Uses the minimal possible container size and provides unified access |
flux/fickslaw.hh | Fick's law specilized for different discretization schemes. This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fick's law |
fickslaw_fwd.hh | Fick's law specilized for different discretization schemes. This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fick's law |
fluxvariablesbase.hh | Base class for the flux variables living on a sub control volume face |
fluxvariablescaching.hh | Classes related to flux variables caching |
forchheimerslaw.hh | Forchheimer's law specialized for different discretization schemes This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Forchheimer approximation. Specializations are provided for the different discretization methods |
forchheimerslaw_fwd.hh | Forchheimer's law specialized for different discretization schemes This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume by means of the Forchheimer approximation. Specializations are provided for the different discretization methods |
forchheimervelocity.hh | Forchheimer's law This file contains the calculation of the Forchheimer velocity for a given Darcy velocity |
flux/fourierslaw.hh | Fourier's law specialized for different discretization schemes This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fourier's law |
fourierslaw_fwd.hh | Fourier's law specialized for different discretization schemes This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fourier's law |
fourierslawnonequilibrium.hh | This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fourier's law |
fourierslawnonequilibrium_fwd.hh | This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Fourier's law |
hookeslaw.hh | Hooke's law specialized for different discretization schemes. This computes the stress tensor and surface forces resulting from mechanical deformation |
hookeslaw_fwd.hh | Hooke's law specialized for different discretization schemes. This computes the stress tensor and surface forces resulting from mechanical deformation |
maxwellstefandiffusioncoefficients.hh | Container storing the diffusion coefficients required by the Maxwell- Stefan diffusion law. Uses the minimal possible container size and provides unified access |
maxwellstefanslaw.hh | This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Maxwell-Stefan's law |
maxwellstefanslaw_fwd.hh | This file contains the data which is required to calculate diffusive mass fluxes due to molecular diffusion with Maxwell-Stefan's law |
referencesystemformulation.hh | The reference frameworks and formulations available for splitting total fluxes into a advective and diffusive part |
shallowwaterflux.hh | |
shallowwaterviscousflux.hh | |
stationaryvelocityfield.hh | Constant velocity advective law for transport models. This file contains the data which is required to calculate volume and mass fluxes of fluid phases over a face of a finite volume. A stationary velocity field is given by the user for use in tracer models |
flux/traits.hh | Defines the flux traits |
flux/upwindscheme.hh | Base class for the upwind scheme |
► freeflow | |
► compositional | |
► staggered | |
freeflow/compositional/staggered/fluxvariables.hh | |
freeflow/compositional/staggered/localresidual.hh | |
freeflow/compositional/fluxvariables.hh | |
freeflow/compositional/iofields.hh | |
kepsilonncmodel.hh | A single-phase, multi-component k-epsilon model |
komegancmodel.hh | A single-phase, multi-component k-omega model |
freeflow/compositional/localresidual.hh | |
lowrekepsilonncmodel.hh | A single-phase, multi-component low-Re k-epsilon model |
navierstokesncmodel.hh | A single-phase, multi-component free-flow model |
oneeqncmodel.hh | A single-phase, multi-component one-equation model |
sstncmodel.hh | A single-phase, multi-component SST model |
freeflow/compositional/volumevariables.hh | |
zeroeqncmodel.hh | A single-phase, multi-component Reynolds-Averaged Navier-Stokes 0-Eq. model |
► navierstokes | |
► energy | |
freeflow/navierstokes/energy/indices.hh | |
freeflow/navierstokes/energy/iofields.hh | |
freeflow/navierstokes/energy/model.hh | A single-phase, non-isothermal free-flow model |
freeflow/navierstokes/energy/volumevariables.hh | Base class for the model specific class which provides access to all volume averaged quantities |
► mass | |
► 1p | |
advectiveflux.hh | Helper struct defining the advective fluxes of the single-phase flow Navier-Stokes mass model |
freeflow/navierstokes/mass/1p/fluxvariables.hh | |
freeflow/navierstokes/mass/1p/indices.hh | |
freeflow/navierstokes/mass/1p/localresidual.hh | |
freeflow/navierstokes/mass/1p/model.hh | A single-phase, isothermal Navier-Stokes model |
freeflow/navierstokes/mass/1p/volumevariables.hh | |
► momentum | |
freeflow/navierstokes/momentum/boundarytypes.hh | |
fluxhelper.hh | |
freeflow/navierstokes/momentum/fluxvariables.hh | |
freeflow/navierstokes/momentum/indices.hh | |
freeflow/navierstokes/momentum/localresidual.hh | |
freeflow/navierstokes/momentum/model.hh | A single-phase, isothermal Navier-Stokes model |
momentum/velocitygradients.hh | |
velocityreconstruction.hh | |
freeflow/navierstokes/momentum/volumevariables.hh | |
► staggered | |
fluxoversurface.hh | |
freeflow/navierstokes/staggered/fluxvariables.hh | |
freeflow/navierstokes/staggered/localresidual.hh | |
staggeredupwindhelper.hh | |
staggered/velocitygradients.hh | |
freeflow/navierstokes/boundarytypes.hh | |
fluxoveraxisalignedsurface.hh | |
freeflow/navierstokes/fluxvariables.hh | |
freeflow/navierstokes/indices.hh | |
freeflow/navierstokes/iofields.hh | |
freeflow/navierstokes/localresidual.hh | |
freeflow/navierstokes/model.hh | A single-phase, isothermal Navier-Stokes model |
freeflow/navierstokes/problem.hh | |
scalarfluxhelper.hh | Navier Stokes scalar boundary flux helper |
scalarfluxvariables.hh | |
scalarfluxvariablescachefiller.hh | A helper class to fill the flux variables cache |
scalarvolumevariables.hh | |
freeflow/navierstokes/velocityoutput.hh | |
freeflow/navierstokes/volumevariables.hh | |
► nonisothermal | |
freeflow/nonisothermal/indices.hh | |
freeflow/nonisothermal/iofields.hh | |
freeflow/nonisothermal/localresidual.hh | |
freeflow/nonisothermal/model.hh | A single-phase, non-isothermal free-flow model |
► rans | |
► oneeq | |
► staggered | |
freeflow/rans/oneeq/staggered/fluxvariables.hh | |
freeflow/rans/oneeq/staggered/localresidual.hh | |
freeflow/rans/oneeq/fluxvariables.hh | |
freeflow/rans/oneeq/indices.hh | |
freeflow/rans/oneeq/iofields.hh | |
freeflow/rans/oneeq/localresidual.hh | |
freeflow/rans/oneeq/model.hh | A single-phase, isothermal one-equation turbulence model by Spalart-Allmaras |
freeflow/rans/oneeq/problem.hh | One-equation turbulence problem base class |
freeflow/rans/oneeq/volumevariables.hh | |
► twoeq | |
► kepsilon | |
► staggered | |
freeflow/rans/twoeq/kepsilon/staggered/fluxvariables.hh | |
freeflow/rans/twoeq/kepsilon/staggered/localresidual.hh | |
freeflow/rans/twoeq/kepsilon/fluxvariables.hh | |
freeflow/rans/twoeq/kepsilon/iofields.hh | |
freeflow/rans/twoeq/kepsilon/localresidual.hh | |
freeflow/rans/twoeq/kepsilon/model.hh | A single-phase, isothermal k-epsilon model |
freeflow/rans/twoeq/kepsilon/problem.hh | K-epsilon turbulence problem base class |
freeflow/rans/twoeq/kepsilon/volumevariables.hh | |
► komega | |
► staggered | |
freeflow/rans/twoeq/komega/staggered/fluxvariables.hh | |
freeflow/rans/twoeq/komega/staggered/localresidual.hh | |
freeflow/rans/twoeq/komega/fluxvariables.hh | |
freeflow/rans/twoeq/komega/iofields.hh | |
freeflow/rans/twoeq/komega/localresidual.hh | |
freeflow/rans/twoeq/komega/model.hh | A single-phase, isothermal k-omega 2-Eq. model |
freeflow/rans/twoeq/komega/problem.hh | K-Omega turbulence model problem base class |
freeflow/rans/twoeq/komega/volumevariables.hh | |
► lowrekepsilon | |
► staggered | |
freeflow/rans/twoeq/lowrekepsilon/staggered/fluxvariables.hh | |
freeflow/rans/twoeq/lowrekepsilon/staggered/localresidual.hh | |
freeflow/rans/twoeq/lowrekepsilon/fluxvariables.hh | |
freeflow/rans/twoeq/lowrekepsilon/iofields.hh | |
freeflow/rans/twoeq/lowrekepsilon/localresidual.hh | |
freeflow/rans/twoeq/lowrekepsilon/model.hh | A single-phase, isothermal low-Reynolds k-epsilon model |
freeflow/rans/twoeq/lowrekepsilon/problem.hh | Low-Re k-epsilon turbulence problem base class |
freeflow/rans/twoeq/lowrekepsilon/volumevariables.hh | |
► sst | |
► staggered | |
freeflow/rans/twoeq/sst/staggered/fluxvariables.hh | |
freeflow/rans/twoeq/sst/staggered/localresidual.hh | |
freeflow/rans/twoeq/sst/fluxvariables.hh | |
freeflow/rans/twoeq/sst/iofields.hh | |
freeflow/rans/twoeq/sst/localresidual.hh | |
freeflow/rans/twoeq/sst/model.hh | A single-phase, isothermal SST (Shear Stress Transport) -Eq. model |
freeflow/rans/twoeq/sst/problem.hh | SST turbulence model problem base class |
freeflow/rans/twoeq/sst/volumevariables.hh | |
freeflow/rans/twoeq/indices.hh | |
► zeroeq | |
freeflow/rans/zeroeq/model.hh | A single-phase, isothermal Reynolds-Averaged Navier-Stokes 0-Eq. model |
freeflow/rans/zeroeq/problem.hh | Zero-equation turbulence problem base class |
freeflow/rans/zeroeq/volumevariables.hh | |
freeflow/rans/boundarytypes.hh | |
freeflow/rans/iofields.hh | |
freeflow/rans/model.hh | A single-phase, isothermal Reynolds-Averaged Navier-Stokes model |
freeflow/rans/problem.hh | |
freeflow/rans/volumevariables.hh | |
► shallowwater | |
boundaryfluxes.hh | Compute boundary conditions for the Riemann Solver |
freeflow/shallowwater/fluxvariables.hh | |
freeflow/shallowwater/indices.hh | |
freeflow/shallowwater/iofields.hh | Add I/O fields specific to shallow water |
freeflow/shallowwater/localresidual.hh | |
freeflow/shallowwater/model.hh | A two-dimensional shallow water equations model |
freeflow/shallowwater/problem.hh | |
freeflow/shallowwater/volumevariables.hh | |
freeflow/properties.hh | Defines a type tag and some properties for free flow models |
freeflow/spatialparams.hh | Definition of the spatial parameters for the freeflow problems |
staggeredupwindmethods.hh | This file contains different higher order methods for approximating the velocity |
turbulencemodel.hh | The available free flow turbulence models in Dumux |
turbulenceproperties.hh | This file contains different functions for estimating turbulence properties |
freeflow/volumevariables.hh | |
► geomechanics | |
► elastic | |
geomechanics/elastic/fvspatialparams.hh | The base class for spatial parameters of linear elastic geomechanical problems |
geomechanics/elastic/indices.hh | Defines the indices for the elastic model |
geomechanics/elastic/localresidual.hh | Element-wise calculation of the local residual for problems using the elastic model considering linear elasticity |
geomechanics/elastic/model.hh | A geomechanical model |
geomechanics/elastic/volumevariables.hh | Quantities required by the elastic model defined on a sub-control volume |
► poroelastic | |
geomechanics/poroelastic/couplingmanager.hh | Coupling manager for porous medium flow problems coupled to a poro-mechanical problem |
geomechanics/poroelastic/fvspatialparams.hh | The base class for spatial parameters of poro-elastic geomechanical problems |
geomechanics/poroelastic/iofields.hh | Adds I/O fields specific to the poro-elastic model |
geomechanics/poroelastic/localresidual.hh | Element-wise calculation of the local residual for problems using the poroelastic model |
geomechanics/poroelastic/model.hh | A poroelastic geomechanical model |
geomechanics/poroelastic/volumevariables.hh | Quantities required by the poroelastic model defined on a sub-control volume |
geomechanics/fvproblem.hh | Base class for all geomechanical problems |
lameparams.hh | |
geomechanics/properties.hh | Defines a type tag and some properties for geomechanical DuMuX models |
stressvariablescache.hh | Base class for the stress variables cache |
geomechanics/velocityoutput.hh | Velocity output for geomechanical models |
► geometry | |
boundingboxtree.hh | An axis-aligned bounding box volume hierarchy for dune grids |
boundingsphere.hh | A function to compute bounding spheres of points clouds or convex polytopes |
circumsphere.hh | A function to compute the circumsphere of a given geometry |
diameter.hh | A function to compute a geometry's diameter, i.e. the longest distance between points of a geometry |
distance.hh | Helper functions for distance queries |
distancefield.hh | |
geometricentityset.hh | An interface for a set of geometric entities |
geometryintersection.hh | A class for collision detection of two geometries and computation of intersection corners |
grahamconvexhull.hh | A function to compute the convex hull of a point cloud |
intersectingentities.hh | Algorithms that finds which geometric entites intersect |
intersectionentityset.hh | A class representing the intersection entities of two geometric entity sets |
intersectspointgeometry.hh | Detect if a point intersects a geometry |
intersectspointsimplex.hh | Detect if a point intersects a simplex (including boundary) |
makegeometry.hh | Create Dune geometries from user-specified points |
normal.hh | Helper functions for normals |
refinementquadraturerule.hh | A quadrature based on refinement |
sphere.hh | A function to compute bounding spheres of points clouds or convex polytopes |
triangulation.hh | Functionality to triangulate point clouds |
► io | |
► grid | |
► porenetwork | |
dgfwriter.hh | Write pore-network grids with attached data to dgf file |
porenetwork/griddata.hh | Class for grid data attached to dgf or gmsh grid files |
io/grid/porenetwork/gridmanager.hh | Provides a grid manager for pore-network models |
parametersforgeneratedgrid.hh | Helper class to assign parameters to a generated grid |
structuredlatticegridcreator.hh | Creates a network grid from a structured lattice. Connections can be randomly deleted |
subgriddata.hh | Class for sub grid data attached to dgf or gmsh grid files |
cakegridmanager.hh | Provides a grid manager for a piece of cake grid |
cpgridmanager.hh | A grid creator that reads Petrel files and generates a CpGrid |
gmshgriddatahandle.hh | A data handle for commucating grid data for gmsh grids |
griddata.hh | Class for grid data attached to dgf or gmsh grid files |
io/grid/gridmanager.hh | Convience header that includes all grid manager specializations |
gridmanager_alu.hh | Grid manager specialization for ALUGrid |
gridmanager_base.hh | Provides a grid manager for all supported grid managers with input file interfaces. Manages data via the grid data member |
gridmanager_foam.hh | Grid manager specialization for FoamGrid |
gridmanager_mmesh.hh | Grid manager specialization for MMesh |
gridmanager_oned.hh | Grid manager specialization for OneDGrid |
gridmanager_sp.hh | Grid manager specialization for SPGrid |
gridmanager_sub.hh | Grid manager specialization for SubGrid |
gridmanager_ug.hh | Grid manager specialization for UGGrid |
gridmanager_yasp.hh | Grid manager specialization for YaspGrid |
► vtk | |
fieldtype.hh | Vtk field types available in Dumux |
function.hh | Dune style VTK functions |
intersectionwriter.hh | Intersection writer |
precision.hh | Vtk output precision options available in Dumux |
vtkreader.hh | A vtk file reader using tinyxml2 as xml backend |
adaptivegridrestart.hh | Provides a restart functionality for adaptive grids |
container.hh | Free functions to write and read a sequence container to and from a file |
defaultiofields.hh | Adds output fields to a given output module, this is the default if a model doesn't implement this functionality |
format.hh | Formatting based on the fmt-library which implements std::format of C++20 |
gnuplotinterface.hh | Interface for passing data sets to a file and plotting them, if gnuplot is installed |
loadsolution.hh | Read from a file into a solution vector |
name.hh | A collection of input/output field names for common physical quantities |
ploteffectivediffusivitymodel.hh | Interface for plotting the multi-component-matrix-interaction laws |
plotmateriallaw3p.hh | Interface for plotting the three-phase fluid-matrix-interaction laws |
plotpckrsw.hh | Interface for plotting the two-phase fluid-matrix-interaction laws |
plotthermalconductivitymodel.hh | Interface for plotting the non-isothermal two-phase fluid-matrix-interaction laws |
pointcloudvtkwriter.hh | A VTK writer specialized for staggered grid implementations with dofs on the faces |
rasterimagereader.hh | A simple reader class for raster images |
restart.hh | Generic class to read/write restart files |
staggeredvtkoutputmodule.hh | A VTK output module to simplify writing dumux simulation data to VTK format. Specialization for staggered grids with dofs on faces |
io/velocityoutput.hh | Default velocity output policy for porous media models |
vtkfunction.hh | Dune style VTK functions |
io/vtkoutputmodule.hh | A VTK output module to simplify writing dumux simulation data to VTK format |
vtkprecision.hh | Vtk output precision options available in Dumux |
vtksequencewriter.hh | Base class to write pvd-files which contains a list of all collected vtk-files. This is a modified version of DUNE's pvd writer which takes a VTKWriter as template argument making it more general |
► linear | |
amgbackend.hh | Provides a parallel linear solver based on the ISTL AMG preconditioner and the ISTL BiCGSTAB solver |
istlsolverfactorybackend.hh | Provides a generic linear solver based on the ISTL that chooses the solver and preconditioner at runtime |
istlsolverregistry.hh | The specialized Dumux macro and tag for the ISTL registry to choose the solver and preconditioner at runtime |
linearsolveracceptsmultitypematrix.hh | Trait checking if linear solvers accept Dune::MultiTypeBlockMatrix or we need to convert the matrix |
linearsolverparameters.hh | Generates a parameter tree required for the linear solvers and precondioners of the Dune ISTL |
linearsolvertraits.hh | Define traits for linear solvers |
matrixconverter.hh | A helper classe that converts a Dune::MultiTypeBlockMatrix into a plain Dune::BCRSMatrix |
parallelhelpers.hh | Provides a helper class for nonoverlapping decomposition |
linear/pdesolver.hh | A high-level solver interface for a linear PDE solver |
preconditioners.hh | Dumux preconditioners for iterative solvers |
scotchbackend.hh | An interface to the scotch library for matrix reordering |
seqsolverbackend.hh | Dumux sequential linear solver backends |
solver.hh | Base class for linear solvers |
► material | |
► binarycoefficients | |
air_mesitylene.hh | Binary coefficients for air and mesitylene |
air_xylene.hh | Binary coefficients for air and xylene |
brine_co2.hh | Binary coefficients for CO2 and brine |
fullermethod.hh | Various relations for molecular diffusion coefficients |
h2o_air.hh | Binary coefficients for water and air |
h2o_ch4.hh | Binary coefficients for water and methane |
h2o_constant.hh | Binary coefficients for water and a "constant" component |
h2o_heavyoil.hh | Binary coefficients for water and heavy oil |
h2o_mesitylene.hh | Binary coefficients for water and mesitylene |
h2o_n2.hh | Binary coefficients for water and nitrogen |
h2o_o2.hh | Binary coefficients for water and oxygen |
h2o_xylene.hh | Binary coefficients for water and xylene |
henryiapws.hh | The IAPWS formulation of Henry coefficients in water |
n2_o2.hh | Binary coefficients for nitrogen and oxygen |
► chemistry | |
► electrochemistry | |
electrochemistry.hh | Electrochemical model for a fuel cell application |
electrochemistryni.hh | Electrochemical model for a fuel cell application |
► components | |
► iapws | |
common.hh | Implements relations common for all regions of the IAPWS '97 formulation. See: |
region1.hh | Implements the equations for region 1 of the IAPWS '97 formulation. See: |
region2.hh | Implements the equations for region 2 of the IAPWS '97 formulation. See: |
region4.hh | Implements the equations for region 4 of the IAPWS '97 formulation |
air.hh | A simple class for the air fluid properties |
ammonia.hh | A class for the Ammonia (NH3) component properties |
components/base.hh | Base class for all components Components provide the thermodynamic relations for the liquid, gaseous and/or solid state of a single chemical species or a fixed mixture of species. Fluid systems use components to compute thermodynamic quantities of phases |
benzene.hh | A simple benzene component (LNAPL) |
components/brine.hh | A class for the brine fluid properties, |
calcite.hh | A class for the CaCO3 mineral phase properties |
calciumion.hh | A class for the Ca2+ (Calcium ion) component properties |
cao.hh | Material properties of pure Calcium-Oxide CaO |
cao2h2.hh | Material properties of pure Calciumhydroxide CaO2H2 |
carbonateion.hh | A class for the CO3 ion properties |
ch4.hh | Properties of methane CH_4 |
chlorideion.hh | A class for the Cl- (Chloride ion) component properties |
co2.hh | A class for the CO2 fluid properties |
co2tablereader.hh | A generic template for tabulated material laws that depend on two parameters |
componenttraits.hh | Component traits, i.e. information extracted from components |
constant.hh | Setting constant fluid properties via the input file |
gas.hh | Interface for components that have a gas state |
glucose.hh | A class for the Glucose component properties |
granite.hh | Properties of pure molecular oxygen O_2 |
h2.hh | Properties of pure molecular hydrogen H_2 |
h2o.hh | Material properties of pure water H_2O |
heavyoil.hh | Properties of the component heavyoil |
ion.hh | Interface for components that are ions |
liquid.hh | Interface for components that have a liquid state |
mesitylene.hh | Properties of mesitylene |
n2.hh | Properties of pure molecular nitrogen N_2 |
nacl.hh | Material properties of pure salt NaCl |
o2.hh | Properties of pure molecular oxygen O_2 |
simpleh2o.hh | A much simpler (and thus potentially less buggy) version of pure water |
sodiumion.hh | A class for the Na+ (Sodium ion) component properties |
solid.hh | Interface for components that have a solid state |
tabulatedcomponent.hh | Tabulates all thermodynamic properties of a given untabulated chemical species |
trichloroethene.hh | A simple implementation of Trichloroethene (TCE), a DNAPL |
urea.hh | A class for the Urea component properties |
xylene.hh | Properties of xylene |
► constraintsolvers | |
compositionalflash.hh | Determines the pressures and saturations of all fluid phases given the total mass of all components |
compositionfromfugacities.hh | Determines the fluid composition given the component fugacities and an arbitary equation of state |
computefromreferencephase.hh | Computes all quantities of a generic fluid state if a reference phase has been specified |
immiscibleflash.hh | Determines the pressures and saturations of all fluid phases given the total mass of all components |
misciblemultiphasecomposition.hh | Computes the composition of all phases of a N-phase, N-component fluid system assuming that all N phases are present |
ncpflash.hh | Determines the phase compositions, pressures and saturations given the total mass of all components |
► eos | |
pengrobinson.hh | Implements the Peng-Robinson equation of state for liquids and gases |
pengrobinsonmixture.hh | Implements the Peng-Robinson equation of state for a mixture |
pengrobinsonparams.hh | Base class for Peng-Robinson parameters of a single-component fluid or a mixture |
pengrobinsonparamsmixture.hh | The mixing rule for the oil and the gas phases of the SPE5 problem |
► fluidmatrixinteractions | |
► 1p | |
thermalconductivityaverage.hh | Reation for a simple effective thermal conductivity |
► 1pia | |
fluidsolidinterfacialareashiwang.hh | Description of a interfacial area between solid and fluid phase |
► 2p | |
► interfacialarea | |
exponential.hh | Specification of a function relating volume specific interfacial area to capillary pressure and saturation. This function is exponential |
exponentialcubic.hh | Specification of a function relating volume specific interfacial area to capillary pressure and saturation. This function is of third order in pc |
interfacialarea.hh | Implementation helper for capillary-pressure-saturation-interfacial-area relations |
pcmax.hh | Specification of a function relating volume specific interfacial area to capillary pressure and saturation. This parametrization uses a maximum value of capillary pressure |
polynomial2ndorder.hh | Specification of a function relating volume specific interfacial area to capillary pressure and saturation. This parametrization is a second order polynomial |
polynomialedgezero2ndorder.hh | Specification of a function relating volume specific interfacial area to capillary pressure and saturation. This parametrization is a second order polynomial which is zero for saturations of zero and one |
► thermalconductivity | |
johansen.hh | Relation for the saturation-dependent effective thermal conductivity |
simplefluidlumping.hh | Relation for the saturation-dependent effective thermal conductivity |
somerton.hh | Relation for the saturation-dependent effective thermal conductivity |
brookscorey.hh | Implementation of the capillary pressure and relative permeability <-> saturation relations according to Brooks and Corey |
datasplinemateriallaw.hh | Pc- and Kr-sw curves based on monotone splines through given data points |
efftoabsdefaultpolicy.hh | This is a policy for 2p material laws how to convert absolute to relative saturations and vice versa |
heatpipelaw.hh | Implementation of the capillary pressure <-> saturation relation for the heatpipe problem |
linearmaterial.hh | Linear capillary pressure and relative permeability <-> saturation relations |
materiallaw.hh | Implementation helper for capillary pressure and relative permeability <-> saturation relations for two-phase models |
noregularization.hh | A tag to turn off regularization and it's overhead |
smoothedlinearlaw.hh | Implementation of the capillary pressure / relPerm <-> saturation relation using a linear relation smoothed at the upper and lower bounds for kr |
splinemateriallaw.hh | A spline approximation wrapper for 2p material laws |
thermalconductivityjohansen.hh | |
thermalconductivitysimplefluidlumping.hh | |
thermalconductivitysomerton.hh | |
vangenuchten.hh | Implementation of the capillary pressure and relative permeability <-> saturation relations according to van Genuchten |
► 3p | |
napladsorption.hh | Implementation of a NAPL adsorption model |
parkervangenuchten.hh | Implementation of van Genuchten's capillary pressure-saturation relation for three phases |
thermalconductivitysomerton3p.hh | Relation for the saturation-dependent effective thermal conductivity |
► dispersiontensors | |
fulltensor.hh | |
scheidegger.hh | |
► frictionlaws | |
frictionlaw.hh | |
manning.hh | |
nikuradse.hh | |
nofriction.hh | |
► mp | |
mpadapter.hh | Makes the capillary pressure-saturation relations available under the M-phase API for material laws |
mplinearmaterial.hh | Implements a linear saturation-capillary pressure relation |
► porenetwork | |
► pore | |
► 2p | |
localrulesforplatonicbody.hh | Pore-local pc-Sw curves for for platonic bodies (tetrahedron, cube, octahedron, dodecahedron, icosahedron) |
multishapelocalrules.hh | Implementation of capillary pressure curves for multiple pore body geometries |
singleshapelocalrules.hh | Base classes for standard pore-local pc-Sw curves |
► throat | |
emptycache.hh | An empty cache for transmissibility laws using only standard quantities |
thresholdcapillarypressures.hh | Specification of threshold capillary pressures for the PNM |
transmissibility1p.hh | Implementation of the single-phase transmissibility laws for throats |
transmissibility2p.hh | Implementation of the transmissibility laws for throats |
diffusivityconstanttortuosity.hh | Relation for the saturation-dependent effective diffusion coefficient |
diffusivitymillingtonquirk.hh | Relation for the saturation-dependent effective diffusion coefficient |
fluidmatrixinteraction.hh | Wrapper type to combine an arbitrary number of different laws for fluid-matrix interaction (e.g., pc-Sw-curves) |
permeabilitykozenycarman.hh | The Kozeny-Carman relationship for the calculation of a porosity-dependent permeability |
porositydeformation.hh | A relationship for the porosity of a porous medium under mechanical deformation |
porosityprecipitation.hh | Class for the evaluation of the porosity subject to precipitation |
► fluidstates | |
adapter.hh | Adapter class for fluid states with different indices |
compositional.hh | Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system assuming thermodynamic equilibrium |
immiscible.hh | Represents all relevant thermodynamic quantities of a multi-phase fluid system assuming immiscibility and thermodynamic equilibrium |
isothermalimmiscible.hh | Represents all relevant thermodynamic quantities of a isothermal immiscible multi-phase fluid system |
nonequilibrium.hh | Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system without using any assumptions |
nonequilibriummass.hh | Represents all relevant thermodynamic quantities of a multi-phase, multi-component fluid system without using any assumptions |
pressureoverlay.hh | This is a fluid state which allows to set the fluid pressures and takes all other quantities from an other fluid state |
pseudo1p2c.hh | Calculates phase state for a single phase but two-component state |
saturationoverlay.hh | This is a fluid state which allows to set the fluid saturations and takes all other quantities from an other fluid state |
temperatureoverlay.hh | This is a fluid state which allows to set the fluid temperatures and takes all other quantities from an other fluid state |
► fluidsystems | |
1padapter.hh | An adapter for multi-phase fluid systems to be used with (compositional) one-phase models. |
1pgas.hh | A gaseous phase consisting of a single component. |
1pliquid.hh | A liquid phase consisting of a single component. |
2p1c.hh | A two-phase fluid system with only one component. |
2pimmiscible.hh | A fluid system for two-phase models assuming immiscibility and thermodynamic equilibrium. |
3pimmiscible.hh | A fluid system for three-phase models assuming immiscibility and thermodynamic equilibrium. |
fluidsystems/base.hh | Fluid system base class. |
fluidsystems/brine.hh | A fluid system for brine, i.e. H2O with dissolved NaCl |
brineair.hh | A compositional two-phase fluid system with a liquid and a gaseous phase and H_2O, Air and S (dissolved minerals) as components. |
brineco2.hh | A compositional fluid with brine (H2O & NaCl) and carbon dioxide as components in both the liquid and the gas (supercritical) phase. |
h2oair.hh | A compositional two-phase fluid system with water and air as components in both, the liquid and the gas phase. |
h2oairmesitylene.hh | A three-phase fluid system featuring gas, NAPL and water as phases and distilled water (\mathrm{H_2O}) and air (Pseudo component composed of \mathrm{79\%\;N_2}, \mathrm{20\%\;O_2} and Mesitylene (\mathrm{C_6H_3(CH_3)_3}) as components. |
h2oairxylene.hh | A three-phase fluid system featuring gas, NAPL and water as phases and distilled water (\mathrm{H_2O}) and air (Pseudo component composed of \mathrm{79\%\;N_2}, \mathrm{20\%\;O_2} and Mesitylene (\mathrm{C_8H_{10}}) as components. |
h2oheavyoil.hh | A compositional fluid system with water and heavy oil components in both the liquid and the gas phase. |
h2on2.hh | |
h2on2kinetic.hh | |
h2on2o2.hh | A two-phase (water and air) fluid system with water, nitrogen and oxygen as components. |
liquidphase2c.hh | A liquid phase consisting of a two components, a main component and a conservative tracer component. |
nullparametercache.hh | The a parameter cache which does nothing. |
parametercachebase.hh | The base class of the parameter cache classes for fluid systems. |
spe5.hh | The fluid system for the SPE-5 benchmark problem. |
spe5parametercache.hh | Specifies the parameters required by the SPE5 problem which are despondent on the thermodynamic state. |
► solidstates | |
compositionalsolidstate.hh | Represents all relevant thermodynamic quantities of a compositional solid system |
inertsolidstate.hh | Represents all relevant thermodynamic quantities of a inert solid system |
updatesolidvolumefractions.hh | Update the solid volume fractions (inert and reacitve) and set them in the solidstate |
► solidsystems | |
1csolid.hh | The simplest solid phase consisting of a single solid component |
compositionalsolidphase.hh | A solid phase consisting of multiple inert solid components |
► spatialparams | |
► porenetwork | |
porenetwork1p.hh | The default class for spatial parameters for single-phase pore-network models |
porenetwork2p.hh | The two-phase spatial parameters for pore-network models |
porenetworkbase.hh | The base class for spatial parameters for pore-network models |
fv.hh | The base class for spatial parameters of multi-phase problems using a fully implicit discretization method |
fv1p.hh | The base class for spatial parameters of one-phase problems using a fully implicit discretization method |
fv1pconstant.hh | A spatial params implementation for 1p problem with constant properties |
fvelastic.hh | The base class for spatial parameters of linear elastic geomechanical problems |
fvnonequilibrium.hh | Base class for spatial parameters dealing with thermal and chemical non-equilibrium |
fvporoelastic.hh | The base class for spatial parameters of poro-elastic geomechanical problems |
spatialparams/gstatrandomfield.hh | Creating random fields using gstat |
constants.hh | A central place for various physical constants occuring in some equations |
gstatrandomfield.hh | Creating random fields using gstat |
idealgas.hh | Relations valid for an ideal gas |
► multidomain | |
► boundary | |
► darcydarcy | |
multidomain/boundary/darcydarcy/couplingmanager.hh | Coupling manager for equal-dimension boundary coupling |
boundary/darcydarcy/couplingmapper.hh | |
► freeflowporenetwork | |
► ffmassporenetwork | |
multidomain/boundary/freeflowporenetwork/ffmassporenetwork/couplingmanager.hh | |
► ffmomentumporenetwork | |
multidomain/boundary/freeflowporenetwork/ffmomentumporenetwork/couplingmanager.hh | |
freeflowporenetwork/couplingconditions.hh | |
multidomain/boundary/freeflowporenetwork/couplingmanager.hh | |
boundary/freeflowporenetwork/couplingmapper.hh | |
snappygridmanager.hh | A grid creator that matches a free-flow grid to a PNM grid |
► freeflowporousmedium | |
► ffmasspm | |
multidomain/boundary/freeflowporousmedium/ffmasspm/couplingmanager.hh | |
► ffmomentumpm | |
multidomain/boundary/freeflowporousmedium/ffmomentumpm/couplingmanager.hh | |
boundary/freeflowporousmedium/ffmomentumpm/couplingmapper.hh | |
freeflowporousmedium/couplingconditions.hh | |
multidomain/boundary/freeflowporousmedium/couplingmanager.hh | |
indexhelper.hh | Index helpers for the free-flow/porous-medium-flow coupling |
multidomain/boundary/freeflowporousmedium/traits.hh | Traits for the free-flow/porous-medium-flow coupling |
► stokesdarcy | |
couplingdata.hh | |
multidomain/boundary/stokesdarcy/couplingmanager.hh | |
boundary/stokesdarcy/couplingmapper.hh | |
► embedded | |
circleaveragepointsourcetraits.hh | Point source traits for average-based coupling modes |
circlepoints.hh | Helper function to compute points on a circle |
couplingmanager1d3d.hh | Coupling manager for low-dimensional domains embedded in the bulk domain |
couplingmanager1d3d_average.hh | Coupling manager for low-dimensional domains embedded in the bulk domain |
couplingmanager1d3d_kernel.hh | Coupling manager for low-dimensional domains embedded in the bulk domain |
couplingmanager1d3d_line.hh | Coupling manager for low-dimensional domains embedded in the bulk domain |
couplingmanager1d3d_projection.hh | Coupling manager for low-dimensional domains embedded in the bulk domain with spatially resolved interface |
couplingmanager1d3d_surface.hh | Coupling manager for low-dimensional domains embedded in the bulk domain |
couplingmanager2d3d.hh | Coupling manager for embedded fractures |
couplingmanagerbase.hh | Coupling manager for low-dimensional domains embedded in the bulk domain. Point sources on each integration point are computed by an AABB tree |
cylinderintegration.hh | Integration over cylindrical and elliptic cylindrical domains Lowest order integration formulas that are mostly useful to evenly distribute mass in a cylindrical domain |
extendedsourcestencil.hh | Extended source stencil helper class for coupling managers |
integrationpointsource.hh | An integration point source class, i.e. sources located at a single point in space associated with a quadrature point |
localrefinementquadrature.hh | A quadrature rule using local refinement to approximate partitioned elements |
pointsourcedata.hh | Data associated with a point source |
► facet | |
► box | |
multidomain/facet/box/couplingmanager.hh | |
facet/box/couplingmapper.hh | |
multidomain/facet/box/darcyslaw.hh | |
multidomain/facet/box/fickslaw.hh | |
multidomain/facet/box/fourierslaw.hh | |
multidomain/facet/box/fvelementgeometry.hh | |
multidomain/facet/box/fvgridgeometry.hh | Base class for the finite volume grid geometry for box models in the context of models considering coupling of different domains across the bulk grid facets. This builds up the sub control volumes and sub control volume faces for each element of the grid partition |
multidomain/facet/box/localresidual.hh | Calculates the element-wise residual for the box scheme with coupling to a lower-dimensional domain occurring across the element facets |
multidomain/facet/box/properties.hh | Properties (and default properties) for all models using the box scheme together with coupling across the grid element facets |
multidomain/facet/box/subcontrolvolumeface.hh | Base class for a sub control volume face of the box method in the context of of models considering coupling of different domains across the bulk grid facets |
multidomain/facet/box/upwindscheme.hh | Modified upwind scheme for models using the box scheme with coupling across element facets |
► cellcentered | |
► mpfa | |
multidomain/facet/cellcentered/mpfa/couplingmanager.hh | |
facet/cellcentered/mpfa/couplingmapper.hh | |
multidomain/facet/cellcentered/mpfa/interactionvolume.hh | |
multidomain/facet/cellcentered/mpfa/localassembler.hh | |
multidomain/facet/cellcentered/mpfa/localsubcontrolentities.hh | Classes for sub control entities of the mpfa-o method in the context of facet coupling |
multidomain/facet/cellcentered/mpfa/properties.hh | Properties (and default properties) for all models using cell-centered finite volume scheme with MPFA together with coupling across the grid element facets |
► tpfa | |
multidomain/facet/cellcentered/tpfa/couplingmanager.hh | |
facet/cellcentered/tpfa/couplingmapper.hh | |
multidomain/facet/cellcentered/tpfa/darcyslaw.hh | |
multidomain/facet/cellcentered/tpfa/fickslaw.hh | |
multidomain/facet/cellcentered/tpfa/fourierslaw.hh | |
multidomain/facet/cellcentered/tpfa/properties.hh | Properties (and default properties) for all models using cell-centered finite volume scheme with TPFA together with coupling across the grid element facets |
multidomain/facet/cellcentered/localresidual.hh | Calculates the element-wise residual for cell-centered discretization schemes in models where coupling occurs across the element facets. This extra implementation is necessary as facets that lie on the boundary but couple to a facet element have to be treated differently |
multidomain/facet/cellcentered/upwindscheme.hh | Modified upwind scheme for models using cell-centered schemes with coupling across element facets |
codimonegridadapter.hh | |
multidomain/facet/couplingmanager.hh | |
facet/couplingmapper.hh | |
couplingmapperbase.hh | |
enrichmenthelper.hh | |
gmshreader.hh | |
multidomain/facet/gridmanager.hh | Contains the grid manager class that creates the grids in the context of hybrid-dimensional coupled models, where the (n-1)-dimensional domains live on the element facets of the n-dimensional domains. Also, it allows to extract a grid data object containing parameters passed to elements and/or boundary segments. All grids are constructed from a single grid file |
vertexmapper.hh | |
► io | |
multidomain/io/vtkoutputmodule.hh | Multidomain wrapper for multiple vtk output modules |
► staggeredfreeflow | |
multidomain/staggeredfreeflow/couplingmanager.hh | The interface of the coupling manager for multi domain problems |
couplingjacobianpattern.hh | Helper function to generate Jacobian pattern for multi domain models |
multidomain/couplingmanager.hh | The interface of the coupling manager for multi domain problems |
multidomain/fvassembler.hh | A linear system assembler (residual and Jacobian) for finite volume schemes with multiple domains |
multidomain/fvgridgeometry.hh | Multidomain wrapper for multiple grid geometries |
multidomain/fvgridvariables.hh | Multidomain wrapper for multiple grid variables |
multidomain/fvproblem.hh | Multidomain wrapper for multiple problems |
glue.hh | A class glueing two grids of potentially different dimension geometrically. Intersections are computed using axis-aligned bounding box trees |
multibinarycouplingmanager.hh | |
multidomain/newtonconvergencewriter.hh | This class provides the infrastructure to write the convergence behaviour of the Newton method for multidomain simulations into a VTK file |
multidomain/newtonsolver.hh | |
staggeredcouplingmanager.hh | The interface of the coupling manager for multi domain problems |
staggeredtraits.hh | Linear algebra traits for mixeddimension problems |
subdomainboxlocalassembler.hh | An assembler for Jacobian and residual contribution per element (box methods) for multidomain problems |
subdomaincclocalassembler.hh | A multidomain local assembler for Jacobian and residual contribution per element (cell-centered methods) |
subdomainfclocalassembler.hh | An assembler for Jacobian and residual contribution per element (face-centered staggered methods) for multidomain problems |
subdomainstaggeredlocalassembler.hh | A multidomain assembler for Jacobian and residual contribution per element (staggered method) |
multidomain/traits.hh | Traits for multidomain problems |
► nonlinear | |
findscalarroot.hh | Root finding algorithms for scalar functions |
nonlinear/newtonconvergencewriter.hh | This class provides the infrastructure to write the convergence behaviour of the newton method into a VTK file |
nonlinear/newtonsolver.hh | Reference implementation of a Newton solver |
primaryvariableswitchadapter.hh | An adapter for the Newton to manage models with primary variable switch |
staggerednewtonconvergencewriter.hh | This class provides the infrastructure to write the convergence behaviour of the newton method for the staggered discretization scheme into a VTK file |
► parallel | |
multithreading.hh | Multithreading in Dumux |
parallel_for.hh | Parallel for loop (multithreading) |
scotchpartitioner.hh | An interface to the Scotch library for graph partitioning |
vectorcommdatahandle.hh | Contains a class to exchange entries of a vector |
► porenetwork | |
► 1p | |
porenetwork/1p/fluxvariablescache.hh | |
porenetwork/1p/iofields.hh | |
porenetwork/1p/model.hh | A one-phase-flow, isothermal pore-network model using the fully implicit scheme |
porenetwork/1p/spatialparams.hh | The spatial parameters for single-phase pore-network models |
porenetwork/1p/volumevariables.hh | |
► 1pnc | |
porenetwork/1pnc/iofields.hh | |
porenetwork/1pnc/model.hh | Adaption of the fully implicit scheme to the one-phase n-component pore network model |
porenetwork/1pnc/volumevariables.hh | |
► 2p | |
► static | |
staticdrainge.hh | A (quasi-) static two-phase pore-network model for drainage processes |
porenetwork/2p/elementfluxvariablescache.hh | Element flux variable cache |
porenetwork/2p/fluxvariablescache.hh | Flux variables cache for the two-phase-flow PNM |
porenetwork/2p/gridfluxvariablescache.hh | Global flux variable cache |
invasionstate.hh | Invasion state class for the two-phase PNM |
porenetwork/2p/iofields.hh | |
porenetwork/2p/model.hh | A two-phase-flow, isothermal pore-network model using the fully implicit scheme |
newtonconsistencychecks.hh | |
porenetwork/2p/newtonsolver.hh | |
porenetwork/2p/spatialparams.hh | The two-phase spatial parameters for pore-network models |
porenetwork/2p/volumevariables.hh | |
► common | |
boundaryflux.hh | |
porenetwork/common/iofields.hh | |
labels.hh | Defines labels for pores and throats |
pnmvtkoutputmodule.hh | |
poreproperties.hh | This file contains functions related to calculate pore-body properties |
porenetwork/common/spatialparams.hh | The base class for spatial parameters for pore-network models |
throatproperties.hh | This file contains functions related to calculate pore-throat properties |
utilities.hh | This file contains functions useful for all types of pore-network models, e.g. for the calculation of fluxes at the boundary |
porenetwork/common/velocityoutput.hh | |
porenetwork/properties.hh | Defines common properties required for all pore-network models |
► porousmediumflow | |
► 1p | |
1p/incompressiblelocalresidual.hh | Element-wise calculation of the residual and its derivatives for a single-phase, incompressible, test problem |
porousmediumflow/1p/indices.hh | Defines the indices for the one-phase fully implicit model |
porousmediumflow/1p/iofields.hh | Adds I/O fields specific to the one phase model |
porousmediumflow/1p/model.hh | A single-phase, isothermal flow model using the fully implicit scheme |
porousmediumflow/1p/volumevariables.hh | Quantities required by the one-phase fully implicit model defined on a vertex |
► 1pnc | |
porousmediumflow/1pnc/indices.hh | Defines the primary variable and equation indices used by the 1pnc model |
porousmediumflow/1pnc/iofields.hh | Adds I/O fields specific to the OnePNC model |
porousmediumflow/1pnc/model.hh | Adaption of the fully implicit model to the one-phase n-component flow model |
porousmediumflow/1pnc/volumevariables.hh | Quantities required by the single-phase, n-component box model defined on a vertex |
► 1pncmin | |
porousmediumflow/1pncmin/model.hh | A single-phase, multi-component model considering mineralization processes |
► 2p | |
boxmaterialinterfaces.hh | |
formulation.hh | Defines an enumeration for the formulations accepted by the two-phase model |
gridadaptindicator.hh | Class defining a standard, saturation dependent indicator for grid adaptation |
porousmediumflow/2p/griddatatransfer.hh | Performs the transfer of data on a grid from before to after adaptation |
2p/incompressiblelocalresidual.hh | Element-wise calculation of the residual and its derivatives for a two-phase, incompressible test problem |
porousmediumflow/2p/indices.hh | Defines the indices required for the two-phase fully implicit model |
porousmediumflow/2p/iofields.hh | Adds I/O fields specific to the two-phase model |
porousmediumflow/2p/model.hh | Adaption of the fully implicit scheme to the two-phase flow model |
saturationreconstruction.hh | |
porousmediumflow/2p/volumevariables.hh | Contains the quantities which are constant within a finite volume in the two-phase model |
► 2p1c | |
porousmediumflow/2p1c/darcyslaw.hh | |
porousmediumflow/2p1c/indices.hh | |
porousmediumflow/2p1c/iofields.hh | |
porousmediumflow/2p1c/localresidual.hh | |
porousmediumflow/2p1c/model.hh | A two-phase one-component flow model using the fully implicit scheme |
2p1c/primaryvariableswitch.hh | |
porousmediumflow/2p1c/volumevariables.hh | |
► 2p2c | |
porousmediumflow/2p2c/model.hh | Properties for a two-phase, two-component model for flow in porous media |
porousmediumflow/2p2c/volumevariables.hh | Contains the quantities which are constant within a finite volume in the two-phase two-component model |
► 2pnc | |
porousmediumflow/2pnc/indices.hh | Defines the indices required for the two-phase n-component model |
porousmediumflow/2pnc/iofields.hh | Adds I/O fields specific to the twop-nc model |
porousmediumflow/2pnc/model.hh | Adaption of the fully implicit scheme to the two-phase n-component fully implicit model |
2pnc/primaryvariableswitch.hh | The primary variable switch for the 2pnc model |
porousmediumflow/2pnc/volumevariables.hh | Contains the quantities which are constant within a finite volume in the two-phase, n-component model |
► 2pncmin | |
porousmediumflow/2pncmin/model.hh | Adaption of the fully implicit scheme to the two-phase n-component fully implicit model with additional solid/mineral phases |
► 3p | |
porousmediumflow/3p/indices.hh | Defines the indices for the three-phase model |
porousmediumflow/3p/iofields.hh | Adds I/O fields specific to the three-phase model |
porousmediumflow/3p/model.hh | Adaption of the fully implicit scheme to the three-phase flow model |
porousmediumflow/3p/volumevariables.hh | Contains the quantities which are constant within a finite volume in the three-phase model |
► 3p3c | |
porousmediumflow/3p3c/indices.hh | Defines the indices required for the three-phase three-component fully implicit model |
porousmediumflow/3p3c/iofields.hh | Adds I/O fields specific to the three-phase three-component model |
porousmediumflow/3p3c/localresidual.hh | Element-wise calculation of the Jacobian matrix for problems using the three-phase three-component fully implicit model |
porousmediumflow/3p3c/model.hh | Adaption of the fully implicit scheme to the three-phase three-component flow model |
3p3c/primaryvariableswitch.hh | The primary variable switch for the 3p3c model |
porousmediumflow/3p3c/volumevariables.hh | Contains the quantities which are constant within a finite volume in the three-phase three-component model |
► 3pwateroil | |
porousmediumflow/3pwateroil/indices.hh | Defines the indices required for the 3p2cni model |
porousmediumflow/3pwateroil/iofields.hh | Adds I/O fields specific to the three-phase three-component model |
porousmediumflow/3pwateroil/localresidual.hh | Element-wise calculation of the Jacobian matrix for problems using the three-phase three-component fully implicit model |
porousmediumflow/3pwateroil/model.hh | Adaption of the fully implicit scheme to the three-phase three-component flow model |
3pwateroil/primaryvariableswitch.hh | The primary variable switch for the 3p3c model |
porousmediumflow/3pwateroil/volumevariables.hh | Contains the quantities which are constant within a finite volume in the three-phase, two-component model |
► boxdfm | |
porousmediumflow/boxdfm/fluxvariablescache.hh | Cache class for the flux variables to be used in conjunction with the box discrete fracture scheme |
porousmediumflow/boxdfm/fvelementgeometry.hh | Base class for the local finite volume geometry for the box discrete fracture model |
porousmediumflow/boxdfm/fvgridgeometry.hh | Base class for the finite volume geometry vector for box schemes that consider extra connectivity between grid vertices on marked codim one entities |
porousmediumflow/boxdfm/geometryhelper.hh | Helper class constructing the dual grid finite volume geometries for the box discrete fracture model |
porousmediumflow/boxdfm/model.hh | Defines a type tag and some properties for porous medium flow models using the box scheme extended to discrete fractures |
porousmediumflow/boxdfm/subcontrolvolume.hh | Sub control volume for the box discrete fracture scheme |
porousmediumflow/boxdfm/subcontrolvolumeface.hh | The sub control volume face class for the box discrete fracture model |
porousmediumflow/boxdfm/vtkoutputmodule.hh | A VTK output module to simplify writing dumux simulation data to VTK format |
► co2 | |
porousmediumflow/co2/model.hh | Adaption of the fully implicit scheme to the CO2Model model |
co2/primaryvariableswitch.hh | The primary variable switch for the 2p2c-CO2 model |
porousmediumflow/co2/volumevariables.hh | Contains the quantities which are constant within a finite volume in the CO2 model |
► compositional | |
porousmediumflow/compositional/localresidual.hh | Element-wise calculation of the local residual for problems using compositional fully implicit model |
compositional/primaryvariableswitch.hh | The primary variable switch base class for compositional models |
switchableprimaryvariables.hh | A primary variable vector with a state to allow variable switches |
► immiscible | |
porousmediumflow/immiscible/localresidual.hh | Element-wise calculation of the residual for problems using the n-phase immiscible fully implicit models |
► mineralization | |
porousmediumflow/mineralization/iofields.hh | Adds I/O fields specific to the models considering mineralization processes |
porousmediumflow/mineralization/localresidual.hh | Element-wise calculation of the local residual for problems using a compositional model that also considers mineralization of solid phases |
porousmediumflow/mineralization/model.hh | Defines the properties required for compositional porous medium flow models considering mineralization processes of one or more of the components |
porousmediumflow/mineralization/volumevariables.hh | Contains the quantities which are constant within a sub-control volume of the finite volume grid in the two-phase, n-component mineralization model |
► mpnc | |
porousmediumflow/mpnc/indices.hh | The primary variable and equation indices for the MpNc model |
porousmediumflow/mpnc/iofields.hh | Adds I/O fields specific to the mpnc model |
porousmediumflow/mpnc/localresidual.hh | MpNc specific details needed to approximately calculate the local defect in the fully implicit scheme |
porousmediumflow/mpnc/model.hh | A fully implicit model for MpNc flow using vertex centered finite volumes |
pressureformulation.hh | Enumeration of the formulations accepted by the MpNc model |
porousmediumflow/mpnc/volumevariables.hh | Contains the secondary variables (Quantities which are constant within a finite volume) of the MpNc model |
► nonequilibrium | |
► thermal | |
porousmediumflow/nonequilibrium/thermal/localresidual.hh | This file contains the parts of the local residual to calculate the heat conservation in the thermal non-equilibrium model |
porousmediumflow/nonequilibrium/gridvariables.hh | Class storing scv and scvf variables |
porousmediumflow/nonequilibrium/indices.hh | The primary variable and equation indices for the MpNc model |
porousmediumflow/nonequilibrium/iofields.hh | Adds I/O fields specific to non-equilibrium models |
porousmediumflow/nonequilibrium/localresidual.hh | The local residual for the kinetic mass transfer module of the compositional multi-phase model |
porousmediumflow/nonequilibrium/model.hh | This specifies models which are able to capture non-equilibrium mass and / or energy transfer |
porousmediumflow/nonequilibrium/newtonsolver.hh | A MpNc specific newton solver |
porousmediumflow/nonequilibrium/volumevariables.hh | This class contains the volume variables required for the modules which require the specific interfacial area between fluid phases |
► nonisothermal | |
porousmediumflow/nonisothermal/indices.hh | Defines the indices used by the non-isothermal two-phase two-component model |
porousmediumflow/nonisothermal/iofields.hh | Adds I/O fields specific to non-isothermal models |
porousmediumflow/nonisothermal/localresidual.hh | Element-wise calculation of the local residual for non-isothermal fully implicit models |
porousmediumflow/nonisothermal/model.hh | The implicit non-isothermal model |
porousmediumflow/nonisothermal/volumevariables.hh | Base class for the model specific class which provides access to all volume averaged quantities |
► richards | |
porousmediumflow/richards/balanceequationopts.hh | Traits class to set options used by the local residual when when evaluating the balance equations |
porousmediumflow/richards/indices.hh | Index names for the Richards model |
porousmediumflow/richards/iofields.hh | Adds I/O fields specific to the Richards model |
porousmediumflow/richards/localresidual.hh | Element-wise calculation of the Jacobian matrix for problems using the Richards fully implicit models |
porousmediumflow/richards/model.hh | This model implements a variant of the Richards' equation for quasi-twophase flow |
porousmediumflow/richards/newtonsolver.hh | A Richards model Newton solver |
richards/primaryvariableswitch.hh | The primary variable switch for the extended Richards model |
porousmediumflow/richards/velocityoutput.hh | Velocity output for the Richards model |
porousmediumflow/richards/volumevariables.hh | Volume averaged quantities required by the Richards model |
► richardsnc | |
porousmediumflow/richardsnc/indices.hh | Defines the primary variable and equation indices used by the richardsnc model |
porousmediumflow/richardsnc/iofields.hh | Adds I/O fields specific to the Richards model |
porousmediumflow/richardsnc/model.hh | Base class for all models which use the Richards, n-component fully implicit model |
porousmediumflow/richardsnc/volumevariables.hh | Contains the quantities which are constant within a finite volume in the Richards, n-component model |
► solidenergy | |
porousmediumflow/solidenergy/localresidual.hh | Element-wise calculation of the residual |
porousmediumflow/solidenergy/model.hh | The energy balance equation for a porous solid |
porousmediumflow/solidenergy/volumevariables.hh | Class for computation of all volume averaged quantities |
► tracer | |
porousmediumflow/tracer/indices.hh | Defines the primary variable and equation indices used by the isothermal tracer model |
porousmediumflow/tracer/iofields.hh | Adds I/O fields specific to the tracer model |
porousmediumflow/tracer/localresidual.hh | Element-wise calculation of the local residual for problems using fully implicit tracer model |
porousmediumflow/tracer/model.hh | Adaption of the fully implicit scheme to the tracer transport model |
porousmediumflow/tracer/volumevariables.hh | Quantities required by the tracer model in a control volume |
porousmediumflow/fluxvariables.hh | Base class for the flux variables in porous medium models |
porousmediumflow/fluxvariablescache.hh | Base class for the flux variables |
fluxvariablescachefiller.hh | A helper class to fill the flux variables cache |
porousmediumflow/fvspatialparams.hh | The base class for spatial parameters in porous-medium-flow problems |
fvspatialparams1p.hh | The base class for spatial parameters in single-phase porous-medium-flow problems |
fvspatialparams1pconstant.hh | A spatial params implementation for 1p problem with constant properties |
fvspatialparamsmp.hh | The base class for spatial parameters in multi-phase porous-medium-flow problems |
fvspatialparamsnonequilibrium.hh | Base class for spatial parameters dealing with thermal and chemical non-equilibrium |
porousmediumflow/problem.hh | Base class for all porous media problems |
porousmediumflow/properties.hh | Defines a type tag and some properties for models using the box scheme |
velocity.hh | Velocity computation for implicit (porous media) models |
porousmediumflow/velocityoutput.hh | Velocity output for porous media models |
porousmediumflow/volumevariables.hh | Base class for the model specific class which provides access to all volume averaged quantities |
► python | |
► assembly | |
python/assembly/fvassembler.hh | TODO: docme! |
► common | |
python/common/boundarytypes.hh | TODO: docme! |
python/common/fvproblem.hh | TODO: docme! |
python/common/fvspatialparams.hh | Basic spatial parameters to be used with finite-volume schemes |
python/common/timeloop.hh | TODO: docme! |
python/common/volumevariables.hh | |
► discretization | |
python/discretization/gridgeometry.hh | TODO: docme! |
python/discretization/gridvariables.hh | TODO: docme! |
► io | |
python/io/vtkoutputmodule.hh | TODO: docme! |
► material | |
► components | |
component.hh | |
► fluidsystems | |
fluidsystem.hh | TODO: docme! |
► porousmediumflow | |
python/porousmediumflow/problem.hh | TODO: docme! |
python/porousmediumflow/spatialparams.hh | TODO: docme! |
python/porousmediumflow/velocityoutput.hh | TODO: docme! |
► timestepping | |
multistagemethods.hh | Parameters for different multistage time stepping methods |
multistagetimestepper.hh | A time stepper performing a single time step of a transient simulation |
timelevel.hh | Class that represents a time level during time integration |