3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Classes | Public Types | Static Public Member Functions | Static Public Attributes | List of all members
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>

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 More...
 

Static Public Member Functions

static constexpr ReferenceSystemFormulation referenceSystemFormulation ()
 Return the reference system. More...
 
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 More...
 
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 More...
 

Static Public Attributes

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

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

Member Function Documentation

◆ calculateTransmissibility()

template<class TypeTag , ReferenceSystemFormulation referenceSystem>
static 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>
static 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>
static 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: