template<class Scalar, int numPhases, int numComponents,
ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
class Dumux::PoreNetwork::PNMFicksLaw< Scalar, numPhases, numComponents, referenceSystem >
Specialization of Fick's Law for the pore-network model.
|
static constexpr ReferenceSystemFormulation | referenceSystemFormulation () |
|
template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables , class ElementFluxVariablesCache > |
static Dune::FieldVector< Scalar, numComponents > | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache) |
|