3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethod::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, DiscretizationMethod::ccmpfa >:
Inheritance graph

Description

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

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

Public Types

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)
 Compute the conductive flux across an scvf.

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::ccmpfa

Member Typedef Documentation

◆ Cache

template<class TypeTag>
using Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethod::ccmpfa >::Cache = MpfaFouriersLawCache

Member Function Documentation

◆ flux()

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

Compute the conductive flux across an scvf.

Member Data Documentation

◆ discMethod


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