template<class
Scalar>
class Dumux::Components::Xylene< Scalar >
- Template Parameters
-
Scalar | The type used for scalar values |
|
static std::string | name () |
| A human readable name for the xylene. More...
|
|
static constexpr Scalar | molarMass () |
| The molar mass in \(\mathrm{[kg/mol]}\) of xylene. More...
|
|
static constexpr Scalar | criticalTemperature () |
| Returns the critical temperature \(\mathrm{[K]}\) of xylene. More...
|
|
static constexpr Scalar | criticalPressure () |
| Returns the critical pressure \(\mathrm{[Pa]}\) of xylene. More...
|
|
static constexpr Scalar | boilingTemperature () |
| Returns the temperature \(\mathrm{[K]}\) at xylene's boiling point (1 atm). More...
|
|
static Scalar | tripleTemperature () |
| Returns the temperature \(\mathrm{[K]}\) at xylene's triple point. More...
|
|
static Scalar | triplePressure () |
| Returns the pressure \(\mathrm{[Pa]}\) at xylene's triple point. More...
|
|
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 [33]
More...
|
|
static Scalar | liquidHeatCapacity (Scalar temp, Scalar pressure) |
| Specific heat cap of liquid xylene \(\mathrm{[J/kg]}\). More...
|
|
static Scalar | liquidEnthalpy (const Scalar temperature, const Scalar pressure) |
| Specific enthalpy of liquid xylene \(\mathrm{[J/kg]}\). More...
|
|
static Scalar | heatVap (Scalar temperature, const Scalar pressure) |
| Latent heat of vaporization for xylene \(\mathrm{[J/kg]}\). More...
|
|
static Scalar | gasEnthalpy (Scalar temperature, Scalar pressure) |
| Specific enthalpy of xylene vapor \(\mathrm{[J/kg]}\). More...
|
|
static Scalar | gasDensity (Scalar temperature, Scalar pressure) |
| The density \(\mathrm{[kg/m^3]}\) of xylene gas at a given pressure and temperature. More...
|
|
static Scalar | gasMolarDensity (Scalar temperature, Scalar pressure) |
| The molar gas density \(\mathrm{[mol/m^3]}\) of xylene gas at a given pressure and temperature. More...
|
|
static Scalar | liquidMolarDensity (Scalar temp, Scalar pressure) |
| The molar liquid density of pure xylene at a given pressure and temperature \(\mathrm{[mol/m^3]}\). More...
|
|
static Scalar | liquidDensity (Scalar temperature, Scalar pressure) |
| The density of pure xylene at a given pressure and temperature \(\mathrm{[kg/m^3]}\). More...
|
|
static constexpr bool | gasIsCompressible () |
| Returns true if the gas phase is assumed to be compressible. More...
|
|
static constexpr bool | gasIsIdeal () |
| Returns true if the gas phase is assumed to be ideal. More...
|
|
static constexpr bool | liquidIsCompressible () |
| Returns true if the liquid phase is assumed to be compressible. More...
|
|
static Scalar | gasViscosity (Scalar temp, Scalar pressure) |
| The dynamic viscosity \(\mathrm{[Pa*s]}\) of xylene vapor. More...
|
|
static Scalar | liquidViscosity (Scalar temp, Scalar pressure) |
| The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure xylene. More...
|
|
static Scalar | liquidThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of xylene. More...
|
|
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. More...
|
|
static constexpr bool | liquidViscosityIsConstant () |
| Returns true if the liquid phase viscostiy is constant. More...
|
|
static const Scalar | liquidInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy \(\mathrm{[J/kg]}\) of pure the pure component in liquid. More...
|
|
static constexpr bool | gasViscosityIsConstant () |
| Returns true if the gas phase viscostiy is constant. More...
|
|
static const Scalar | gasInternalEnergy (Scalar temperature, Scalar pressure) |
| Specific internal energy \(\mathrm{[J/kg]}\) of the pure component in gas. More...
|
|
static Scalar | gasThermalConductivity (Scalar temperature, Scalar pressure) |
| Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a gas. More...
|
|
static Scalar | gasHeatCapacity (Scalar temperature, Scalar pressure) |
| Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a gas. More...
|
|