Fick's law for cell-centered finite volume schemes with multi-point flux approximation. More...
#include <dumux/flux/ccmpfa/fickslaw.hh>
Fick's law for cell-centered finite volume schemes with multi-point flux approximation.
Public Types | |
using | Cache = MpfaFicksLawCache |
Static Public Member Functions | |
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) |
Compute the diffusive flux across an scvf. More... | |
Static Public Attributes | |
static const DiscretizationMethod | discMethod = DiscretizationMethod::ccmpfa |
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::ccmpfa, referenceSystem >::Cache = MpfaFicksLawCache |
|
inlinestatic |
Compute the diffusive flux across an scvf.
|
inlinestaticconstexpr |
|
static |