A simplistic class representing the   fluid properties.  
 More... 
#include <SimpleCO2.hpp> 
 |  
| static const char *  | name () |  
|   | A human readable name for the component.  More...
  |  
|   |  
| static Scalar  | molarMass () |  
|   | The molar mass in   of the component.  More...
  |  
|   |  
| static Scalar  | criticalTemperature () |  
|   | Returns the critical temperature   of  .  More...
  |  
|   |  
| static Scalar  | criticalPressure () |  
|   | Returns the critical pressure   of  .  More...
  |  
|   |  
| static Scalar  | tripleTemperature () |  
|   | Returns the temperature   at the triple point of  .  More...
  |  
|   |  
| static Scalar  | triplePressure () |  
|   | Returns the pressure   at the triple point of  .  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...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | gasEnthalpy (const Evaluation &temperature, const Evaluation &) |  
|   | Specific enthalpy   of the pure component in gas.  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | liquidEnthalpy (const Evaluation &temperature, const Evaluation &) |  
|   | Specific enthalpy   of the pure component in liquid.  More...
  |  
|   |  
| template<class Evaluation >  |  
| static Evaluation  | gasInternalEnergy (const Evaluation &temperature, const Evaluation &pressure) |  
|   | Specific internal energy   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  | gasViscosity (const Evaluation &temperature, const Evaluation &) |  
|   | The dynamic viscosity   of the pure component at a given pressure in   and temperature in  .  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 bool  | liquidIsCompressible () |  
|   | Returns true iff the liquid phase is assumed to be compressible.  More...
  |  
|   |  
| static Evaluation  | vaporPressure (const Evaluation &) |  
|   | The vapor pressure in   of the component at a given temperature in  .  More...
  |  
|   |  
| static Evaluation  | liquidDensity (const Evaluation &, const Evaluation &) |  
|   | The density   of the liquid component at a given pressure in   and temperature in  .  More...
  |  
|   |  
| static Evaluation  | liquidInternalEnergy (const Evaluation &, const Evaluation &) |  
|   | Specific internal energy   of pure the pure component in liquid.  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::SimpleCO2< Scalar >
A simplistic class representing the   fluid properties.  
- Template Parameters
 - 
  
    | Scalar | The type used for scalar values  |  
   
   
 
 
Returns the critical pressure   of  .  
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::SimpleCO2< Scalar >::gasDensity  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
          pressure  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::SimpleCO2< Scalar >::gasEnthalpy  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
Specific isobaric heat capacity of the component [J/kg] as a gas.  
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::SimpleCO2< Scalar >::gasInternalEnergy  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
          pressure  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
Returns true iff the gas phase is assumed to be compressible.  
 
 
Returns true iff the gas phase is assumed to be ideal.  
 
 
Thermal conductivity of the component [W/(m^2 K/m)] as a gas.  
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::SimpleCO2< Scalar >::gasViscosity  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
The dynamic viscosity   of the pure component at a given pressure in   and temperature in  .  
- Parameters
 - 
  
    | temperature | temperature of component in    |  
    | pressure | pressure of component in ![$\mathrm{[Pa]}$](form_4.png)  |  
   
   
 
See: 
See: R. Reid, et al.: The Properties of Gases and Liquids, 4th edition, McGraw-Hill, 1987, pp 396-397, 667  
References Opm::SimpleCO2< Scalar >::criticalTemperature(), Opm::LocalAd::exp(), Opm::SimpleCO2< Scalar >::molarMass(), Opm::LocalAd::pow(), and Opm::LocalAd::sqrt(). 
 
 
template<class Scalar >  
template<class Evaluation >  
  
  
      
        
          | static Evaluation Opm::SimpleCO2< Scalar >::liquidEnthalpy  | 
          ( | 
          const Evaluation &  | 
          temperature,  | 
         
        
           | 
           | 
          const Evaluation &  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inlinestatic   | 
   
 
 
 
Specific isobaric heat capacity of the component [J/kg] as a liquid.  
 
 
Returns true iff the liquid phase is assumed to be compressible.  
 
 
Thermal conductivity of the component [W/(m^2 K/m)] as a liquid.  
 
 
A human readable name for the component.  
 
 
Returns the pressure   at the triple point of  .  
 
 
Returns the temperature   at the triple point of  .  
 
 
 The documentation for this class was generated from the following file: 
 
  
 
    
     |