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

Specialization of Fourier's Law for the staggered free flow method. More...

#include <dumux/flux/staggered/freeflow/fourierslaw.hh>

Description

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

Specialization of Fourier's Law for the staggered free flow method.

Public Types

using Cache = FluxVariablesCaching::EmptyDiffusionCache
 

Static Public Member Functions

template<class Problem >
static Scalar flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf)
 calculate the diffusive energy fluxes More...
 

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::staggered
 

Member Typedef Documentation

◆ Cache

state the type for the corresponding cache We don't cache anything for this law

Member Function Documentation

◆ flux()

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

calculate the diffusive energy fluxes

Member Data Documentation

◆ discMethod


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