MpNc specific details needed to approximately calculate the local defect in the fully implicit scheme.
More...
#include <dumux/porousmediumflow/mpnc/localresidual.hh>
template<class TypeTag>
class Dumux::MPNCLocalResidual< TypeTag >
This class is used to fill the gaps in ImplicitLocalResidual for the MpNc flow.
|
ElementResidualVector | evalFluxAndSource (const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const ElementFluxVariablesCache &elemFluxVarsCache, const ElementBoundaryTypes &bcTypes) const |
|
NumEqVector | computeStorage (const Problem &problem, const SubControlVolume &scv, const VolumeVariables &volVars) const |
| Evaluates the amount of all conservation quantities (e.g. phase mass) within a sub-control volume. More...
|
|
NumEqVector | computeFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVariablesCache &elemFluxVarsCache) const |
| Evaluates the total flux of all conservation quantities over a face of a sub-control volume. More...
|
|
|
Implementation * | asImp_ () |
|
const Implementation * | asImp_ () const |
|
◆ asImp_() [1/2]
◆ asImp_() [2/2]
◆ computeFlux()
template<class TypeTag >
NumEqVector Dumux::CompositionalLocalResidual< TypeTag >::computeFlux |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf, |
|
|
const ElementFluxVariablesCache & |
elemFluxVarsCache |
|
) |
| const |
|
inlineinherited |
- Parameters
-
problem | The problem |
element | The current element. |
fvGeometry | The finite-volume geometry |
elemVolVars | The volume variables of the current element |
scvf | The sub control volume face to compute the flux on |
elemFluxVarsCache | The cache related to flux computation |
Add advective phase energy fluxes. For isothermal model the contribution is zero.
Add diffusive and dispersive energy fluxes. For isothermal model the contribution is zero.
◆ computeStorage()
template<class TypeTag >
NumEqVector Dumux::CompositionalLocalResidual< TypeTag >::computeStorage |
( |
const Problem & |
problem, |
|
|
const SubControlVolume & |
scv, |
|
|
const VolumeVariables & |
volVars |
|
) |
| const |
|
inlineinherited |
The result should be averaged over the volume (e.g. phase mass inside a sub control volume divided by the volume)
- Parameters
-
problem | The problem |
scv | The sub control volume |
volVars | The current or previous volVars |
The energy storage in the fluid phase with index phaseIdx
The energy storage in the solid matrix
◆ evalFluxAndSource()
template<class TypeTag >
ElementResidualVector Dumux::MPNCLocalResidual< TypeTag >::evalFluxAndSource |
( |
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const ElementFluxVariablesCache & |
elemFluxVarsCache, |
|
|
const ElementBoundaryTypes & |
bcTypes |
|
) |
| const |
|
inline |
The documentation for this class was generated from the following file: