Ficks's law for the box scheme in the context of coupled models where coupling occurs across the facets of the bulk domain elements with a lower-dimensional domain living on these facets.
#include <dumux/multidomain/facet/box/fickslaw.hh>
|
template<class Problem , class ElementVolumeVariables , class ElementFluxVarsCache > |
static ComponentFluxVector | flux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const int phaseIdx, const ElementFluxVarsCache &elemFluxVarCache) |
|
template<class Problem , class ElementVolumeVariables , class FluxVarCache > |
static std::vector< Scalar > | calculateTransmissibilities (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const FluxVarCache &fluxVarCache, unsigned int phaseIdx) |
|
◆ calculateTransmissibilities()
template<class Problem , class ElementVolumeVariables , class FluxVarCache >
static std::vector< Scalar > Dumux::BoxFacetCouplingFicksLaw< TypeTag, referenceSystem >::calculateTransmissibilities |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf, |
|
|
const FluxVarCache & |
fluxVarCache, |
|
|
unsigned int |
phaseIdx |
|
) |
| |
|
inlinestatic |
◆ flux()
template<class Problem , class ElementVolumeVariables , class ElementFluxVarsCache >
static ComponentFluxVector Dumux::BoxFacetCouplingFicksLaw< TypeTag, referenceSystem >::flux |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf, |
|
|
const int |
phaseIdx, |
|
|
const ElementFluxVarsCache & |
elemFluxVarCache |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: