3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Files | Classes

Vertex-centered, continuous-pressure, conforming lower-dimensional discrete-fracture model. More...

Description

Vertex-centered, continuous-pressure, conforming lower-dimensional discrete-fracture model.

For a detailed model description see porousmediumflow/boxdfm/model.hh

Files

file  porousmediumflow/boxdfm/fluxvariablescache.hh
 Cache class for the flux variables to be used in conjunction with the box discrete fracture scheme.
 
file  porousmediumflow/boxdfm/fvelementgeometry.hh
 Base class for the local finite volume geometry for the box discrete fracture model.
 
file  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.
 
file  porousmediumflow/boxdfm/geometryhelper.hh
 Helper class constructing the dual grid finite volume geometries for the box discrete fracture model.
 
file  porousmediumflow/boxdfm/model.hh
 Defines a type tag and some properties for porous medium flow models using the box scheme extended to discrete fractures.
 
file  porousmediumflow/boxdfm/subcontrolvolume.hh
 the sub control volume for the box discrete fracture scheme
 
file  porousmediumflow/boxdfm/subcontrolvolumeface.hh
 The sub control volume face class for the box discrete fracture model.
 
file  porousmediumflow/boxdfm/vtkoutputmodule.hh
 A VTK output module to simplify writing dumux simulation data to VTK format.
 

Classes

class  Dumux::BoxDfmFluxVariablesCache< TypeTag >
 We only store discretization-related quantities for the box method. However, we cannot reuse the cache of the standard box method as we have to take into account the scvs that lie on fracture facets. More...
 
class  Dumux::BoxDfmFVElementGeometry< GG, enableGridGeometryCache >
 Base class for the finite volume geometry vector for box discrete fracture model. More...
 
struct  Dumux::BoxDfmDefaultGridGeometryTraits< GridView, MapperTraits >
 The default traits for the box finite volume grid geometry. More...
 
class  Dumux::BoxDfmFVGridGeometry< Scalar, GridView, enableGridGeometryCache, Traits >
 Base class for the finite volume geometry vector for box schemes. More...
 
class  Dumux::BoxDfmFVGridGeometry< Scalar, GV, true, Traits >
 Base class for the finite volume geometry vector for box schemes that consider extra connectivity between grid vertices on marked codim one entities. More...
 
class  Dumux::BoxDfmFVGridGeometry< Scalar, GV, false, Traits >
 Base class for the finite volume geometry vector for box schemes This builds up the sub control volumes and sub control volume faces. More...
 
struct  Dumux::BoxDfmDefaultScvGeometryTraits< GridView >
 Default traits class to be used for the sub-control volumes for the box discrete fracture scheme. More...
 
class  Dumux::BoxDfmSubControlVolume< GV, T >
 the sub control volume for the box discrete fracture scheme More...
 
struct  Dumux::BoxDfmDefaultScvfGeometryTraits< GridView >
 Default traits class to be used for the sub-control volume faces for the box discrete fracture scheme. More...
 
class  Dumux::BoxDfmSubControlVolumeFace< GV, T >
 Class for a sub control volume face in the box discrete fracture method, i.e a part of the boundary of a sub control volume we compute fluxes on. More...
 
class  Dumux::BoxDfmVtkOutputModule< GridVariables, SolutionVector, FractureGrid >
 A VTK output module to simplify writing dumux simulation data to VTK format. More...