3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dumux::CCMpfaFVElementGeometry< GG, false > Class Template Reference

Stencil-local finite volume geometry (scvs and scvfs) for cell-centered TPFA models Specialization for grid caching disabled. More...

#include <dumux/discretization/cellcentered/mpfa/fvelementgeometry.hh>

Description

template<class GG>
class Dumux::CCMpfaFVElementGeometry< GG, false >

Stencil-local finite volume geometry (scvs and scvfs) for cell-centered TPFA models Specialization for grid caching disabled.

Public Types

using SubControlVolume = typename GG::SubControlVolume
 export type of subcontrol volume More...
 
using SubControlVolumeFace = typename GG::SubControlVolumeFace
 export type of subcontrol volume face More...
 
using GridGeometry = GG
 export type of finite volume grid geometrys More...
 
using FVGridGeometry = GridGeometry
 

Public Member Functions

 CCMpfaFVElementGeometry (const GridGeometry &gridGeometry)
 Constructor. More...
 
const SubControlVolumescv (GridIndexType scvIdx) const
 
const SubControlVolumeFacescvf (GridIndexType scvfIdx) const
 
const SubControlVolumeFaceflipScvf (GridIndexType scvfIdx, unsigned int outsideScvIdx=0) const
 
std::size_t numScv () const
 number of sub control volumes in this fv element geometry More...
 
std::size_t numScvf () const
 number of sub control volumes in this fv element geometry More...
 
void bind (const Element &element)
 
void bindElement (const Element &element)
 Binding of an element preparing the geometries only inside the element. More...
 
const GridGeometryfvGridGeometry () const
 The global finite volume geometry we are a restriction of. More...
 
const GridGeometrygridGeometry () const
 
bool hasBoundaryScvf () const
 Returns whether one of the geometry's scvfs lies on a boundary. More...
 

Static Public Attributes

static constexpr std::size_t maxNumElementScvs = 1
 the maximum number of scvs per element More...
 
static constexpr std::size_t maxNumElementScvfs = dim == 3 ? 24 : 8
 the maximum number of scvfs per element (use cubes for maximum) More...
 

Member Typedef Documentation

◆ FVGridGeometry

template<class GG >
using Dumux::CCMpfaFVElementGeometry< GG, false >::FVGridGeometry = GridGeometry

◆ GridGeometry

template<class GG >
using Dumux::CCMpfaFVElementGeometry< GG, false >::GridGeometry = GG

export type of finite volume grid geometrys

◆ SubControlVolume

template<class GG >
using Dumux::CCMpfaFVElementGeometry< GG, false >::SubControlVolume = typename GG::SubControlVolume

export type of subcontrol volume

◆ SubControlVolumeFace

template<class GG >
using Dumux::CCMpfaFVElementGeometry< GG, false >::SubControlVolumeFace = typename GG::SubControlVolumeFace

export type of subcontrol volume face

Constructor & Destructor Documentation

◆ CCMpfaFVElementGeometry()

template<class GG >
Dumux::CCMpfaFVElementGeometry< GG, false >::CCMpfaFVElementGeometry ( const GridGeometry gridGeometry)
inline

Constructor.

Member Function Documentation

◆ bind()

template<class GG >
void Dumux::CCMpfaFVElementGeometry< GG, false >::bind ( const Element &  element)
inline

Binding of an element preparing the geometries of the whole stencil called by the local assembler to prepare element assembly

◆ bindElement()

template<class GG >
void Dumux::CCMpfaFVElementGeometry< GG, false >::bindElement ( const Element &  element)
inline

Binding of an element preparing the geometries only inside the element.

◆ flipScvf()

template<class GG >
const SubControlVolumeFace & Dumux::CCMpfaFVElementGeometry< GG, false >::flipScvf ( GridIndexType  scvfIdx,
unsigned int  outsideScvIdx = 0 
) const
inline

Get the scvf on the same face but from the other side Note that e.g. the normals might be different in the case of surface grids

◆ fvGridGeometry()

template<class GG >
const GridGeometry & Dumux::CCMpfaFVElementGeometry< GG, false >::fvGridGeometry ( ) const
inline

The global finite volume geometry we are a restriction of.

◆ gridGeometry()

template<class GG >
const GridGeometry & Dumux::CCMpfaFVElementGeometry< GG, false >::gridGeometry ( ) const
inline

◆ hasBoundaryScvf()

template<class GG >
bool Dumux::CCMpfaFVElementGeometry< GG, false >::hasBoundaryScvf ( ) const
inline

Returns whether one of the geometry's scvfs lies on a boundary.

◆ numScv()

template<class GG >
std::size_t Dumux::CCMpfaFVElementGeometry< GG, false >::numScv ( ) const
inline

number of sub control volumes in this fv element geometry

◆ numScvf()

template<class GG >
std::size_t Dumux::CCMpfaFVElementGeometry< GG, false >::numScvf ( ) const
inline

number of sub control volumes in this fv element geometry

◆ scv()

template<class GG >
const SubControlVolume & Dumux::CCMpfaFVElementGeometry< GG, false >::scv ( GridIndexType  scvIdx) const
inline

Get an elment sub control volume with a global scv index We separate element and neighbor scvs to speed up mapping

◆ scvf()

template<class GG >
const SubControlVolumeFace & Dumux::CCMpfaFVElementGeometry< GG, false >::scvf ( GridIndexType  scvfIdx) const
inline

Get an element sub control volume face with a global scvf index We separate element and neighbor scvfs to speed up mapping

Member Data Documentation

◆ maxNumElementScvfs

template<class GG >
constexpr std::size_t Dumux::CCMpfaFVElementGeometry< GG, false >::maxNumElementScvfs = dim == 3 ? 24 : 8
staticconstexpr

the maximum number of scvfs per element (use cubes for maximum)

◆ maxNumElementScvs

template<class GG >
constexpr std::size_t Dumux::CCMpfaFVElementGeometry< GG, false >::maxNumElementScvs = 1
staticconstexpr

the maximum number of scvs per element


The documentation for this class was generated from the following file: