The flux variables class for the single-phase flow Navier-Stokes model.
#include <dumux/freeflow/navierstokes/mass/1p/fluxvariables.hh>
|
NumEqVector | advectiveFlux (int phaseIdx=0) const |
| Returns the advective mass flux in kg/s or the advective mole flux in mole/s. More...
|
|
NumEqVector | flux (int phaseIdx=0) const |
| Returns all fluxes for the single-phase flow, multi-component Navier-Stokes model: the advective mass flux in kg/s or the advective mole flux in mole/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 |
|
◆ addHeatFlux()
◆ advectiveFlux()
template<class Problem , class ModelTraits , class FluxTs , class ElementVolumeVariables , class ElementFluxVariablesCache , class
UpwindScheme = UpwindScheme<typename ProblemTraits<Problem>::GridGeometry>>
◆ element()
◆ elemFluxVarsCache()
const ElementFluxVariablesCache & Dumux::FluxVariablesBase< Problem, ProblemTraits< Problem >::GridGeometry::LocalView , ElementVolumeVariables, ElementFluxVariablesCache >::elemFluxVarsCache |
( |
| ) |
const |
|
inlineinherited |
◆ elemVolVars()
const ElementVolumeVariables & Dumux::FluxVariablesBase< Problem, ProblemTraits< Problem >::GridGeometry::LocalView , ElementVolumeVariables, ElementFluxVariablesCache >::elemVolVars |
( |
| ) |
const |
|
inlineinherited |
◆ flux()
template<class Problem , class ModelTraits , class FluxTs , class ElementVolumeVariables , class ElementFluxVariablesCache , class
UpwindScheme = UpwindScheme<typename ProblemTraits<Problem>::GridGeometry>>
◆ fvGeometry()
◆ getAdvectiveFlux()
◆ heatAdvectionFlux()
◆ heatConductionFlux()
◆ heatFlux()
◆ init()
void Dumux::FluxVariablesBase< Problem, ProblemTraits< Problem >::GridGeometry::LocalView , ElementVolumeVariables, ElementFluxVariablesCache >::init |
( |
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const ProblemTraits< Problem >::GridGeometry::LocalView & |
fvGeometry, |
|
|
const ElementVolumeVariables & |
elemVolVars, |
|
|
const SubControlVolumeFace & |
scvFace, |
|
|
const ElementFluxVariablesCache & |
elemFluxVarsCache |
|
) |
| |
|
inlineinherited |
◆ problem()
◆ scvFace()
const SubControlVolumeFace & Dumux::FluxVariablesBase< Problem, ProblemTraits< Problem >::GridGeometry::LocalView , ElementVolumeVariables, ElementFluxVariablesCache >::scvFace |
( |
| ) |
const |
|
inlineinherited |
The documentation for this class was generated from the following file: