The isothermal base class.
#include <dumux/porousmediumflow/nonisothermal/volumevariables.hh>
|
| using | FluidState = typename IsothermalTraits::FluidState |
| |
| using | SolidState = typename IsothermalTraits::SolidState |
| |
| using | FluidSystem = typename IsothermalTraits::FluidSystem |
| |
|
| template<class ElemSol, class Problem, class Element, class Scv> |
| void | updateTemperature (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv, FluidState &fluidState, SolidState &solidState) |
| | The temperature is obtained from the problem as a constant for isothermal models.
|
| |
| template<class ElemSol, class Problem, class Element, class Scv> |
| void | updateSolidEnergyParams (const ElemSol &elemSol, const Problem &problem, const Element &element, const Scv &scv, SolidState &solidState) |
| |
| void | updateEffectiveThermalConductivity () |
| | The effective thermal conductivity is zero for isothermal models.
|
| |
|
| template<class FluidState, class ParameterCache> |
| static Scalar | enthalpy (const FluidState &fluidState, const ParameterCache ¶mCache, const int phaseIdx) |
| |
◆ FluidState
template<class IsothermalTraits, class Impl>
◆ FluidSystem
template<class IsothermalTraits, class Impl>
◆ SolidState
template<class IsothermalTraits, class Impl>
◆ enthalpy()
template<class IsothermalTraits, class Impl>
The phase enthalpy is zero for isothermal models This is needed for completing the fluid state
◆ updateEffectiveThermalConductivity()
template<class IsothermalTraits, class Impl>
◆ updateSolidEnergyParams()
template<class IsothermalTraits, class Impl>
template<class ElemSol, class Problem, class Element, class Scv>
◆ updateTemperature()
template<class IsothermalTraits, class Impl>
template<class ElemSol, class Problem, class Element, class Scv>
The documentation for this class was generated from the following file: