3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethod::cctpfa > Class Template Reference

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

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

Inheritance diagram for Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethod::cctpfa >:
Inheritance graph

Description

template<class TypeTag>
class Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethod::cctpfa >

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

Public Types

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 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...
 

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::cctpfa
 state the discretization method this implementation belongs to More...
 

Member Typedef Documentation

◆ Cache

template<class TypeTag >
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethod::cctpfa >::Cache = TpfaFouriersLawCache

export the type for the corresponding cache

Member Function Documentation

◆ calculateTransmissibility()

template<class TypeTag >
static Scalar Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethod::cctpfa >::calculateTransmissibility ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf 
)
inlinestatic

Compute transmissibilities.

◆ flux()

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

Compute the heat condution flux assuming thermal equilibrium.

Member Data Documentation

◆ discMethod

state the discretization method this implementation belongs to


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