Element-wise calculation of the Jacobian matrix for problems using the three-phase three-component fully implicit model.
More...
#include <dumux/porousmediumflow/3p3c/localresidual.hh>
template<class TypeTag>
class Dumux::ThreePThreeCLocalResidual< TypeTag >
Element-wise calculation of the Jacobian matrix for problems using the three-phase three-component fully implicit model.
|
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...
|
|
◆ computeFlux()
template<class TypeTag >
NumEqVector Dumux::ThreePThreeCLocalResidual< TypeTag >::computeFlux |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf, |
|
|
const ElementFluxVariablesCache & |
elemFluxVarsCache |
|
) |
| const |
|
inline |
Evaluates the total flux of all conservation quantities over a face of a sub-control volume.
- Parameters
-
problem | The problem |
element | The element |
fvGeometry | The finite volume element geometry |
elemVolVars | The element volume variables |
scvf | The sub control volume face |
elemFluxVarsCache | The element flux variables cache |
◆ computeStorage()
template<class TypeTag >
NumEqVector Dumux::ThreePThreeCLocalResidual< TypeTag >::computeStorage |
( |
const Problem & |
problem, |
|
|
const SubControlVolume & |
scv, |
|
|
const VolumeVariables & |
volVars |
|
) |
| const |
|
inline |
Evaluates the amount of all conservation quantities (e.g. phase mass) within a sub-control volume.
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 volume variables |
The documentation for this class was generated from the following file: