Specialization of CCTpfaFacetCouplingDarcysLawImpl for dim<dimWorld.
More...
#include <dumux/multidomain/facet/cellcentered/tpfa/darcyslaw.hh>
template<class ScalarType, class GridGeometry>
class Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, true >
Specialization of CCTpfaFacetCouplingDarcysLawImpl for dim<dimWorld.
|
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) |
|
◆ Cache
template<class ScalarType , class GridGeometry >
state the type for the corresponding cache
◆ DiscretizationMethod
template<class ScalarType , class GridGeometry >
state the discretization method this implementation belongs to
◆ Scalar
template<class ScalarType , class GridGeometry >
state the scalar type of the law
◆ TijContainer
template<class ScalarType , class GridGeometry >
export the type used to store transmissibilities
◆ calculateTransmissibility() [1/2]
template<class ScalarType , class GridGeometry >
template<class Problem , class ElementVolumeVariables >
static TijContainer Dumux::CCTpfaFacetCouplingDarcysLawImpl< ScalarType, GridGeometry, true >::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, true >::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, 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.
◆ discMethod
template<class ScalarType , class GridGeometry >
The documentation for this class was generated from the following file: