The mass conservation part of the nonequilibrium model for a model without chemical non-equilibrium. More...
#include <dumux/porousmediumflow/nonequilibrium/localresidual.hh>

The mass conservation part of the nonequilibrium model for a model without chemical non-equilibrium.
Public Member Functions | |
| NumEqVector | computeFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVariablesCache &elemFluxVarsCache) const |
| Calculates the source term of the equation. More... | |
| NumEqVector | computeSource (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolume &scv) const |
|
inline |
Calculates the source term of the equation.
| problem | The object specifying the problem which ought to be simulated |
| element | An element which contains part of the control volume |
| 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 compuation |
Add advective and diffusive phase energy fluxes
Add diffusive energy fluxes. For isothermal model the contribution is zero.
|
inline |