The flux variables base class for scalar quantities balanced in the Navier-Stokes model. More...
#include <dumux/freeflow/navierstokes/scalarfluxvariables.hh>
The flux variables base class for scalar quantities balanced in the Navier-Stokes model.
Classes | |
| struct | AdvectionType |
Public Member Functions | |
| template<typename FunctionType > | |
| Scalar | getAdvectiveFlux (const FunctionType &upwindTerm) const |
| Returns the advective flux computed by the respective law. More... | |
| Scalar | heatConductionFlux () const |
| Returns the conductive energy flux computed by the respective law. More... | |
| Scalar | heatAdvectionFlux () const |
| Returns the advective energy flux. More... | |
| Scalar | heatFlux () const |
| Returns the total energy flux. More... | |
| template<class NumEqVector > | |
| void | addHeatFlux (NumEqVector &flux) const |
| Adds the energy flux to a given flux vector. More... | |
| void | init (const Problem &problem, const Element &element, const ProblemTraits< Problem >::GridGeometry::LocalView &fvGeometry, const ElementVolumeVariables &elemVolVars, const SubControlVolumeFace &scvFace, const ElementFluxVariablesCache &elemFluxVarsCache) |
| Initialize the flux variables storing some temporary pointers. More... | |
| const Problem & | problem () const |
| const Element & | element () const |
| const SubControlVolumeFace & | scvFace () const |
| const ProblemTraits< Problem >::GridGeometry::LocalView & | fvGeometry () const |
| const ElementVolumeVariables & | elemVolVars () const |
| const ElementFluxVariablesCache & | elemFluxVarsCache () const |
|
inline |
Adds the energy flux to a given flux vector.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Returns the advective flux computed by the respective law.
|
inline |
Returns the advective energy flux.
|
inline |
Returns the conductive energy flux computed by the respective law.
|
inline |
Returns the total energy flux.
|
inlineinherited |
Initialize the flux variables storing some temporary pointers.
|
inlineinherited |
|
inlineinherited |