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

Specialization of CCTpfaFacetCouplingDarcysLawImpl for dim=dimWorld. More...

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

Description

template<class ScalarType, class GridGeometry>
class Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >

Specialization of CCTpfaFacetCouplingDarcysLawImpl for dim=dimWorld.

Public Types

using Scalar = ScalarType
 state the scalar type of the law More...
 
using Cache = CCTpfaFacetCouplingDarcysLawCache< ThisType, GridGeometry, false >
 export the type for the corresponding cache More...
 
using TijContainer = typename Cache::AdvectionTransmissibilityContainer
 export the type used to store transmissibilities More...
 

Static Public Member Functions

template<class Problem , class ElementVolumeVariables , class ElementFluxVarsCache >
static Scalar flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, int phaseIdx, const ElementFluxVarsCache &elemFluxVarsCache)
 Compute the advective flux. More...
 
template<class Problem , class ElementVolumeVariables >
static TijContainer calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf)
 
template<class Problem , class ElementVolumeVariables >
static TijContainer calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, typename Cache::GravityCoefficients &g)
 

Static Public Attributes

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

Member Typedef Documentation

◆ Cache

template<class ScalarType , class GridGeometry >
using Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >::Cache = CCTpfaFacetCouplingDarcysLawCache<ThisType, GridGeometry, false>

export the type for the corresponding cache

◆ Scalar

template<class ScalarType , class GridGeometry >
using Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >::Scalar = ScalarType

state the scalar type of the law

◆ TijContainer

template<class ScalarType , class GridGeometry >
using Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >::TijContainer = typename Cache::AdvectionTransmissibilityContainer

export the type used to store transmissibilities

Member Function Documentation

◆ calculateTransmissibility() [1/2]

template<class ScalarType , class GridGeometry >
template<class Problem , class ElementVolumeVariables >
static TijContainer Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >::calculateTransmissibility ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf 
)
inlinestatic

◆ calculateTransmissibility() [2/2]

template<class ScalarType , class GridGeometry >
template<class Problem , class ElementVolumeVariables >
static TijContainer Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >::calculateTransmissibility ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
typename Cache::GravityCoefficients &  g 
)
inlinestatic

use the standard darcy's law and only compute one transmissibility

xi factor for the coupling conditions

◆ flux()

template<class ScalarType , class GridGeometry >
template<class Problem , class ElementVolumeVariables , class ElementFluxVarsCache >
static Scalar Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >::flux ( const Problem &  problem,
const Element &  element,
const FVElementGeometry &  fvGeometry,
const ElementVolumeVariables &  elemVolVars,
const SubControlVolumeFace &  scvf,
int  phaseIdx,
const ElementFluxVarsCache &  elemFluxVarsCache 
)
inlinestatic

Compute the advective flux.

Member Data Documentation

◆ discMethod

template<class ScalarType , class GridGeometry >
const DiscretizationMethod Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, false >::discMethod = DiscretizationMethod::cctpfa
static

export the discretization method this implementation belongs to


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