version 3.8
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Dumux::Components::Liquid< Scalar, Component > Class Template Reference

Interface for components that have a liquid state.

#include <dumux/material/components/liquid.hh>

Inheritance diagram for Dumux::Components::Liquid< Scalar, Component >:

Static Public Member Functions

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 [kg/m3] of the liquid component at a given pressure in [Pa] and temperature in [K]. More...
 
template<class C = Component>
static Scalar liquidMolarDensity (Scalar temperature, Scalar pressure)
 The molar density [mole/m3] of the liquid component at a given pressure in [Pa] and temperature in [K]. More...
 
template<class C = Component>
static Scalar liquidViscosity (Scalar temperature, Scalar pressure)
 The dynamic liquid viscosity [Pas] of the pure component. More...
 
template<class C = Component>
static const Scalar liquidEnthalpy (Scalar temperature, Scalar pressure)
 Specific enthalpy [J/kg] of the pure component in liquid. More...
 
template<class C = Component>
static const Scalar liquidInternalEnergy (Scalar temperature, Scalar pressure)
 Specific internal energy [J/kg] of pure the pure component in liquid. More...
 
template<class C = Component>
static Scalar liquidThermalConductivity (Scalar temperature, Scalar pressure)
 Thermal conductivity of the component [W/(mK)] as a liquid. More...
 
template<class C = Component>
static Scalar liquidHeatCapacity (Scalar temperature, Scalar pressure)
 Specific isobaric heat capacity of the component [J/(kgK)] as a liquid. More...
 

Member Function Documentation

◆ liquidDensity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Liquid< Scalar, Component >::liquidDensity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic
Parameters
temperaturetemperature of component in [K]
pressurepressure of component in [Pa]

◆ liquidEnthalpy()

template<class Scalar , class Component >
template<class C = Component>
static const Scalar Dumux::Components::Liquid< Scalar, Component >::liquidEnthalpy ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic
Parameters
temperaturetemperature of component in [K]
pressurepressure of component in [Pa]

◆ liquidHeatCapacity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Liquid< Scalar, Component >::liquidHeatCapacity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic
Parameters
temperaturetemperature of component in [K]
pressurepressure of component in [Pa]

◆ 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
temperaturetemperature of component in [K]
pressurepressure of component in [Pa]

◆ liquidIsCompressible()

template<class Scalar , class Component >
template<class C = Component>
static constexpr bool Dumux::Components::Liquid< Scalar, Component >::liquidIsCompressible ( )
inlinestaticconstexpr

◆ liquidMolarDensity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Liquid< Scalar, Component >::liquidMolarDensity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic
Parameters
temperaturetemperature of component in [K]
pressurepressure of component in [Pa]

◆ liquidThermalConductivity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Liquid< Scalar, Component >::liquidThermalConductivity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic
Parameters
temperaturetemperature of component in [K]
pressurepressure of component in [Pa]

◆ liquidViscosity()

template<class Scalar , class Component >
template<class C = Component>
static Scalar Dumux::Components::Liquid< Scalar, Component >::liquidViscosity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic
Parameters
temperaturetemperature of component in [K]
pressurepressure of component in [Pa]

◆ liquidViscosityIsConstant()

template<class Scalar , class Component >
template<class C = Component>
static constexpr bool Dumux::Components::Liquid< Scalar, Component >::liquidViscosityIsConstant ( )
inlinestaticconstexpr

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