Component for Mesitylene. More...
#include <Mesitylene.hpp>
Static Public Member Functions | |
static const char * | name () |
A human readable name for the mesitylene. | |
static Scalar | molarMass () |
The molar mass in ![]() | |
static Scalar | criticalTemperature () |
Returns the critical temperature ![]() | |
static Scalar | criticalPressure () |
Returns the critical pressure ![]() | |
static Scalar | boilingTemperature () |
Returns the temperature ![]() | |
static Scalar | tripleTemperature () |
Returns the temperature ![]() | |
static Scalar | triplePressure () |
Returns the pressure ![]() | |
template<class Evaluation > | |
static Evaluation | vaporPressure (const Evaluation &temperature) |
The saturation vapor pressure in ![]() | |
template<class Evaluation > | |
static Evaluation | liquidEnthalpy (const Evaluation &temperature, const Evaluation &pressure) |
Specific enthalpy of liquid mesitylene ![]() | |
template<class Evaluation > | |
static Evaluation | heatVap (const Evaluation &temperature, const Evaluation &) |
Latent heat of vaporization for mesitylene ![]() | |
template<class Evaluation > | |
static Evaluation | gasEnthalpy (const Evaluation &temperature, const Evaluation &pressure) |
Specific enthalpy of mesitylene vapor ![]() | |
template<class Evaluation > | |
static Evaluation | gasDensity (const Evaluation &temperature, const Evaluation &pressure) |
The density of pure mesitylene vapor at a given pressure and temperature ![]() | |
template<class Evaluation > | |
static Evaluation | liquidDensity (const Evaluation &temperature, const Evaluation &) |
The density of pure mesitylene at a given pressure and temperature ![]() | |
static bool | gasIsCompressible () |
Returns true iff the gas phase is assumed to be compressible. | |
static bool | gasIsIdeal () |
Returns true iff the gas phase is assumed to be ideal. | |
static bool | liquidIsCompressible () |
Returns true iff the liquid phase is assumed to be compressible. | |
template<class Evaluation > | |
static Evaluation | gasViscosity (Evaluation temperature, const Evaluation &, bool=true) |
The dynamic viscosity ![]() | |
template<class Evaluation > | |
static Evaluation | liquidViscosity (Evaluation temperature, const Evaluation &) |
The dynamic viscosity ![]() | |
template<class Evaluation > | |
static Evaluation | liquidHeatCapacity (const Evaluation &temperature, const Evaluation &) |
Specific heat cap of liquid mesitylene ![]() | |
Static Protected Member Functions | |
template<class Evaluation > | |
static Evaluation | molarLiquidDensity_ (Evaluation temperature) |
The molar density of pure mesitylene at a given pressure and temperature ![]() |
Component for Mesitylene.
Scalar | The type used for scalar values |
static Evaluation Opm::Mesitylene< Scalar >::gasDensity | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
The density of pure mesitylene vapor at a given pressure and temperature .
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Mesitylene< Scalar > >.
static Evaluation Opm::Mesitylene< Scalar >::gasEnthalpy | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific enthalpy of mesitylene vapor .
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 ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Mesitylene< Scalar > >.
static Evaluation Opm::Mesitylene< Scalar >::gasViscosity | ( | Evaluation | temperature, | |
const Evaluation & | , | |||
bool | = true | |||
) | [inline, static] |
The dynamic viscosity of mesitylene vapor.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() | |
regularize | defines, if the functions is regularized or not, set to true by default |
static Evaluation Opm::Mesitylene< Scalar >::heatVap | ( | const Evaluation & | temperature, | |
const Evaluation & | ||||
) | [inline, static] |
Latent heat of vaporization for mesitylene .
source : Reid et al. (fourth edition): Chen method (chap. 7-11, Delta H_v = Delta H_v (T) according to chap. 7-12)
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
static Evaluation Opm::Mesitylene< Scalar >::liquidDensity | ( | const Evaluation & | temperature, | |
const Evaluation & | ||||
) | [inline, static] |
The density of pure mesitylene at a given pressure and temperature .
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Mesitylene< Scalar > >.
static Evaluation Opm::Mesitylene< Scalar >::liquidEnthalpy | ( | const Evaluation & | temperature, | |
const Evaluation & | pressure | |||
) | [inline, static] |
Specific enthalpy of liquid mesitylene .
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Mesitylene< Scalar > >.
static Evaluation Opm::Mesitylene< Scalar >::liquidHeatCapacity | ( | const Evaluation & | temperature, | |
const Evaluation & | ||||
) | [inline, static] |
Specific heat cap of liquid mesitylene .
source : Reid et al. (fourth edition): Missenard group contrib. method (chap 5-7, Table 5-11, s. example 5-8)
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
Reimplemented from Opm::Component< Scalar, Mesitylene< Scalar > >.
static Evaluation Opm::Mesitylene< Scalar >::liquidViscosity | ( | Evaluation | temperature, | |
const Evaluation & | ||||
) | [inline, static] |
The dynamic viscosity of pure mesitylene.
temperature | temperature of component in ![]() | |
pressure | pressure of component in ![]() |
static Evaluation Opm::Mesitylene< Scalar >::molarLiquidDensity_ | ( | Evaluation | temperature | ) | [inline, static, protected] |
The molar density of pure mesitylene at a given pressure and temperature .
source : Reid et al. (fourth edition): Modified Racket technique (chap. 3-11, eq. 3-11.9)
temperature | temperature of component in ![]() |
static Evaluation Opm::Mesitylene< Scalar >::vaporPressure | ( | const Evaluation & | temperature | ) | [inline, static] |
The saturation vapor pressure in of pure mesitylene at a given temperature according to Antoine after Betz 1997, see Gmehling et al 1980.
temperature | temperature of component in ![]() |
Reimplemented from Opm::Component< Scalar, Mesitylene< Scalar > >.