Binary coefficients for water and mesitylene.  
#include <dumux/material/binarycoefficients/air_mesitylene.hh>
|  | 
| template<class Scalar> | 
| static Scalar | henry (Scalar temperature) | 
|  | Henry coefficient \(\mathrm{[Pa]}\) for mesitylene in air. 
 | 
|  | 
| template<class Scalar> | 
| static Scalar | gasDiffCoeff (Scalar temperature, Scalar pressure) | 
|  | Binary diffusion coefficient \(\mathrm{[m^2/s]}\) for air and mesitylene. I used the method according to Wilke and Lee see W.J. Lyman, W.F. Reehl, D.H. Rosenblatt (1990) [lyman1990] 
 
 | 
|  | 
| template<class Scalar> | 
| static Scalar | liquidDiffCoeff (Scalar temperature, Scalar pressure) | 
|  | Diffusion coefficient \(\mathrm{[m^2/s]}\) for air and mesitylene in liquid water. 
 | 
|  | 
◆ gasDiffCoeff()
template<class Scalar> 
  
  | 
        
          | static Scalar Dumux::BinaryCoeff::Air_Mesitylene::gasDiffCoeff | ( | Scalar | temperature, |  
          |  |  | Scalar | pressure ) |  | inlinestatic | 
 
- Parameters
- 
  
    | temperature | temperature in \(\mathrm{[K]}\) |  | pressure | pressure in \(\mathrm{[Pa]}\) |  
 
 
 
◆ henry()
template<class Scalar> 
  
  | 
        
          | static Scalar Dumux::BinaryCoeff::Air_Mesitylene::henry | ( | Scalar | temperature | ) |  |  | inlinestatic | 
 
- Parameters
- 
  
    | temperature | the temperature \(\mathrm{[K]}\) |  
 
 
 
◆ liquidDiffCoeff()
template<class Scalar> 
  
  | 
        
          | static Scalar Dumux::BinaryCoeff::Air_Mesitylene::liquidDiffCoeff | ( | Scalar | temperature, |  
          |  |  | Scalar | pressure ) |  | inlinestatic | 
 
- Parameters
- 
  
    | temperature | temperature in \(\mathrm{[K]}\) |  | pressure | pressure in \(\mathrm{[Pa]}\) |  
 
- Note
- Returns just an order of magnitude. 
 
 
The documentation for this class was generated from the following file: