The flux variables class for the single-phase flow Navier-Stokes model. More...
#include <dumux/freeflow/navierstokes/mass/1p/fluxvariables.hh>
The flux variables class for the single-phase flow Navier-Stokes model.
Public Member Functions | |
NumEqVector | advectiveFlux (int phaseIdx=0) const |
Returns the advective mass flux in kg/s. More... | |
NumEqVector | flux (int phaseIdx=0) const |
Returns all fluxes for the single-phase flow Navier-Stokes model: the advective mass flux in kg/s and the energy flux in J/s (for nonisothermal models). More... | |
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... | |
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 |
|
inlineinherited |
Adds the energy flux to a given flux vector.
|
inline |
Returns the advective mass flux in kg/s.
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inline |
Returns all fluxes for the single-phase flow Navier-Stokes model: the advective mass flux in kg/s and the energy flux in J/s (for nonisothermal models).
|
inlineinherited |
|
inlineinherited |
Returns the advective flux computed by the respective law.
|
inlineinherited |
Returns the advective energy flux.
|
inlineinherited |
Returns the conductive energy flux computed by the respective law.
|
inlineinherited |
Returns the total energy flux.
|
inlineinherited |
Initialize the flux variables storing some temporary pointers.
|
inlineinherited |
|
inlineinherited |