Element-wise calculation of the Navier-Stokes residual for single-phase flow.
More...
#include <dumux/freeflow/navierstokes/mass/1p/localresidual.hh>
template<class TypeTag>
class Dumux::NavierStokesMassOnePLocalResidual< TypeTag >
Element-wise calculation of the Navier-Stokes residual for single-phase flow.
|
NumEqVector | computeStorage (const Problem &problem, const SubControlVolume &scv, const VolumeVariables &volVars) const |
| Calculate the storage term of the equation. More...
|
|
NumEqVector | computeFlux (const Problem &problem, const Element &element, const FVElementGeometry &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvf, const ElementFluxVariablesCache &elemFluxVarsCache) const |
| Evaluatex the mass flux over a face of a sub control volume. More...
|
|
◆ computeFlux()
template<class TypeTag >
NumEqVector Dumux::NavierStokesMassOnePLocalResidual< TypeTag >::computeFlux |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const FVElementGeometry & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvf, |
|
|
const ElementFluxVariablesCache & |
elemFluxVarsCache |
|
) |
| const |
|
inline |
Evaluatex the mass flux over a face of a sub control volume.
- Parameters
-
problem | The problem |
element | The element |
fvGeometry | The finite volume geometry context |
elemVolVars | The volume variables for all flux stencil elements |
scvf | The sub control volume face to compute the flux on |
elemFluxVarsCache | The cache related to flux computation |
◆ computeStorage()
Calculate the storage term of the equation.
The documentation for this class was generated from the following file: