3.5-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCMpfa > Class Template Reference

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

#include <dumux/flux/ccmpfa/fourierslaw.hh>

Inheritance diagram for Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCMpfa >:

Description

template<class TypeTag>
class Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCMpfa >

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

Public Types

using DiscretizationMethod = DiscretizationMethods::CCMpfa
using Cache = MpfaFouriersLawCache

Static Public Member Functions

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.

Static Public Attributes

static constexpr DiscretizationMethod discMethod {}

Member Typedef Documentation

◆ Cache

template<class TypeTag>
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCMpfa >::Cache = MpfaFouriersLawCache

◆ DiscretizationMethod

template<class TypeTag>
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCMpfa >::DiscretizationMethod = DiscretizationMethods::CCMpfa

Member Function Documentation

◆ flux()

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

Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face.

Note
This law assumes thermal equilibrium between the fluid and solid phases, and uses an effective thermal conductivity for the overall aggregate.

Member Data Documentation

◆ discMethod

template<class TypeTag>
DiscretizationMethod Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::CCMpfa >::discMethod {}
staticconstexpr

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