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