Fick's law for cell-centered finite volume schemes with two-point flux approximation.
More...
template<class TypeTag,
ReferenceSystemFormulation referenceSystem>
class Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::cctpfa, referenceSystem >
Fick's law for cell-centered finite volume schemes with two-point flux approximation.
|
static constexpr ReferenceSystemFormulation | referenceSystemFormulation () |
| Return the reference system. More...
|
|
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 Scalar | calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const int compIdx) |
| compute diffusive transmissibilities More...
|
|