3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dumux::Components::Mesitylene< Scalar > Class Template Reference

mesitylene More...

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

Inheritance diagram for Dumux::Components::Mesitylene< Scalar >:
Inheritance graph

Description

template<class Scalar>
class Dumux::Components::Mesitylene< Scalar >

mesitylene

Template Parameters
ScalarThe type used for scalar values

Public Types

using Scalar = Scalar
 export the scalar type used by the component More...
 

Static Public Member Functions

static std::string name ()
 A human readable name for the mesitylene. More...
 
static constexpr Scalar molarMass ()
 The molar mass in \(\mathrm{[kg/mol]}\) of mesitylene. More...
 
static constexpr Scalar criticalTemperature ()
 Returns the critical temperature \(\mathrm{[K]}\) of mesitylene. More...
 
static constexpr Scalar criticalPressure ()
 Returns the critical pressure \(\mathrm{[Pa]}\) of mesitylene. More...
 
static constexpr Scalar boilingTemperature ()
 Returns the temperature \(\mathrm{[K]}\) at mesitylene's boiling point (1 atm). More...
 
static Scalar tripleTemperature ()
 Returns the temperature \(\mathrm{[K]}\) at mesitylene's triple point. More...
 
static Scalar triplePressure ()
 Returns the pressure \(\mathrm{[Pa]}\) at mesitylene's triple point. More...
 
static Scalar vaporPressure (Scalar temperature)
 The saturation vapor pressure in \(\mathrm{[Pa]}\) of pure mesitylene at a given temperature according to Antoine after Betz 1997, see Gmehling et al 1980. More...
 
static Scalar liquidEnthalpy (const Scalar temperature, const Scalar pressure)
 Specific enthalpy of liquid mesitylene \(\mathrm{[J/kg]}\). More...
 
static Scalar heatVap (Scalar temperature, const Scalar pressure)
 Latent heat of vaporization for mesitylene \(\mathrm{[J/kg]}\). More...
 
static Scalar gasEnthalpy (Scalar temperature, Scalar pressure)
 Specific enthalpy of mesitylene vapor \(\mathrm{[J/kg]}\). More...
 
static Scalar gasDensity (Scalar temperature, Scalar pressure)
 The density of mesitylene at a given pressure and temperature \(\mathrm{[kg/m^3]}\) . More...
 
static Scalar gasMolarDensity (Scalar temperature, Scalar pressure)
 The molar density of mesitylene in \(\mathrm{[mol/m^3]}\), depending on pressure and temperature. More...
 
static Scalar liquidDensity (Scalar temperature, Scalar pressure)
 The density of pure mesitylene at a given pressure and temperature \(\mathrm{[kg/m^3]}\). More...
 
static Scalar liquidMolarDensity (Scalar temperature, Scalar pressure)
 The molar density of pure mesitylene at a given pressure and temperature \(\mathrm{[mol/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 temperature, Scalar pressure, bool regularize=true)
 The dynamic viscosity \(\mathrm{[Pa*s]}\) of mesitylene vapor. More...
 
static Scalar liquidViscosity (Scalar temperature, Scalar pressure)
 The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure mesitylene. More...
 
static Scalar liquidHeatCapacity (const Scalar temperature, const Scalar pressure)
 Specific heat capacity of liquid mesitylene \(\mathrm{[J/(kg*K)]}\). More...
 
static Scalar liquidThermalConductivity (Scalar temperature, Scalar pressure)
 Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of mesitylene. 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 gasViscosity (Scalar temperature, Scalar pressure)
 The dynamic viscosity \(\mathrm{[Pa*s]}\) of the pure component at a given pressure in \(\mathrm{[Pa]}\) and temperature in \(\mathrm{[K]}\). 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...
 

Static Public Attributes

static constexpr bool isTabulated
 if the component relies on tabulated values More...
 

Member Typedef Documentation

◆ Scalar

using Dumux::Components::Base< Scalar , Mesitylene< Scalar > >::Scalar = Scalar
inherited

export the scalar type used by the component

Member Function Documentation

◆ boilingTemperature()

template<class Scalar >
static constexpr Scalar Dumux::Components::Mesitylene< Scalar >::boilingTemperature ( )
inlinestaticconstexpr

Returns the temperature \(\mathrm{[K]}\) at mesitylene's boiling point (1 atm).

◆ criticalPressure()

template<class Scalar >
static constexpr Scalar Dumux::Components::Mesitylene< Scalar >::criticalPressure ( )
inlinestaticconstexpr

Returns the critical pressure \(\mathrm{[Pa]}\) of mesitylene.

◆ criticalTemperature()

template<class Scalar >
static constexpr Scalar Dumux::Components::Mesitylene< Scalar >::criticalTemperature ( )
inlinestaticconstexpr

Returns the critical temperature \(\mathrm{[K]}\) of mesitylene.

◆ gasDensity()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::gasDensity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic

The density of mesitylene at a given pressure and temperature \(\mathrm{[kg/m^3]}\) .

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ gasEnthalpy()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::gasEnthalpy ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic

Specific enthalpy of mesitylene vapor \(\mathrm{[J/kg]}\).

     This relation is true on the vapor pressure curve, i.e. as long
     as there is a liquid phase present.
Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ gasHeatCapacity()

static Scalar Dumux::Components::Gas< Scalar, Mesitylene< Scalar > >::gasHeatCapacity ( Scalar  temperature,
Scalar  pressure 
)
inlinestaticinherited

Specific isobaric heat capacity of the component \(\mathrm{[J/(kg*K)]}\) as a gas.

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ gasInternalEnergy()

static const Scalar Dumux::Components::Gas< Scalar, Mesitylene< Scalar > >::gasInternalEnergy ( Scalar  temperature,
Scalar  pressure 
)
inlinestaticinherited

Specific internal energy \(\mathrm{[J/kg]}\) of the pure component in gas.

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ gasIsCompressible()

template<class Scalar >
static constexpr bool Dumux::Components::Mesitylene< Scalar >::gasIsCompressible ( )
inlinestaticconstexpr

Returns true if the gas phase is assumed to be compressible.

◆ gasIsIdeal()

template<class Scalar >
static constexpr bool Dumux::Components::Mesitylene< Scalar >::gasIsIdeal ( )
inlinestaticconstexpr

Returns true if the gas phase is assumed to be ideal.

◆ gasMolarDensity()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::gasMolarDensity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic

The molar density of mesitylene in \(\mathrm{[mol/m^3]}\), depending on pressure and temperature.

Parameters
temperatureThe temperature of the gas
pressureThe pressure of the gas

◆ gasThermalConductivity()

static Scalar Dumux::Components::Gas< Scalar, Mesitylene< Scalar > >::gasThermalConductivity ( Scalar  temperature,
Scalar  pressure 
)
inlinestaticinherited

Thermal conductivity of the component \(\mathrm{[W/(m*K)]}\) as a gas.

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ gasViscosity() [1/2]

static Scalar Dumux::Components::Gas< Scalar, Mesitylene< Scalar > >::gasViscosity ( Scalar  temperature,
Scalar  pressure 
)
inlinestaticinherited

The dynamic viscosity \(\mathrm{[Pa*s]}\) of the pure component at a given pressure in \(\mathrm{[Pa]}\) and temperature in \(\mathrm{[K]}\).

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ gasViscosity() [2/2]

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::gasViscosity ( Scalar  temperature,
Scalar  pressure,
bool  regularize = true 
)
inlinestatic

The dynamic viscosity \(\mathrm{[Pa*s]}\) of mesitylene vapor.

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)
regularizedefines, if the functions is regularized or not, set to true by default

◆ gasViscosityIsConstant()

static constexpr bool Dumux::Components::Gas< Scalar, Mesitylene< Scalar > >::gasViscosityIsConstant ( )
inlinestaticconstexprinherited

Returns true if the gas phase viscostiy is constant.

◆ heatVap()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::heatVap ( Scalar  temperature,
const Scalar  pressure 
)
inlinestatic

Latent heat of vaporization for mesitylene \(\mathrm{[J/kg]}\).

source : Reid et al. (1987, Chen method (chap. 7-11, Delta H_v = Delta H_v (T) according to chap. 7-12)) [59]

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ init()

static void Dumux::Components::Base< Scalar , Mesitylene< Scalar > >::init ( Scalar  tempMin,
Scalar  tempMax,
unsigned  nTemp,
Scalar  pressMin,
Scalar  pressMax,
unsigned  nPress 
)
inlinestaticinherited

A default routine for initialization, not needed for components and must not be called.

Parameters
tempMinThe minimum of the temperature range in \(\mathrm{[K]}\)
tempMaxThe maximum of the temperature range in \(\mathrm{[K]}\)
nTempThe number of entries/steps within the temperature range
pressMinThe minimum of the pressure range in \(\mathrm{[Pa]}\)
pressMaxThe maximum of the pressure range in \(\mathrm{[Pa]}\)
nPressThe 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!"

◆ liquidDensity()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::liquidDensity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic

The density of pure mesitylene at a given pressure and temperature \(\mathrm{[kg/m^3]}\).

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ liquidEnthalpy()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::liquidEnthalpy ( const Scalar  temperature,
const Scalar  pressure 
)
inlinestatic

Specific enthalpy of liquid mesitylene \(\mathrm{[J/kg]}\).

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ liquidHeatCapacity()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::liquidHeatCapacity ( const Scalar  temperature,
const Scalar  pressure 
)
inlinestatic

Specific heat capacity of liquid mesitylene \(\mathrm{[J/(kg*K)]}\).

source : Reid et al. (1987, Missenard group contrib. method (chap 5-7, Table 5-11, s. example 5-8)) [59]

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ liquidInternalEnergy()

static const Scalar Dumux::Components::Liquid< Scalar, Mesitylene< Scalar > >::liquidInternalEnergy ( Scalar  temperature,
Scalar  pressure 
)
inlinestaticinherited

Specific internal energy \(\mathrm{[J/kg]}\) of pure the pure component in liquid.

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ liquidIsCompressible()

template<class Scalar >
static constexpr bool Dumux::Components::Mesitylene< Scalar >::liquidIsCompressible ( )
inlinestaticconstexpr

Returns true if the liquid phase is assumed to be compressible.

◆ liquidMolarDensity()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::liquidMolarDensity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic

The molar density of pure mesitylene at a given pressure and temperature \(\mathrm{[mol/m^3]}\).

source : Reid et al. (1987, Modified Racket technique (chap. 3-11, eq. 3-11.9)) [59]

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ liquidThermalConductivity()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::liquidThermalConductivity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic

Thermal conductivity \(\mathrm{[[W/(m*K)]}\) of mesitylene.

see: http://pubs.acs.org/doi/pdf/10.1021/ci000139t

Parameters
temperatureabsolute temperature in \(\mathrm{[K]}\)
pressureof the phase in \(\mathrm{[Pa]}\)

◆ liquidViscosity()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::liquidViscosity ( Scalar  temperature,
Scalar  pressure 
)
inlinestatic

The dynamic viscosity \(\mathrm{[Pa*s]}\) of pure mesitylene.

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)
pressurepressure of component in \(\mathrm{[Pa]}\)

◆ liquidViscosityIsConstant()

static constexpr bool Dumux::Components::Liquid< Scalar, Mesitylene< Scalar > >::liquidViscosityIsConstant ( )
inlinestaticconstexprinherited

Returns true if the liquid phase viscostiy is constant.

◆ molarMass()

template<class Scalar >
static constexpr Scalar Dumux::Components::Mesitylene< Scalar >::molarMass ( )
inlinestaticconstexpr

The molar mass in \(\mathrm{[kg/mol]}\) of mesitylene.

◆ name()

template<class Scalar >
static std::string Dumux::Components::Mesitylene< Scalar >::name ( )
inlinestatic

A human readable name for the mesitylene.

◆ triplePressure()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::triplePressure ( )
inlinestatic

Returns the pressure \(\mathrm{[Pa]}\) at mesitylene's triple point.

◆ tripleTemperature()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::tripleTemperature ( )
inlinestatic

Returns the temperature \(\mathrm{[K]}\) at mesitylene's triple point.

◆ vaporPressure()

template<class Scalar >
static Scalar Dumux::Components::Mesitylene< Scalar >::vaporPressure ( Scalar  temperature)
inlinestatic

The saturation vapor pressure in \(\mathrm{[Pa]}\) of pure mesitylene at a given temperature according to Antoine after Betz 1997, see Gmehling et al 1980.

Parameters
temperaturetemperature of component in \(\mathrm{[K]}\)

Member Data Documentation

◆ isTabulated

constexpr bool Dumux::Components::Base< Scalar , Mesitylene< Scalar > >::isTabulated
staticconstexprinherited

if the component relies on tabulated values


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