Fourier's law for cell-centered finite volume schemes with two-point flux approximation. More...
#include <dumux/flux/cctpfa/fourierslaw.hh>
Fourier's law for cell-centered finite volume schemes with two-point flux approximation.
Public Types | |
using | DiscretizationMethod = DiscretizationMethods::CCTpfa |
using | Cache = TpfaFouriersLawCache |
export the type for the corresponding cache More... | |
Static Public Member Functions | |
static Scalar | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const VolumeVariables &insideVolVars, const VolumeVariables &outsideVolVars, const SubControlVolumeFace &scvf, const ElementFluxVarsCache &elemFluxVarsCache) |
Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face. More... | |
static Scalar | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVarsCache &elemFluxVarsCache) |
Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face. More... | |
static Scalar | calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) |
Compute transmissibilities. More... | |
Static Public Attributes | |
static constexpr DiscretizationMethod | discMethod {} |
state the discretization method this implementation belongs to More... | |
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCTpfa >::Cache = TpfaFouriersLawCache |
export the type for the corresponding cache
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCTpfa >::DiscretizationMethod = DiscretizationMethods::CCTpfa |
|
inlinestatic |
Compute transmissibilities.
|
inlinestatic |
Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face.
|
inlinestatic |
Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face.
|
staticconstexpr |
state the discretization method this implementation belongs to