3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Member Functions | List of all members
Dumux::NavierStokesMassOnePFluxVariables< Problem, ModelTraits, FluxTs, ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme > Class Template Reference

The flux variables class for the single-phase flow Navier-Stokes model. More...

#include <dumux/freeflow/navierstokes/mass/1p/fluxvariables.hh>

Inheritance diagram for Dumux::NavierStokesMassOnePFluxVariables< Problem, ModelTraits, FluxTs, ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme >:

Description

template<class Problem, class ModelTraits, class FluxTs, class ElementVolumeVariables, class ElementFluxVariablesCache, class UpwindScheme = UpwindScheme<typename ProblemTraits<Problem>::GridGeometry>>
class Dumux::NavierStokesMassOnePFluxVariables< Problem, ModelTraits, FluxTs, ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme >

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
 

Member Function Documentation

◆ addHeatFlux()

void Dumux::NavierStokesScalarConservationModelFluxVariables< Problem, ModelTraits, FluxTs , ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme< typename ProblemTraits< Problem >::GridGeometry > >::addHeatFlux ( NumEqVector flux) const
inlineinherited

Adds the energy flux to a given flux vector.

◆ advectiveFlux()

template<class Problem , class ModelTraits , class FluxTs , class ElementVolumeVariables , class ElementFluxVariablesCache , class UpwindScheme = UpwindScheme<typename ProblemTraits<Problem>::GridGeometry>>
NumEqVector Dumux::NavierStokesMassOnePFluxVariables< Problem, ModelTraits, FluxTs, ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme >::advectiveFlux ( int  phaseIdx = 0) const
inline

Returns the advective mass flux in kg/s.

◆ element()

const Element & Dumux::FluxVariablesBase< Problem, ProblemTraits< Problem >::GridGeometry::LocalView , ElementVolumeVariables, ElementFluxVariablesCache >::element ( ) const
inlineinherited

◆ 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>>
NumEqVector Dumux::NavierStokesMassOnePFluxVariables< Problem, ModelTraits, FluxTs, ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme >::flux ( int  phaseIdx = 0) const
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).

◆ fvGeometry()

const ProblemTraits< Problem >::GridGeometry::LocalView & Dumux::FluxVariablesBase< Problem, ProblemTraits< Problem >::GridGeometry::LocalView , ElementVolumeVariables, ElementFluxVariablesCache >::fvGeometry ( ) const
inlineinherited

◆ getAdvectiveFlux()

Scalar Dumux::NavierStokesScalarConservationModelFluxVariables< Problem, ModelTraits, FluxTs , ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme< typename ProblemTraits< Problem >::GridGeometry > >::getAdvectiveFlux ( const FunctionType &  upwindTerm) const
inlineinherited

Returns the advective flux computed by the respective law.

◆ heatAdvectionFlux()

Scalar Dumux::NavierStokesScalarConservationModelFluxVariables< Problem, ModelTraits, FluxTs , ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme< typename ProblemTraits< Problem >::GridGeometry > >::heatAdvectionFlux ( ) const
inlineinherited

Returns the advective energy flux.

◆ heatConductionFlux()

Scalar Dumux::NavierStokesScalarConservationModelFluxVariables< Problem, ModelTraits, FluxTs , ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme< typename ProblemTraits< Problem >::GridGeometry > >::heatConductionFlux ( ) const
inlineinherited

Returns the conductive energy flux computed by the respective law.

◆ heatFlux()

Scalar Dumux::NavierStokesScalarConservationModelFluxVariables< Problem, ModelTraits, FluxTs , ElementVolumeVariables, ElementFluxVariablesCache, UpwindScheme< typename ProblemTraits< Problem >::GridGeometry > >::heatFlux ( ) const
inlineinherited

Returns the total energy flux.

◆ 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

Initialize the flux variables storing some temporary pointers.

◆ problem()

const Problem & Dumux::FluxVariablesBase< Problem, ProblemTraits< Problem >::GridGeometry::LocalView , ElementVolumeVariables, ElementFluxVariablesCache >::problem ( ) const
inlineinherited

◆ 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: