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::FicksLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem > Class Template Reference

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

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

Description

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
class Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >

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

Public Types

using DiscretizationMethod = DiscretizationMethods::Staggered
 
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)
 Returns the diffusive fluxes of all components within a fluid phase across the given sub-control volume face. The computed fluxes are given in mole/s or kg/s, depending on the template parameter ReferenceSystemFormulation. More...
 

Static Public Attributes

static constexpr DiscretizationMethod discMethod {}
 

Member Typedef Documentation

◆ Cache

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::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, DiscretizationMethods::Staggered, referenceSystem >::DiffusionCoefficientsContainer = FickianDiffusionCoefficients<Scalar, numPhases, numComponents>

◆ DiscretizationMethod

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::DiscretizationMethod = DiscretizationMethods::Staggered

Member Function Documentation

◆ flux()

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

Returns the diffusive fluxes of all components within a fluid phase across the given sub-control volume face. The computed fluxes are given in mole/s or kg/s, depending on the template parameter ReferenceSystemFormulation.

◆ referenceSystemFormulation()

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
static constexpr ReferenceSystemFormulation Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::referenceSystemFormulation ( )
inlinestaticconstexpr

Member Data Documentation

◆ discMethod

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
constexpr DiscretizationMethod Dumux::FicksLawImplementation< TypeTag, DiscretizationMethods::Staggered, referenceSystem >::discMethod {}
staticconstexpr

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