The isothermal base class.
#include <dumux/freeflow/navierstokes/energy/volumevariables.hh>
|
template<class ElementSolution , class Problem , class Element , class SubControlVolume > |
Scalar | getTemperature (const ElementSolution &elemSol, const Problem &problem, const Element &element, const SubControlVolume &scv) const |
| Returns the temperature at a given sub-control volume. More...
|
|
void | updateEffectiveThermalConductivity () |
| The effective thermal conductivity is zero for isothermal models. More...
|
|
Scalar | internalEnergy (const int phaseIdx=0) const |
| Returns the total internal energy of a phase in the sub-control volume. More...
|
|
Scalar | enthalpy (const int phaseIdx=0) const |
| Returns the total enthalpy of a phase in the sub-control volume. More...
|
|
Scalar | temperatureFluid (const int phaseIdx=0) const |
| Returns the temperature of a fluid phase assuming thermal nonequilibrium the sub-control volume. More...
|
|
Scalar | fluidThermalConductivity (const int phaseIdx=0) const |
| Returns the thermal conductivity \(\mathrm{[W/(m*K)]}\) of a fluid phase in the sub-control volume. More...
|
|
Scalar | effectiveThermalConductivity (const int phaseIdx=0) const |
| Returns the effective thermal conductivity \(\mathrm{[W/(m*K)]}\) in the sub-control volume. Specific to equilibirum models (case fullThermalEquilibrium). More...
|
|
|
template<class ParameterCache > |
static Scalar | enthalpy (const FluidState &fluidState, const ParameterCache ¶mCache) |
|
◆ FluidState
template<class Traits , class Impl >
◆ FluidSystem
template<class Traits , class Impl >
◆ HeatConductionType
template<class Traits , class Impl >
◆ asImp_() [1/2]
template<class Traits , class Impl >
◆ asImp_() [2/2]
template<class Traits , class Impl >
◆ effectiveThermalConductivity()
template<class Traits , class Impl >
◆ enthalpy() [1/2]
template<class Traits , class Impl >
template<class ParameterCache >
The phase enthalpy is zero for isothermal models This is needed for completing the fluid state
◆ enthalpy() [2/2]
template<class Traits , class Impl >
◆ fluidThermalConductivity()
template<class Traits , class Impl >
◆ getTemperature()
template<class Traits , class Impl >
template<class ElementSolution , class Problem , class Element , class SubControlVolume >
Scalar Dumux::NavierStokesEnergyVolumeVariables< Traits, Impl >::getTemperature |
( |
const ElementSolution & |
elemSol, |
|
|
const Problem & |
problem, |
|
|
const Element & |
element, |
|
|
const SubControlVolume & |
scv |
|
) |
| const |
|
inline |
- Parameters
-
elemSol | A vector containing all primary variables connected to the element |
problem | The object specifying the problem which ought to be simulated |
element | An element which contains part of the control volume |
scv | The sub-control volume |
◆ internalEnergy()
template<class Traits , class Impl >
◆ temperatureFluid()
template<class Traits , class Impl >
- Parameters
-
phaseIdx | The local index of the phases |
◆ updateEffectiveThermalConductivity()
template<class Traits , class Impl >
◆ lambdaEff_
template<class Traits , class Impl >
The documentation for this class was generated from the following file: