3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Static Public Member Functions | List of all members
Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::Box, referenceSystem > Class Template Reference

Specialization of a dispersion flux for the box method. More...

#include <dumux/flux/box/dispersionflux.hh>

Description

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
class Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::Box, referenceSystem >

Specialization of a dispersion flux for the box method.

Static Public Member Functions

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. More...
 
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. More...
 

Member Function Documentation

◆ compositionalDispersionFlux()

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
static ComponentFluxVector Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::Box, referenceSystem >::compositionalDispersionFlux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
const int  phaseIdx,
const ElementFluxVariablesCache &  elemFluxVarsCache 
)
inlinestatic

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.

◆ referenceSystemFormulation()

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
static constexpr ReferenceSystemFormulation Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::Box, referenceSystem >::referenceSystemFormulation ( )
inlinestaticconstexpr

◆ thermalDispersionFlux()

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
static HeatFluxScalar Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::Box, referenceSystem >::thermalDispersionFlux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
const int  phaseIdx,
const ElementFluxVariablesCache &  elemFluxVarsCache 
)
inlinestatic

Returns the thermal dispersive flux across the given sub-control volume face.


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