Fourier's law for cell-centered finite volume schemes with two-point flux approximation.
More...
template<class TypeTag>
class Dumux::FouriersLawNonEquilibriumImplementation< TypeTag, DiscretizationMethod::cctpfa >
Fourier's law for cell-centered finite volume schemes with two-point flux approximation.
|
static Scalar | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVarsCache &elemFluxVarsCache) |
| Compute the heat condution flux assuming thermal equilibrium. More...
|
|
static Scalar | calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx) |
| Compute transmissibilities. More...
|
|