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

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

#include <dumux/flux/cctpfa/fickslaw.hh>

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

Description

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

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

Public Types

using Cache = TpfaFicksLawCache
 state the type for the corresponding cache and its filler
using DiffusionCoefficientsContainer = FickianDiffusionCoefficients<Scalar, numPhases, numComponents>

Static Public Member Functions

static constexpr ReferenceSystemFormulation referenceSystemFormulation ()
 Return the reference system.
static ComponentFluxVector flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache)
 return diffusive fluxes for all components in a phase
static Scalar calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const int compIdx)
 compute diffusive transmissibilities

Static Public Attributes

static const DiscretizationMethod discMethod = DiscretizationMethod::cctpfa
 state the discretization method this implementation belongs to

Member Typedef Documentation

◆ Cache

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
using Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::cctpfa, referenceSystem >::Cache = TpfaFicksLawCache

state the type for the corresponding cache and its filler

◆ DiffusionCoefficientsContainer

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

Member Function Documentation

◆ calculateTransmissibility()

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
Scalar Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::cctpfa, referenceSystem >::calculateTransmissibility ( const Problem & problem,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolumeFace & scvf,
const int phaseIdx,
const int compIdx )
inlinestatic

compute diffusive transmissibilities

◆ flux()

template<class TypeTag, ReferenceSystemFormulation referenceSystem>
ComponentFluxVector Dumux::FicksLawImplementation< TypeTag, DiscretizationMethod::cctpfa, referenceSystem >::flux ( const Problem & problem,
const Element & element,
const FVElementGeometry & fvGeometry,
const ElementVolumeVariables & elemVolVars,
const SubControlVolumeFace & scvf,
const int phaseIdx,
const ElementFluxVariablesCache & elemFluxVarsCache )
inlinestatic

return diffusive fluxes for all components in a phase

◆ referenceSystemFormulation()

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

Return the reference system.

Member Data Documentation

◆ discMethod

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

state the discretization method this implementation belongs to


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