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) |
| | return diffusive fluxes for all components in a phase 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...
|
| |