version 3.8.0
Loading...
Searching...
No Matches
Dumux::FouriersLawNonEquilibriumImplementation< TypeTag, DiscretizationMethods::CCTpfa > Class Template Reference

Fourier's law for cell-centered finite volume schemes with two-point flux approximation.

#include <dumux/flux/cctpfa/fourierslawnonequilibrium.hh>

Public Types

using DiscretizationMethod = DiscretizationMethods::CCTpfa
 
using Cache = FluxVariablesCaching::EmptyHeatConductionCache
 

Static Public Member Functions

static Scalar flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVarsCache &elemFluxVarsCache)
 Returns the heat flux within a fluid or solid phase (in J/s) across the given sub-control volume face.
 
static Scalar calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx)
 Compute transmissibilities.
 

Static Public Attributes

static constexpr DiscretizationMethod discMethod {}
 state the discretization method this implementation belongs to
 

Member Typedef Documentation

◆ Cache

◆ DiscretizationMethod

template<class TypeTag >
using Dumux::FouriersLawNonEquilibriumImplementation< TypeTag, DiscretizationMethods::CCTpfa >::DiscretizationMethod = DiscretizationMethods::CCTpfa

Member Function Documentation

◆ calculateTransmissibility()

template<class TypeTag >
static Scalar Dumux::FouriersLawNonEquilibriumImplementation< TypeTag, DiscretizationMethods::CCTpfa >::calculateTransmissibility ( const Problem & problem,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolumeFace & scvf,
const int phaseIdx )
inlinestatic

◆ flux()

template<class TypeTag >
static Scalar Dumux::FouriersLawNonEquilibriumImplementation< TypeTag, DiscretizationMethods::CCTpfa >::flux ( const Problem & problem,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolumeFace & scvf,
const int phaseIdx,
const ElementFluxVarsCache & elemFluxVarsCache )
inlinestatic

Member Data Documentation

◆ discMethod

template<class TypeTag >
constexpr DiscretizationMethod Dumux::FouriersLawNonEquilibriumImplementation< TypeTag, DiscretizationMethods::CCTpfa >::discMethod {}
staticconstexpr

The documentation for this class was generated from the following file: