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) |
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 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 |
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 |
|
static |