Interface for components that have a liquid state.
#include <dumux/material/components/liquid.hh>
|
template<class C = Component> |
static constexpr bool | liquidIsCompressible () |
| Returns true if the liquid phase is assumed to be compressible. More...
|
|
template<class C = Component> |
static constexpr bool | liquidViscosityIsConstant () |
| Returns true if the liquid phase viscostiy is constant. More...
|
|
template<class C = Component> |
static Scalar | liquidDensity (Scalar temperature, Scalar pressure) |
| The density of the liquid component at a given pressure in and temperature in . More...
|
|
template<class C = Component> |
static Scalar | liquidMolarDensity (Scalar temperature, Scalar pressure) |
| The molar density of the liquid component at a given pressure in and temperature in . More...
|
|
template<class C = Component> |
static Scalar | liquidViscosity (Scalar temperature, Scalar pressure) |
| The dynamic liquid viscosity of the pure component. More...
|
|
template<class C = Component> |
static const Scalar | liquidEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of the pure component in liquid. More...
|
|
template<class C = Component> |
static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy of pure the pure component in liquid. More...
|
|
template<class C = Component> |
static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of the component as a liquid. More...
|
|
template<class C = Component> |
static Scalar | liquidHeatCapacity (Scalar temperature, Scalar pressure) |
| Specific isobaric heat capacity of the component as a liquid. More...
|
|
◆ liquidDensity()
template<class Scalar , class Component >
template<class C = Component>
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ liquidEnthalpy()
template<class Scalar , class Component >
template<class C = Component>
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ liquidHeatCapacity()
template<class Scalar , class Component >
template<class C = Component>
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ liquidInternalEnergy()
template<class Scalar , class Component >
template<class C = Component>
static const Scalar Dumux::Components::Liquid< Scalar, Component >::liquidInternalEnergy |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ liquidIsCompressible()
template<class Scalar , class Component >
template<class C = Component>
◆ liquidMolarDensity()
template<class Scalar , class Component >
template<class C = Component>
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ liquidThermalConductivity()
template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Liquid< Scalar, Component >::liquidThermalConductivity |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ liquidViscosity()
template<class Scalar , class Component >
template<class C = Component>
- Parameters
-
temperature | temperature of component in |
pressure | pressure of component in |
◆ liquidViscosityIsConstant()
template<class Scalar , class Component >
template<class C = Component>
The documentation for this class was generated from the following file: