Component for Xylene.  
 More... 
#include <Xylene.hpp> 
 |  
| static const char *  | name () |  
|   | A human readable name for the xylene.  More...
  |  
|   |  
| static Scalar  | molarMass () |  
|   | The molar mass in   of xylene.  More...
  |  
|   |  
| static Scalar  | criticalTemperature () |  
|   | Returns the critical temperature   of xylene.  More...
  |  
|   |  
| static Scalar  | criticalPressure () |  
|   | Returns the critical pressure   of xylene.  More...
  |  
|   |  
| static Scalar  | tripleTemperature () |  
|   | Returns the temperature   at xylene's triple point.  More...
  |  
|   |  
| static Scalar  | triplePressure () |  
|   | Returns the pressure   at xylene's triple point.  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | vaporPressure (const Evaluation &temperature) |  
|   | The saturation vapor pressure in   of pure xylene at a given temperature according to Antoine after Betz 1997 -> Gmehling et al 1980.  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | spHeatCapLiquidPhase (const Evaluation &temperature, const Evaluation &) |  
|   | Specific heat cap of liquid xylene  .  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | liquidEnthalpy (const Evaluation &temperature, const Evaluation &pressure) |  
|   | Specific enthalpy   of the pure component in liquid.  More...
  |  
|   |  
| static Scalar  | boilingTemperature () |  
|   | Returns the temperature   at xylene's boiling point (1 atm).  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | heatVap (Evaluation temperature, const Evaluation &) |  
|   | Latent heat of vaporization for xylene  .  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | gasEnthalpy (const Evaluation &temperature, const Evaluation &pressure) |  
|   | Specific enthalpy   of the pure component in gas.  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | gasDensity (const Evaluation &temperature, const Evaluation &pressure) |  
|   | The density in   of the component at a given pressure in   and temperature in  .  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | molarGasDensity (const Evaluation &temperature, const Evaluation &pressure) |  
|   | The density   of xylene gas at a given pressure and temperature.  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | molarLiquidDensity (Evaluation temperature, const Evaluation &) |  
|   | The molar density of pure xylene at a given pressure and temperature  .  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | liquidDensity (const Evaluation &temperature, const Evaluation &pressure) |  
|   | The density   of the liquid component at a given pressure in   and temperature in  .  More...
  |  
|   |  
| static bool  | gasIsCompressible () |  
|   | Returns true iff the gas phase is assumed to be compressible.  More...
  |  
|   |  
| static bool  | gasIsIdeal () |  
|   | Returns true iff the gas phase is assumed to be ideal.  More...
  |  
|   |  
| static bool  | liquidIsCompressible () |  
|   | Returns true iff the liquid phase is assumed to be compressible.  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | gasViscosity (Evaluation temperature, const Evaluation &) |  
|   | The dynamic viscosity   of the pure component at a given pressure in   and temperature in  .  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | liquidViscosity (Evaluation temperature, const Evaluation &) |  
|   | The dynamic liquid viscosity   of the pure component.  More...
  |  
|   |  
| static void  | init (Scalar, Scalar, unsigned, Scalar, Scalar, unsigned) |  
|   | A default routine for initialization, not needed for components and must not be called.  More...
  |  
|   |  
| static Evaluation  | gasInternalEnergy (const Evaluation &, const Evaluation &) |  
|   | Specific internal energy   of the pure component in gas.  More...
  |  
|   |  
| static Evaluation  | liquidInternalEnergy (const Evaluation &, const Evaluation &) |  
|   | Specific internal energy   of pure the pure component in liquid.  More...
  |  
|   |  
| static Evaluation  | gasViscosity (const Evaluation &, const Evaluation &) |  
|   | The dynamic viscosity   of the pure component at a given pressure in   and temperature in  .  More...
  |  
|   |  
| static Evaluation  | liquidViscosity (const Evaluation &, const Evaluation &) |  
|   | The dynamic liquid viscosity   of the pure component.  More...
  |  
|   |  
| static Evaluation  | gasThermalConductivity (const Evaluation &, const Evaluation &) |  
|   | Thermal conductivity of the component [W/(m^2 K/m)] as a gas.  More...
  |  
|   |  
| static Evaluation  | liquidThermalConductivity (const Evaluation &, const Evaluation &) |  
|   | Thermal conductivity of the component [W/(m^2 K/m)] as a liquid.  More...
  |  
|   |  
| static Evaluation  | gasHeatCapacity (const Evaluation &, const Evaluation &) |  
|   | Specific isobaric heat capacity of the component [J/kg] as a gas.  More...
  |  
|   |  
| static Evaluation  | liquidHeatCapacity (const Evaluation &, const Evaluation &) |  
|   | Specific isobaric heat capacity of the component [J/kg] as a liquid.  More...
  |  
|   |  
 
template<class Scalar> 
class Opm::Xylene< Scalar >
Component for Xylene.  
- Template Parameters
 - 
  
    | Scalar | The type used for scalar values  |  
   
   
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::gasDensity  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
          pressure  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::gasEnthalpy  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
          pressure  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
Specific isobaric heat capacity of the component [J/kg] as a gas.  
 
 
Returns true iff the gas phase is assumed to be compressible.  
 
 
Thermal conductivity of the component [W/(m^2 K/m)] as a gas.  
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::gasViscosity  | 
          ( | 
          Evaluation  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::heatVap  | 
          ( | 
          Evaluation  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::liquidDensity  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
          pressure  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::liquidEnthalpy  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
          pressure  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
Specific isobaric heat capacity of the component [J/kg] as a liquid.  
 
 
Thermal conductivity of the component [W/(m^2 K/m)] as a liquid.  
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::liquidViscosity  | 
          ( | 
          Evaluation  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::molarGasDensity  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
          pressure  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::molarLiquidDensity  | 
          ( | 
          Evaluation  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::spHeatCapLiquidPhase  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
Returns the pressure   at xylene's triple point.  
 
 
Returns the temperature   at xylene's triple point.  
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::Xylene< Scalar >::vaporPressure  | 
          ( | 
          const Evaluation &  | 
          temperature | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
 The documentation for this class was generated from the following file: 
 
  
 
    
     |