3.2-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem > Class Template Reference

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

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

Inheritance diagram for Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >:
Inheritance graph

Description

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
class Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >

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

Public Types

using Cache = FluxVariablesCaching::EmptyDiffusionCache
using DiffusionCoefficientsContainer = FickianDiffusionCoefficients<Scalar, numPhases, numComponents>

Static Public Member Functions

static constexpr ReferenceSystemFormulation referenceSystemFormulation ()
template<class Problem, class ElementVolumeVariables>
static NumEqVector flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf)

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::staggered

Member Typedef Documentation

◆ Cache

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::Cache = FluxVariablesCaching::EmptyDiffusionCache

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

◆ DiffusionCoefficientsContainer

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::DiffusionCoefficientsContainer = FickianDiffusionCoefficients<Scalar, numPhases, numComponents>

Member Function Documentation

◆ flux()

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
template<class Problem, class ElementVolumeVariables>
NumEqVector Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::flux ( const Problem & problem,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolumeFace & scvf )
inlinestatic

◆ referenceSystemFormulation()

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
constexpr ReferenceSystemFormulation Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::referenceSystemFormulation ( )
inlinestaticconstexpr

Member Data Documentation

◆ discMethod

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
const DiscretizationMethod Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::staggered, referenceSystem >::discMethod = DiscretizationMethod::staggered
static

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