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

Volume variables for isothermal free-flow models. More...

#include <dumux/freeflow/volumevariables.hh>

Inheritance diagram for Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >:
Inheritance graph

Description

template<class Traits, class Impl>
class Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >

Volume variables for isothermal free-flow models.

Public Types

using PrimaryVariables = typename Traits::PrimaryVariables
 export the type used for the primary variables More...
 
using Indices = typename Traits::ModelTraits::Indices
 export the type encapsulating primary variable indices 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...
 
Scalar priVar (const int pvIdx) const
 Return a component of primary variable vector. More...
 

Static Public Member Functions

static constexpr int numFluidPhases ()
 return number of phases considered by the model More...
 
static constexpr int numFluidComponents ()
 return number of components considered by the model More...
 
template<class ElementSolution , class Problem , class Element , class SubControlVolume >
static Scalar temperature (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv)
 The temperature is obtained from the problem as a constant for isothermal models. More...
 
template<class FluidState , class ParameterCache >
static Scalar enthalpy (const FluidState &fluidState, const ParameterCache &paramCache)
 

Protected Member Functions

const Impl & asImp_ () const
 
Impl & asImp_ ()
 

Protected Attributes

PrimaryVariables priVars_
 
Scalar extrusionFactor_
 

Member Typedef Documentation

◆ Indices

template<class Traits , class Impl >
using Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::Indices = typename Traits::ModelTraits::Indices

export the type encapsulating primary variable indices

◆ PrimaryVariables

template<class Traits , class Impl >
using Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::PrimaryVariables = typename Traits::PrimaryVariables

export the type used for the primary variables

Member Function Documentation

◆ asImp_() [1/2]

template<class Traits , class Impl >
Impl & Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::asImp_ ( )
inlineprotected

◆ asImp_() [2/2]

template<class Traits , class Impl >
const Impl & Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::asImp_ ( ) const
inlineprotected

◆ enthalpy()

template<class Traits , class Impl >
template<class FluidState , class ParameterCache >
static Scalar Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::enthalpy ( const FluidState &  fluidState,
const ParameterCache &  paramCache 
)
inlinestatic

The phase enthalpy is zero for isothermal models This is needed for completing the fluid state

◆ extrusionFactor()

template<class Traits , class Impl >
Scalar Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::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.

◆ numFluidComponents()

template<class Traits , class Impl >
static constexpr int Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::numFluidComponents ( )
inlinestaticconstexpr

return number of components considered by the model

◆ numFluidPhases()

template<class Traits , class Impl >
static constexpr int Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::numFluidPhases ( )
inlinestaticconstexpr

return number of phases considered by the model

◆ priVar()

template<class Traits , class Impl >
Scalar Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::priVar ( const int  pvIdx) const
inline

Return a component of primary variable vector.

Parameters
pvIdxThe index of the primary variable of interest

◆ temperature()

template<class Traits , class Impl >
template<class ElementSolution , class Problem , class Element , class SubControlVolume >
static Scalar Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::temperature ( const ElementSolution &  elemSol,
const Problem &  problem,
const Element &  element,
const SubControlVolume &  scv 
)
inlinestatic

The temperature is obtained from the problem as a constant for isothermal models.

◆ update()

template<class Traits , class Impl >
template<class ElementSolution , class Problem , class Element , class SubControlVolume >
void Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::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

Member Data Documentation

◆ extrusionFactor_

template<class Traits , class Impl >
Scalar Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::extrusionFactor_
protected

◆ priVars_

template<class Traits , class Impl >
PrimaryVariables Dumux::FreeFlowVolumeVariablesImplementation< Traits, Impl, false >::priVars_
protected

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