template<class Traits, class Impl>
class Dumux::NavierStokesEnergyVolumeVariables< Traits, Impl >
The isothermal base class.
|
| 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.
|
| void | updateEffectiveThermalConductivity () |
| | The effective thermal conductivity is zero for isothermal models.
|
| Scalar | internalEnergy (const int phaseIdx=0) const |
| | Returns the total internal energy of a phase in the sub-control volume.
|
| Scalar | enthalpy (const int phaseIdx=0) const |
| | Returns the total enthalpy of a phase in the sub-control volume.
|
| Scalar | temperatureFluid (const int phaseIdx=0) const |
| | Returns the temperature of a fluid phase assuming thermal nonequilibrium the sub-control volume.
|
| Scalar | fluidThermalConductivity (const int phaseIdx=0) const |
| | Returns the thermal conductivity \(\mathrm{[W/(m*K)]}\) of a fluid phase in the sub-control volume.
|
| 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).
|
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 |
Returns the temperature at a given sub-control volume.
- 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 |