Ewoms::TemperatureCallback< TypeTag > Class Template Reference

Callback class for temperature. More...

#include <quantitycallbacks.hh>

Public Member Functions

 TemperatureCallback (const ElementContext &elemCtx)
 
ResultType operator() (int dofIdx) const
 Return the temperature given the index of a degree of freedom within an element context. More...
 

Public Attributes

decltype(Ewoms::declval
< IQFluidState >().temperature(0))
typedef 
ResultType
 

Detailed Description

template<class TypeTag>
class Ewoms::TemperatureCallback< TypeTag >

Callback class for temperature.

Constructor & Destructor Documentation

template<class TypeTag>
Ewoms::TemperatureCallback< TypeTag >::TemperatureCallback ( const ElementContext &  elemCtx)
inline

Member Function Documentation

template<class TypeTag>
ResultType Ewoms::TemperatureCallback< TypeTag >::operator() ( int  dofIdx) const
inline

Return the temperature given the index of a degree of freedom within an element context.

In this context, we assume that thermal equilibrium applies, i.e. that the temperature of all phases is equal.

Member Data Documentation

template<class TypeTag>
decltype(Ewoms::declval<IQFluidState>().temperature(0)) typedef Ewoms::TemperatureCallback< TypeTag >::ResultType

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