version 3.8
Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa > Class Template Reference

Specialization of the flux variables cache filler for the cell centered mpfa method.

#include <dumux/porousmediumflow/fluxvariablescachefiller.hh>

Public Member Functions

 PorousMediumFluxVariablesCacheFillerImplementation (const Problem &problem)
 The constructor. Sets problem pointer. More...
 
template<class FluxVarsCacheStorage , class FluxVariablesCache , class IVDataStorage >
void fill (FluxVarsCacheStorage &fluxVarsCacheStorage, FluxVariablesCache &scvfFluxVarsCache, IVDataStorage &ivDataStorage, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, bool forceUpdateAll=false)
 function to fill the flux variables caches More...
 
const PrimaryInteractionVolume & primaryInteractionVolume () const
 returns the stored interaction volume pointer More...
 
const SecondaryInteractionVolume & secondaryInteractionVolume () const
 returns the stored interaction volume pointer More...
 
const PrimaryDataHandle & primaryIvDataHandle () const
 returns the stored data handle pointer More...
 
const SecondaryDataHandle & secondaryIvDataHandle () const
 returns the stored data handle pointer More...
 
const PrimaryLocalFaceData & primaryIvLocalFaceData () const
 returns the currently stored iv-local face data object More...
 
const SecondaryLocalFaceData & secondaryIvLocalFaceData () const
 returns the currently stored iv-local face data object More...
 

Static Public Attributes

static constexpr bool isSolDependent = true
 

Constructor & Destructor Documentation

◆ PorousMediumFluxVariablesCacheFillerImplementation()

template<class TypeTag >
Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::PorousMediumFluxVariablesCacheFillerImplementation ( const Problem &  problem)
inline

Member Function Documentation

◆ fill()

template<class TypeTag >
template<class FluxVarsCacheStorage , class FluxVariablesCache , class IVDataStorage >
void Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::fill ( FluxVarsCacheStorage &  fluxVarsCacheStorage,
FluxVariablesCache &  scvfFluxVarsCache,
IVDataStorage &  ivDataStorage,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
bool  forceUpdateAll = false 
)
inline
Parameters
fluxVarsCacheStorageClass that holds the scvf flux vars caches
scvfFluxVarsCacheThe flux var cache to be updated corresponding to the given scvf
ivDataStorageClass that stores the interaction volumes & handles
fvGeometryThe finite volume geometry
elemVolVarsThe element volume variables (primary/secondary variables)
scvfThe corresponding sub-control volume face
forceUpdateAllif true, forces all caches to be updated (even the solution-independent ones)

◆ primaryInteractionVolume()

template<class TypeTag >
const PrimaryInteractionVolume & Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::primaryInteractionVolume ( ) const
inline

◆ primaryIvDataHandle()

template<class TypeTag >
const PrimaryDataHandle & Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::primaryIvDataHandle ( ) const
inline

◆ primaryIvLocalFaceData()

template<class TypeTag >
const PrimaryLocalFaceData & Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::primaryIvLocalFaceData ( ) const
inline

◆ secondaryInteractionVolume()

template<class TypeTag >
const SecondaryInteractionVolume & Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::secondaryInteractionVolume ( ) const
inline

◆ secondaryIvDataHandle()

template<class TypeTag >
const SecondaryDataHandle & Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::secondaryIvDataHandle ( ) const
inline

◆ secondaryIvLocalFaceData()

template<class TypeTag >
const SecondaryLocalFaceData & Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::secondaryIvLocalFaceData ( ) const
inline

Member Data Documentation

◆ isSolDependent

template<class TypeTag >
constexpr bool Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCMpfa >::isSolDependent = true
staticconstexpr

This cache filler is always solution-dependent, as it updates the vectors of cell unknowns with which the transmissibilities have to be multiplied in order to obtain the fluxes.


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