Specialization of Fourier's Law for the staggered free flow method. More...
#include <dumux/flux/staggered/freeflow/fourierslaw.hh>
Specialization of Fourier's Law for the staggered free flow method.
Public Types | |
using | DiscretizationMethod = DiscretizationMethods::Staggered |
using | Cache = FluxVariablesCaching::EmptyDiffusionCache |
Static Public Member Functions | |
template<class Problem > | |
static Scalar | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) |
Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face. More... | |
Static Public Attributes | |
static constexpr DiscretizationMethod | discMethod {} |
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::Staggered >::Cache = FluxVariablesCaching::EmptyDiffusionCache |
state the type for the corresponding cache We don't cache anything for this law
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::Staggered >::DiscretizationMethod = DiscretizationMethods::Staggered |
|
inlinestatic |
Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face.
|
staticconstexpr |