Specialization of Fick's Law for the box method.
More...
#include <dumux/flux/box/fickslaw.hh>
template<class TypeTag,
ReferenceSystemFormulation referenceSystem>
class Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::box, referenceSystem >
Specialization of Fick's Law for the box method.
|
static constexpr ReferenceSystemFormulation | referenceSystemFormulation () |
|
static ComponentFluxVector | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache) |
| Returns the diffusive 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 std::array< std::vector< Scalar >, numComponents > | calculateTransmissibilities (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const FluxVarCache &fluxVarCache, const int phaseIdx) |
|
◆ DiffusionCoefficientsContainer
◆ calculateTransmissibilities()
static std::array< std::vector< Scalar >, numComponents > Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::box, referenceSystem >::calculateTransmissibilities |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf, |
|
|
const FluxVarCache & |
fluxVarCache, |
|
|
const int |
phaseIdx |
|
) |
| |
|
inlinestatic |
◆ flux()
static ComponentFluxVector Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::box, referenceSystem >::flux |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf, |
|
|
const int |
phaseIdx, |
|
|
const ElementFluxVariablesCache & |
elemFluxVarsCache |
|
) |
| |
|
inlinestatic |
Returns the diffusive 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()
The documentation for this class was generated from the following file: