Fick's law for cell-centered finite volume schemes with multi-point flux approximation.
More...
template<class TypeTag,
ReferenceSystemFormulation referenceSystem>
class Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::ccmpfa, referenceSystem >
Fick's law for cell-centered finite volume schemes with multi-point flux approximation.
|
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...
|
|