Properties of xylene. More...
#include <dumux/material/components/xylene.hh>
| Scalar | The type used for scalar values | 
| Public Types | |
| using | Scalar | 
| export the scalar type used by the component | |
| Static Public Member Functions | |
| static std::string | name () | 
| A human readable name for the xylene. | |
| static constexpr Scalar | molarMass () | 
| The molar mass in \(\mathrm{[kg/mol]}\) of xylene. | |
| static constexpr Scalar | criticalTemperature () | 
| Returns the critical temperature \(\mathrm{[K]}\) of xylene. | |
| static constexpr Scalar | criticalPressure () | 
| Returns the critical pressure \(\mathrm{[Pa]}\) of xylene. | |
| static constexpr Scalar | boilingTemperature () | 
| Returns the temperature \(\mathrm{[K]}\) at xylene's boiling point (1 atm). | |
| static Scalar | tripleTemperature () | 
| Returns the temperature \(\mathrm{[K]}\) at xylene's triple point. | |
| static Scalar | triplePressure () | 
| Returns the pressure \(\mathrm{[Pa]}\) at xylene's triple point. | |
| static Scalar | vaporPressure (Scalar temperature) | 
| The saturation vapor pressure in \(\mathrm{[Pa]}\) of pure xylene at a given temperature according to Antoine after Betz 1997 -> Gmehling et al 1980 [gmehling1980] | |
| static Scalar | liquidHeatCapacity (Scalar temp, Scalar pressure) | 
| Specific heat cap of liquid xylene \(\mathrm{[J/kg]}\). | |
| static Scalar | liquidEnthalpy (const Scalar temperature, const Scalar pressure) | 
| Specific enthalpy of liquid xylene \(\mathrm{[J/kg]}\). | |
| static Scalar | heatVap (Scalar temperature, const Scalar pressure) | 
| Latent heat of vaporization for xylene \(\mathrm{[J/kg]}\). | |
| static Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) | 
| Specific enthalpy of xylene vapor \(\mathrm{[J/kg]}\). | |
| static Scalar | gasDensity (Scalar temperature, Scalar pressure) | 
| The density \(\mathrm{[kg/m^3]}\) of xylene gas at a given pressure and temperature. | |
| static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) | 
| The molar gas density \(\mathrm{[mol/m^3]}\) of xylene gas at a given pressure and temperature. | |
| static Scalar | liquidMolarDensity (Scalar temp, Scalar pressure) | 
| The molar liquid density of pure xylene at a given pressure and temperature \(\mathrm{[mol/m^3]}\). | |
| static Scalar | liquidDensity (Scalar temperature, Scalar pressure) | 
| The density of pure xylene at a given pressure and temperature \(\mathrm{[kg/m^3]}\). | |
| static constexpr bool | gasIsCompressible () | 
| Returns true if the gas phase is assumed to be compressible. | |
| static constexpr bool | gasIsIdeal () | 
| Returns true if the gas phase is assumed to be ideal. | |
| static constexpr bool | liquidIsCompressible () | 
| Returns true if the liquid phase is assumed to be compressible. | |
| static Scalar | gasViscosity (Scalar temp, Scalar pressure) | 
| The dynamic viscosity \(\mathrm{[Pa*s]}\) of xylene vapor. | |
| static Scalar | liquidViscosity (Scalar temp, Scalar pressure) | 
| The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure xylene. | |
| static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) | 
| Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of xylene. | |
| static void | init (Scalar tempMin, Scalar tempMax, unsigned nTemp, Scalar pressMin, Scalar pressMax, unsigned nPress) | 
| A default routine for initialization, not needed for components and must not be called. | |
| static constexpr bool | liquidViscosityIsConstant () | 
| Returns true if the liquid phase viscostiy is constant. | |
| static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) | 
| Specific internal energy \(\mathrm{[J/kg]}\) of pure the pure component in liquid. | |
| static constexpr bool | gasViscosityIsConstant () | 
| Returns true if the gas phase viscostiy is constant. | |
| static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) | 
| Specific internal energy \(\mathrm{[J/kg]}\) of the pure component in gas. | |
| static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) | 
| Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a gas. | |
| static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) | 
| Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a gas. | |
| Static Public Attributes | |
| static constexpr bool | isTabulated | 
| if the component relies on tabulated values | |
| 
 | inherited | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
    This relation is true on the vapor pressure curve, i.e. as long
    as there is a liquid phase present.
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticinherited | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticinherited | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticinherited | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
| temp | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticconstexprinherited | 
| 
 | inlinestatic | 
source : Reid et al. (fourth edition): Chen method (chap. 7-11, Delta H_v = Delta H_v (T) according to chap. 7-12) [reid1987]
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticinherited | 
| tempMin | The minimum of the temperature range in \(\mathrm{[K]}\) | 
| tempMax | The maximum of the temperature range in \(\mathrm{[K]}\) | 
| nTemp | The number of entries/steps within the temperature range | 
| pressMin | The minimum of the pressure range in \(\mathrm{[Pa]}\) | 
| pressMax | The maximum of the pressure range in \(\mathrm{[Pa]}\) | 
| nPress | The number of entries/steps within the pressure range | 
This function throws a warning when called: "No init routine defined - make sure that this is not necessary!"
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
source : Reid et al. (fourth edition): Missenard group contrib. method (chap 5-7, Table 5-11, s. example 5-8) [reid1987] 
| temp | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticinherited | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
source : Reid et al. (fourth edition): Modified Racket technique (chap. 3-11, eq. 3-11.9) [reid1987] 
| temp | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
Thermal Conductivity of p-Xylene taken from the Dortmund Data Bank, see: http://www.ddbst.de/en/EED/PCP/TCN_C176.php
| temperature | absolute temperature in \(\mathrm{[K]}\) | 
| pressure | of the phase in \(\mathrm{[Pa]}\) | 
| 
 | inlinestatic | 
| temp | temperature of component in \(\mathrm{[K]}\) | 
| pressure | pressure of component in \(\mathrm{[Pa]}\) | 
| 
 | inlinestaticconstexprinherited | 
| 
 | inlinestaticconstexpr | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| 
 | inlinestatic | 
| temperature | temperature of component in \(\mathrm{[K]}\) | 
| 
 | staticconstexprinherited |