3.6-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, DiscretizationMethods::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, DiscretizationMethods::Staggered >

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

Public Types

using DiscretizationMethod = DiscretizationMethods::Staggered
 
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)
 Returns the heat flux within the porous medium (in J/s) across the given sub-control volume face. More...
 

Static Public Attributes

static constexpr DiscretizationMethod discMethod {}
 

Member Typedef Documentation

◆ Cache

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

◆ DiscretizationMethod

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

Member Function Documentation

◆ flux()

template<class TypeTag >
template<class Problem >
static Scalar Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::Staggered >::flux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf 
)
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 >
constexpr DiscretizationMethod Dumux::FouriersLawImplementation< TypeTag, DiscretizationMethods::Staggered >::discMethod {}
staticconstexpr

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