3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | Static Public Attributes | List of all members
Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethod::cctpfa > Class Template Reference

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

#include <dumux/porousmediumflow/fluxvariablescachefiller.hh>

Description

template<class TypeTag>
class Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethod::cctpfa >

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

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, DiscretizationMethod::cctpfa >::PorousMediumFluxVariablesCacheFillerImplementation ( const Problem &  problem)
inline

The constructor. Sets the problem pointer.

Member Function Documentation

◆ fill()

template<class TypeTag >
template<class FluxVariablesCacheContainer , class FluxVariablesCache >
void Dumux::PorousMediumFluxVariablesCacheFillerImplementation< TypeTag, DiscretizationMethod::cctpfa >::fill ( FluxVariablesCacheContainer &  fluxVarsCacheContainer,
FluxVariablesCache &  scvfFluxVarsCache,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
bool  forceUpdateAll = false 
)
inline

function to fill the flux variables caches

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, DiscretizationMethod::cctpfa >::isSolDependent
staticconstexpr
Initial value:
= (advectionEnabled && advectionIsSolDependent) ||
(diffusionEnabled && diffusionIsSolDependent) ||
(heatConductionEnabled && heatConductionIsSolDependent)

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