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

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

#include <dumux/porousmediumflow/fluxvariablescachefiller.hh>

Public Member Functions

 PorousMediumFluxVariablesCacheFillerImplementation (const Problem &problem)
 The constructor. Sets the problem pointer. More...
 
template<class FluxVariablesCacheContainer , class FluxVariablesCache >
void fill (FluxVariablesCacheContainer &fluxVarsCacheContainer, FluxVariablesCache &scvfFluxVarsCache, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, bool forceUpdateAll=false)
 function to fill the flux variables caches More...
 

Static Public Attributes

static constexpr bool isSolDependent
 

Constructor & Destructor Documentation

◆ PorousMediumFluxVariablesCacheFillerImplementation()

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

Member Function Documentation

◆ fill()

template<class TypeTag >
template<class FluxVariablesCacheContainer , class FluxVariablesCache >
void Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCTpfa >::fill ( FluxVariablesCacheContainer &  fluxVarsCacheContainer,
FluxVariablesCache &  scvfFluxVarsCache,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
bool  forceUpdateAll = false 
)
inline
Parameters
fluxVarsCacheContainerEither the element or global flux variables cache
scvfFluxVarsCacheThe flux var cache to be updated corresponding to the given scvf
elementThe finite element
fvGeometryThe finite volume geometry
elemVolVarsThe element volume variables
scvfThe corresponding sub-control volume face
forceUpdateAllif true, forces all caches to be updated (even the solution-independent ones)

Member Data Documentation

◆ isSolDependent

template<class TypeTag >
constexpr bool Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethods::CCTpfa >::isSolDependent
staticconstexpr
Initial value:
= (advectionEnabled && advectionIsSolDependent) ||
(diffusionEnabled && diffusionIsSolDependent) ||
(heatConductionEnabled && heatConductionIsSolDependent)

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