Specialization of a Dispersion flux for the cctpfa method.  
#include <dumux/flux/cctpfa/dispersionflux.hh>
|  | 
| static constexpr ReferenceSystemFormulation | referenceSystemFormulation () | 
|  | 
| static ComponentFluxVector | compositionalDispersionFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache) | 
|  | Returns the dispersive fluxes of all components within a fluid phase across the given sub-control volume face. The computed fluxes are given in mole/s or kg/s, depending on the template parameter ReferenceSystemFormulation. 
 | 
|  | 
| static HeatFluxScalar | thermalDispersionFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache) | 
|  | Returns the thermal dispersive flux across the given sub-control volume face. 
 | 
|  | 
◆ compositionalDispersionFlux()
  
  | 
        
          | static ComponentFluxVector Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::CCTpfa, referenceSystem >::compositionalDispersionFlux | ( | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolumeFace & | scvf, |  
          |  |  | const int | phaseIdx, |  
          |  |  | const ElementFluxVariablesCache & | elemFluxVarsCache ) |  | inlinestatic | 
 
 
◆ referenceSystemFormulation()
◆ thermalDispersionFlux()
  
  | 
        
          | static HeatFluxScalar Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::CCTpfa, referenceSystem >::thermalDispersionFlux | ( | const Problem & | problem, |  
          |  |  | const Element & | element, |  
          |  |  | const FVElementGeometry & | fvGeometry, |  
          |  |  | const ElementVolumeVariables & | elemVolVars, |  
          |  |  | const SubControlVolumeFace & | scvf, |  
          |  |  | const int | phaseIdx, |  
          |  |  | const ElementFluxVariablesCache & | elemFluxVarsCache ) |  | inlinestatic | 
 
 
The documentation for this class was generated from the following file: