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::CCTpfaDarcysLaw< ScalarType, GridGeometry, false > Class Template Reference

Specialization of the CCTpfaDarcysLaw grids where dim=dimWorld. More...

#include <dumux/flux/cctpfa/darcyslaw.hh>

Description

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

Specialization of the CCTpfaDarcysLaw grids where dim=dimWorld.

Public Types

using Scalar = ScalarType
 state the scalar type of the law More...
 
using Cache = TpfaDarcysLawCache< ThisType, GridGeometry >
 state the type for the corresponding cache 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 Scalar calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf)
 

Static Public Attributes

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

Member Typedef Documentation

◆ Cache

template<class ScalarType , class GridGeometry >
using Dumux::CCTpfaDarcysLaw< ScalarType, GridGeometry, false >::Cache = TpfaDarcysLawCache<ThisType, GridGeometry>

state the type for the corresponding cache

◆ Scalar

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

state the scalar type of the law

Member Function Documentation

◆ calculateTransmissibility()

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

◆ flux()

template<class ScalarType , class GridGeometry >
template<class Problem , class ElementVolumeVariables , class ElementFluxVarsCache >
static Scalar Dumux::CCTpfaDarcysLaw< 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.

compute alpha := n^T*K*g

On interior faces we have to add K-weighted gravitational contributions

Member Data Documentation

◆ discMethod

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

state the discretization method this implementation belongs to


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