Binary coefficients for air and xylene.
More...
#include <dumux/material/binarycoefficients/air_xylene.hh>
Binary coefficients for air and xylene.
|
template<class Scalar > |
static Scalar | henry (Scalar temperature) |
| Henry coefficient \mathrm{[Pa]} for mesitylene in air. More...
|
|
template<class Scalar > |
static Scalar | gasDiffCoeff (Scalar temperature, Scalar pressure) |
| Binary diffusion coefficient \mathrm{[m^2/s]} for air and xylene. method according to Wilke and Lee see W.J. Lyman, W.F. Reehl, D.H. Rosenblatt (1990) [40]
More...
|
|
template<class Scalar > |
static Scalar | liquidDiffCoeff (Scalar temperature, Scalar pressure) |
| Diffusion coefficient \mathrm{[m^2/s]} for air and xylene in liquid water. More...
|
|
◆ gasDiffCoeff()
template<class Scalar >
static Scalar Dumux::BinaryCoeff::Air_Xylene::gasDiffCoeff |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
Binary diffusion coefficient \mathrm{[m^2/s]} for air and xylene. method according to Wilke and Lee see W.J. Lyman, W.F. Reehl, D.H. Rosenblatt (1990) [40]
- Parameters
-
temperature | temperature in \mathrm{[K]} |
pressure | pressure in \mathrm{[Pa]} |
◆ henry()
template<class Scalar >
static Scalar Dumux::BinaryCoeff::Air_Xylene::henry |
( |
Scalar |
temperature | ) |
|
|
inlinestatic |
Henry coefficient \mathrm{[Pa]} for mesitylene in air.
- Parameters
-
temperature | the temperature \mathrm{[K]} |
◆ liquidDiffCoeff()
template<class Scalar >
static Scalar Dumux::BinaryCoeff::Air_Xylene::liquidDiffCoeff |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
Diffusion coefficient \mathrm{[m^2/s]} for air and xylene in liquid water.
- 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: