Specialization of the flux variables cache filler for the cell centered tpfa method.  
#include <dumux/freeflow/navierstokes/scalarfluxvariablescachefiller.hh>
|  | 
|  | FreeFlowScalarFluxVariablesCacheFillerImplementation (const Problem &problem) | 
|  | The constructor. Sets the problem pointer. 
 | 
|  | 
| template<class FluxVariablesCacheContainer, class FluxVariablesCache, class ElementVolumeVariables> | 
| void | fill (FluxVariablesCacheContainer &fluxVarsCacheContainer, FluxVariablesCache &scvfFluxVarsCache, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const bool forceUpdateAll=false) | 
|  | function to fill the flux variables caches 
 | 
|  | 
◆ FreeFlowScalarFluxVariablesCacheFillerImplementation()
template<class Problem, class ModelTraits, bool diffusionIsSolDependent, bool heatConductionIsSolDependent> 
 
 
◆ fill()
template<class Problem, class ModelTraits, bool diffusionIsSolDependent, bool heatConductionIsSolDependent> 
template<class FluxVariablesCacheContainer, class FluxVariablesCache, class ElementVolumeVariables> 
  
  | 
        
          | void Dumux::FreeFlowScalarFluxVariablesCacheFillerImplementation< Problem, ModelTraits, diffusionIsSolDependent, heatConductionIsSolDependent, DiscretizationMethods::CCTpfa >::fill | ( | FluxVariablesCacheContainer & | fluxVarsCacheContainer, |  
          |  |  | FluxVariablesCache & | scvfFluxVarsCache, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolumeFace & | scvf, |  
          |  |  | const bool | forceUpdateAll = false ) |  | inline | 
 
- Parameters
- 
  
    | fluxVarsCacheContainer | Either the element or global flux variables cache |  | scvfFluxVarsCache | The flux var cache to be updated corresponding to the given scvf |  | element | The finite element |  | fvGeometry | The finite volume geometry |  | elemVolVars | The element volume variables |  | scvf | The corresponding sub-control volume face |  | forceUpdateAll | if true, forces all caches to be updated (even the solution-independent ones) |  
 
 
 
◆ isSolDependent
template<class Problem, class ModelTraits, bool diffusionIsSolDependent, bool heatConductionIsSolDependent> 
 
Initial value:= (diffusionEnabled && diffusionIsSolDependent) ||
                                           (heatConductionEnabled && heatConductionIsSolDependent)
 
 
The documentation for this class was generated from the following file: