3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | List of all members
Dumux::PoreNetwork::PNMFicksLaw< Scalar, numPhases, numComponents, referenceSystem > Class Template Reference

Specialization of Fick's Law for the pore-network model. More...

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

Description

template<class Scalar, int numPhases, int numComponents, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
class Dumux::PoreNetwork::PNMFicksLaw< Scalar, numPhases, numComponents, referenceSystem >

Specialization of Fick's Law for the pore-network model.

Public Types

using DiffusionCoefficientsContainer = FickianDiffusionCoefficients< Scalar, numPhases, numComponents >
 

Static Public Member Functions

static constexpr ReferenceSystemFormulation referenceSystemFormulation ()
 
template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables , class ElementFluxVariablesCache >
static Dune::FieldVector< Scalar, numComponents > flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const typename FVElementGeometry::SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVariablesCache &elemFluxVarsCache)
 

Member Typedef Documentation

◆ DiffusionCoefficientsContainer

template<class Scalar , int numPhases, int numComponents, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
using Dumux::PoreNetwork::PNMFicksLaw< Scalar, numPhases, numComponents, referenceSystem >::DiffusionCoefficientsContainer = FickianDiffusionCoefficients<Scalar, numPhases, numComponents>

Member Function Documentation

◆ flux()

template<class Scalar , int numPhases, int numComponents, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables , class ElementFluxVariablesCache >
static Dune::FieldVector< Scalar, numComponents > Dumux::PoreNetwork::PNMFicksLaw< Scalar, numPhases, numComponents, referenceSystem >::flux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const typename FVElementGeometry::SubControlVolumeFace &  scvf,
const int  phaseIdx,
const ElementFluxVariablesCache &  elemFluxVarsCache 
)
inlinestatic

◆ referenceSystemFormulation()

template<class Scalar , int numPhases, int numComponents, ReferenceSystemFormulation referenceSystem = ReferenceSystemFormulation::massAveraged>
static constexpr ReferenceSystemFormulation Dumux::PoreNetwork::PNMFicksLaw< Scalar, numPhases, numComponents, referenceSystem >::referenceSystemFormulation ( )
inlinestaticconstexpr

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