3.6-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Public Member Functions | List of all members
Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits > Class Template Reference

Volume variables for the single-phase Navier-Stokes model. More...

#include <dumux/freeflow/navierstokes/momentum/diamond/volumevariables.hh>

Description

template<class Traits>
class Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >

Volume variables for the single-phase Navier-Stokes model.

Public Types

using PrimaryVariables = typename Traits::PrimaryVariables
 export the type used for the primary variables More...
 
using Indices = typename Traits::ModelTraits::Indices
 export the indices type More...
 

Public Member Functions

template<class ElementSolution , class Problem , class Element , class SubControlVolume >
void update (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv)
 Update all quantities for a given control volume. More...
 
Scalar extrusionFactor () const
 Return how much the sub-control volume is extruded. More...
 
PrimaryVariables velocity () const
 
Scalar velocity (const int dirIdx) const
 
Scalar priVar (const int pvIdx) const
 Return a component of primary variable vector. More...
 
const PrimaryVariablespriVars () const
 Return the primary variable vector. More...
 

Member Typedef Documentation

◆ Indices

template<class Traits >
using Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::Indices = typename Traits::ModelTraits::Indices

export the indices type

◆ PrimaryVariables

template<class Traits >
using Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::PrimaryVariables = typename Traits::PrimaryVariables

export the type used for the primary variables

Member Function Documentation

◆ extrusionFactor()

template<class Traits >
Scalar Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::extrusionFactor ( ) const
inline

Return how much the sub-control volume is extruded.

This means the factor by which a lower-dimensional (1D or 2D) entity needs to be expanded to get a full dimensional cell. The default is 1.0 which means that 1D problems are actually thought as pipes with a cross section of 1 m^2 and 2D problems are assumed to extend 1 m to the back.

◆ priVar()

template<class Traits >
Scalar Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::priVar ( const int  pvIdx) const
inline

Return a component of primary variable vector.

Parameters
pvIdxThe index of the primary variable of interest

◆ priVars()

template<class Traits >
const PrimaryVariables & Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::priVars ( ) const
inline

Return the primary variable vector.

◆ update()

template<class Traits >
template<class ElementSolution , class Problem , class Element , class SubControlVolume >
void Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::update ( const ElementSolution &  elemSol,
const Problem &  problem,
const Element &  element,
const SubControlVolume &  scv 
)
inline

Update all quantities for a given control volume.

Parameters
elemSolA vector containing all primary variables connected to the element
problemThe object specifying the problem which ought to be simulated
elementAn element which contains part of the control volume
scvThe sub-control volume

◆ velocity() [1/2]

template<class Traits >
PrimaryVariables Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::velocity ( ) const
inline

◆ velocity() [2/2]

template<class Traits >
Scalar Dumux::NavierStokesMomentumDiamondVolumeVariables< Traits >::velocity ( const int  dirIdx) const
inline

The documentation for this class was generated from the following file: