Binary coefficients for water and mesitylene.  
#include <dumux/material/binarycoefficients/h2o_mesitylene.hh>
|  | 
| template<class Scalar> | 
| static Scalar | henry (Scalar temperature) | 
|  | Henry coefficient \(\mathrm{[Pa]}\) for mesitylene in liquid water. 
 | 
|  | 
| template<class Scalar> | 
| static Scalar | gasDiffCoeff (Scalar temperature, Scalar pressure) | 
|  | Binary diffusion coefficient \(\mathrm{[m^2/s]}\) for molecular water and mesitylene. 
 | 
|  | 
| template<class Scalar> | 
| static Scalar | liquidDiffCoeff (Scalar temperature, Scalar pressure) | 
|  | Diffusion coefficient \(\mathrm{[m^2/s]}\) for mesitylene in liquid water. 
 | 
|  | 
◆ gasDiffCoeff()
template<class Scalar> 
  
  | 
        
          | static Scalar Dumux::BinaryCoeff::H2O_Mesitylene::gasDiffCoeff | ( | Scalar | temperature, |  
          |  |  | Scalar | pressure ) |  | inlinestatic | 
 
- Parameters
- 
  
    | temperature | the temperature \(\mathrm{[K]}\) |  | pressure | the pressure \(\mathrm{[Pa]}\) |  
 
 
 
◆ henry()
template<class Scalar> 
  
  | 
        
          | static Scalar Dumux::BinaryCoeff::H2O_Mesitylene::henry | ( | Scalar | temperature | ) |  |  | inlinestatic | 
 
- Parameters
- 
  
    | temperature | the temperature \(\mathrm{[K]}\) See: R. Sander (1999) [sander1999] |  
 
 
 
◆ liquidDiffCoeff()
template<class Scalar> 
  
  | 
        
          | static Scalar Dumux::BinaryCoeff::H2O_Mesitylene::liquidDiffCoeff | ( | Scalar | temperature, |  
          |  |  | Scalar | pressure ) |  | inlinestatic | 
 
- Parameters
- 
  
    | temperature | the temperature \(\mathrm{[K]}\) |  | pressure | the pressure \(\mathrm{[Pa]}\) |  
 
- Note
- Returns just an order of magnitude. 
 
 
The documentation for this class was generated from the following file: