Specialization of Fick's Law for the staggered free flow method. More...
#include <dumux/flux/staggered/freeflow/fickslaw.hh>
Specialization of Fick's Law for the staggered free flow method.
Public Types | |
using | Cache = FluxVariablesCaching::EmptyDiffusionCache |
using | DiffusionCoefficientsContainer = FickianDiffusionCoefficients< Scalar, numPhases, numComponents > |
Static Public Member Functions | |
static constexpr ReferenceSystemFormulation | referenceSystemFormulation () |
template<class Problem , class ElementVolumeVariables > | |
static NumEqVector | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) |
Static Public Attributes | |
static const DiscretizationMethod | discMethod = DiscretizationMethod::staggered |
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::Cache = FluxVariablesCaching::EmptyDiffusionCache |
state the type for the corresponding cache We don't cache anything for this law
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::DiffusionCoefficientsContainer = FickianDiffusionCoefficients<Scalar, numPhases, numComponents> |
|
inlinestatic |
|
inlinestaticconstexpr |
|
static |