Fourier's law for cell-centered finite volume schemes with two-point flux approximation.
More...
template<class TypeTag>
class Dumux::FouriersLawImplementation< 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 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) |
| Compute transmissibilities. More...
|
|