3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | Static Public Attributes | List of all members
Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true > Class Template Reference

Specialization of the FacetCouplingTpfaDarcysLawCache for network grids. More...

#include <dumux/multidomain/facet/cellcentered/tpfa/darcyslaw.hh>

Description

template<class AdvectionType, class GridGeometry>
class Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >

Specialization of the FacetCouplingTpfaDarcysLawCache for network grids.

Public Types

using Filler = TpfaDarcysLawCacheFiller< GridGeometry >
 export the corresponding filler class More...
 
using AdvectionTransmissibilityContainer = std::array< Scalar, 2 >
 Export transmissibility storage type. More...
 

Public Member Functions

template<class Problem , class ElementVolumeVariables >
void updateAdvection (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf)
 update subject to a given problem More...
 
Scalar advectionTij () const
 
Scalar advectionTijInside () const
 returns the transmissibility associated with the inside cell More...
 
Scalar advectionTijFacet () const
 returns the transmissibility associated with the outside cell More...
 

Static Public Attributes

static constexpr int insideTijIdx = 0
 
static constexpr int facetTijIdx = 1
 

Member Typedef Documentation

◆ AdvectionTransmissibilityContainer

template<class AdvectionType , class GridGeometry >
using Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::AdvectionTransmissibilityContainer = std::array<Scalar, 2>

Export transmissibility storage type.

◆ Filler

template<class AdvectionType , class GridGeometry >
using Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::Filler = TpfaDarcysLawCacheFiller<GridGeometry>

export the corresponding filler class

Member Function Documentation

◆ advectionTij()

template<class AdvectionType , class GridGeometry >
Scalar Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::advectionTij ( ) const
inline

We use the same name as in the TpfaDarcysLawCache so that this cache and the law implementation for non-coupled models can be reused here on facets that do not lie on an interior boundary, i.e. do not coincide with a facet element

◆ advectionTijFacet()

template<class AdvectionType , class GridGeometry >
Scalar Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::advectionTijFacet ( ) const
inline

returns the transmissibility associated with the outside cell

◆ advectionTijInside()

template<class AdvectionType , class GridGeometry >
Scalar Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::advectionTijInside ( ) const
inline

returns the transmissibility associated with the inside cell

◆ updateAdvection()

template<class AdvectionType , class GridGeometry >
template<class Problem , class ElementVolumeVariables >
void Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::updateAdvection ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf 
)
inline

update subject to a given problem

Member Data Documentation

◆ facetTijIdx

template<class AdvectionType , class GridGeometry >
constexpr int Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::facetTijIdx = 1
staticconstexpr

◆ insideTijIdx

template<class AdvectionType , class GridGeometry >
constexpr int Dumux::CCTpfaFacetCouplingDarcysLawCache< AdvectionType, GridGeometry, true >::insideTijIdx = 0
staticconstexpr

we store the transmissibilities associated with the interior cell and the fracture facet in an array. Access to this array should be done using the following indices:


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