Specialization of the CCTpfaDarcysLaw grids where dim < dimWorld (network/surface grids).
More...
#include <dumux/flux/cctpfa/darcyslaw.hh>
template<class ScalarType, class
GridGeometry>
class Dumux::CCTpfaDarcysLaw< ScalarType, GridGeometry, true >
Specialization of the CCTpfaDarcysLaw grids where dim < dimWorld (network/surface grids).
|
| 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.
|
| template<class Problem, class ElementVolumeVariables> |
| static Scalar | calculateTransmissibility (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf) |
◆ Cache
state the type for the corresponding cache
◆ Scalar
state the scalar type of the law
◆ calculateTransmissibility()
template<class Problem, class ElementVolumeVariables>
| Scalar Dumux::CCTpfaDarcysLaw< ScalarType, GridGeometry, true >::calculateTransmissibility |
( |
const Problem & | problem, |
|
|
const Element & | element, |
|
|
const FVElementGeometry & | fvGeometry, |
|
|
const ElementVolumeVariables & | elemVolVars, |
|
|
const SubControlVolumeFace & | scvf ) |
|
inlinestatic |
◆ flux()
template<class Problem, class ElementVolumeVariables, class ElementFluxVarsCache>
| Scalar Dumux::CCTpfaDarcysLaw< ScalarType, GridGeometry, true >::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.
precompute alpha := n^T*K*g
On interior faces with one neighbor we have to add K-weighted gravitational contributions
◆ discMethod
state the discretization method this implementation belongs to
The documentation for this class was generated from the following file: