The upwind scheme used for the advective fluxes. This is a modified scheme for models involving coupling with a lower-dimensional domain across the element facets.
#include <dumux/multidomain/facet/cellcentered/upwindscheme.hh>
|
template<class FluxVariables , class UpwindTermFunction , class Scalar , int d = dim, int dw = dimWorld> |
static std::enable_if<(d< dw), Scalar >::type | apply (const FluxVariables &fluxVars, const UpwindTermFunction &upwindTerm, Scalar flux, int phaseIdx) |
|
template<class FluxVariables , class UpwindTermFunction , class Scalar , int d = dim, int dw = dimWorld> |
static std::enable_if<(d==dw), Scalar >::type | apply (const FluxVariables &fluxVars, const UpwindTermFunction &upwindTerm, Scalar flux, int phaseIdx) |
|
◆ apply() [1/2]
template<class GridGeometry >
template<class FluxVariables , class UpwindTermFunction , class Scalar , int d = dim, int dw = dimWorld>
static std::enable_if<(d< dw), Scalar >::type Dumux::CCFacetCouplingUpwindScheme< GridGeometry >::apply |
( |
const FluxVariables & |
fluxVars, |
|
|
const UpwindTermFunction & |
upwindTerm, |
|
|
Scalar |
flux, |
|
|
int |
phaseIdx |
|
) |
| |
|
inlinestatic |
◆ apply() [2/2]
template<class GridGeometry >
template<class FluxVariables , class UpwindTermFunction , class Scalar , int d = dim, int dw = dimWorld>
static std::enable_if<(d==dw), Scalar >::type Dumux::CCFacetCouplingUpwindScheme< GridGeometry >::apply |
( |
const FluxVariables & |
fluxVars, |
|
|
const UpwindTermFunction & |
upwindTerm, |
|
|
Scalar |
flux, |
|
|
int |
phaseIdx |
|
) |
| |
|
inlinestatic |
The documentation for this class was generated from the following file: