Specialization of a Dispersion flux for the cctpfa method.
More...
#include <dumux/flux/cctpfa/dispersionflux.hh>
template<class TypeTag,
ReferenceSystemFormulation referenceSystem>
class Dumux::DispersionFluxImplementation< TypeTag, DiscretizationMethods::CCTpfa, referenceSystem >
Specialization of a Dispersion flux for the cctpfa method.
|
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...
|
|
◆ 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 |
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()
◆ 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 |
Returns the thermal dispersive flux across the given sub-control volume face.
The documentation for this class was generated from the following file: