44 template <
class Scalar>
88 template <
class Evaluation>
113 template <
class Evaluation>
120 template <
class Evaluation>
127 template <
class Evaluation>
128 static Evaluation
gasDensity(
const Evaluation& ,
const Evaluation& )
134 template <
class Evaluation>
142 template <
class Evaluation>
143 static Evaluation
gasEnthalpy(
const Evaluation& ,
const Evaluation& )
149 template <
class Evaluation>
156 template <
class Evaluation>
163 template <
class Evaluation>
170 template <
class Evaluation>
177 template <
class Evaluation>
184 template <
class Evaluation>
191 template <
class Evaluation>
Abstract base class of a pure chemical species.
Abstract base class of a pure chemical species.
Definition: Component.hpp:42
A component where all quantities are fixed at 1.0.
Definition: Unit.hpp:46
static Evaluation gasThermalConductivity(const Evaluation &, const Evaluation &)
Thermal conductivity of the component [W/(m^2 K/m)] as a gas.
Definition: Unit.hpp:171
static const char * name()
A human readable name for the component.
Definition: Unit.hpp:52
static Scalar triplePressure()
Returns the pressure in at the component's triple point.
Definition: Unit.hpp:82
static Evaluation gasHeatCapacity(const Evaluation &, const Evaluation &)
Specific isobaric heat capacity of the component [J/kg] as a gas.
Definition: Unit.hpp:185
static Evaluation liquidViscosity(const Evaluation &, const Evaluation &)
The dynamic liquid viscosity of the pure component.
Definition: Unit.hpp:121
static Evaluation gasEnthalpy(const Evaluation &, const Evaluation &)
Specific enthalpy of the pure component in gas.
Definition: Unit.hpp:143
static bool gasIsCompressible()
Returns true iff the gas phase is assumed to be compressible.
Definition: Unit.hpp:101
static Scalar tripleTemperature()
Returns the temperature in at the component's triple point.
Definition: Unit.hpp:76
static Evaluation liquidInternalEnergy(const Evaluation &, const Evaluation &)
Specific internal energy of pure the pure component in liquid.
Definition: Unit.hpp:164
static Evaluation gasInternalEnergy(const Evaluation &, const Evaluation &)
Specific internal energy of the pure component in gas.
Definition: Unit.hpp:157
static Scalar molarMass()
The molar mass in of the component.
Definition: Unit.hpp:58
static Evaluation liquidDensity(const Evaluation &, const Evaluation &)
The density of the liquid component at a given pressure in and temperature in .
Definition: Unit.hpp:114
static Evaluation gasDensity(const Evaluation &, const Evaluation &)
The density in of the component at a given pressure in and temperature in .
Definition: Unit.hpp:128
static bool gasIsIdeal()
Returns true iff the gas phase is assumed to be ideal.
Definition: Unit.hpp:107
static Scalar criticalTemperature()
Returns the critical temperature in of the component.
Definition: Unit.hpp:64
static Evaluation liquidHeatCapacity(const Evaluation &, const Evaluation &)
Specific isobaric heat capacity of the component [J/kg] as a liquid.
Definition: Unit.hpp:192
static Evaluation gasViscosity(const Evaluation &, const Evaluation &)
The dynamic viscosity of the pure component at a given pressure in and temperature in .
Definition: Unit.hpp:135
static Evaluation vaporPressure(const Evaluation &)
The vapor pressure in of the component at a given temperature in .
Definition: Unit.hpp:89
static Scalar criticalPressure()
Returns the critical pressure in of the component.
Definition: Unit.hpp:70
static Evaluation liquidEnthalpy(const Evaluation &, const Evaluation &)
Specific enthalpy of the pure component in liquid.
Definition: Unit.hpp:150
static bool liquidIsCompressible()
Returns true iff the liquid phase is assumed to be compressible.
Definition: Unit.hpp:95
static Evaluation liquidThermalConductivity(const Evaluation &, const Evaluation &)
Thermal conductivity of the component [W/(m^2 K/m)] as a liquid.
Definition: Unit.hpp:178