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 | DiscretizationMethod = DiscretizationMethods::CCMpfa |
| using | Cache = MpfaFicksLawCache |
| using | DiffusionCoefficientsContainer = FickianDiffusionCoefficients< Scalar, numPhases, numComponents > |
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) |
| 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 Public Attributes | |
| static constexpr DiscretizationMethod | discMethod {} |
| using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::CCMpfa, referenceSystem >::Cache = MpfaFicksLawCache |
| using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::CCMpfa, referenceSystem >::DiffusionCoefficientsContainer = FickianDiffusionCoefficients<Scalar, numPhases, numComponents> |
| using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::CCMpfa, referenceSystem >::DiscretizationMethod = DiscretizationMethods::CCMpfa |
|
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.
|
inlinestaticconstexpr |
|
staticconstexpr |