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::TransmissibilityPatzekSilin< Scalar, considerPoreResistance, interpolateK > Class Template Reference

Single-phase flow throat transmissibility based on Patzek & Silin (2001) https://doi.org/10.1006/jcis.2000.7413. More...

#include <dumux/material/fluidmatrixinteractions/porenetwork/throat/transmissibility1p.hh>

Description

template<class Scalar, bool considerPoreResistance = false, bool interpolateK = false>
class Dumux::PoreNetwork::TransmissibilityPatzekSilin< Scalar, considerPoreResistance, interpolateK >

Single-phase flow throat transmissibility based on Patzek & Silin (2001) https://doi.org/10.1006/jcis.2000.7413.

Public Types

using SinglePhaseCache = EmptyCache
 

Static Public Member Functions

template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables , class FluxVariablesCache >
static Scalar singlePhaseTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const typename FVElementGeometry::SubControlVolumeFace &scvf, const ElementVolumeVariables &elemVolVars, const FluxVariablesCache &fluxVarsCache, const int phaseIdx)
 
static Scalar singlePhaseTransmissibility (const Scalar shapeFactor, const Scalar length, const Scalar area)
 Returns the conductivity of a throat when only one phase is present. See Patzek & Silin (2001) More...
 

Member Typedef Documentation

◆ SinglePhaseCache

template<class Scalar , bool considerPoreResistance = false, bool interpolateK = false>
using Dumux::PoreNetwork::TransmissibilityPatzekSilin< Scalar, considerPoreResistance, interpolateK >::SinglePhaseCache = EmptyCache

Member Function Documentation

◆ singlePhaseTransmissibility() [1/2]

template<class Scalar , bool considerPoreResistance = false, bool interpolateK = false>
template<class Problem , class Element , class FVElementGeometry , class ElementVolumeVariables , class FluxVariablesCache >
static Scalar Dumux::PoreNetwork::TransmissibilityPatzekSilin< Scalar, considerPoreResistance, interpolateK >::singlePhaseTransmissibility ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const typename FVElementGeometry::SubControlVolumeFace &  scvf,
const ElementVolumeVariables &  elemVolVars,
const FluxVariablesCache &  fluxVarsCache,
const int  phaseIdx 
)
inlinestatic

◆ singlePhaseTransmissibility() [2/2]

template<class Scalar , bool considerPoreResistance = false, bool interpolateK = false>
static Scalar Dumux::PoreNetwork::TransmissibilityPatzekSilin< Scalar, considerPoreResistance, interpolateK >::singlePhaseTransmissibility ( const Scalar  shapeFactor,
const Scalar  length,
const Scalar  area 
)
inlinestatic

Returns the conductivity of a throat when only one phase is present. See Patzek & Silin (2001)


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