Binary coefficients for water and oxygen. More...
#include <dumux/material/binarycoefficients/h2o_o2.hh>
Binary coefficients for water and oxygen.
Static Public Member Functions | |
template<class Scalar > | |
static Scalar | henry (Scalar temperature) |
Henry coefficient \(\mathrm{[Pa]}\) for molecular oxygen in liquid water. More... | |
template<class Scalar > | |
static Scalar | gasDiffCoeff (Scalar temperature, Scalar pressure) |
Binary diffusion coefficient \(\mathrm{[m^2/s]}\) for molecular water and oxygen. More... | |
template<class Scalar > | |
static Scalar | liquidDiffCoeff (Scalar temperature, Scalar pressure) |
Diffusion coefficient \(\mathrm{[m^2/s]}\) for molecular oxygen in liquid water. More... | |
|
inlinestatic |
Binary diffusion coefficient \(\mathrm{[m^2/s]}\) for molecular water and oxygen.
Uses fullerMethod to determine the diffusion of water in nitrogen.
temperature | the temperature \(\mathrm{[K]}\) |
pressure | the phase pressure \(\mathrm{[Pa]}\) |
|
inlinestatic |
Henry coefficient \(\mathrm{[Pa]}\) for molecular oxygen in liquid water.
temperature | the temperature \(\mathrm{[K]}\) |
|
inlinestatic |
Diffusion coefficient \(\mathrm{[m^2/s]}\) for molecular oxygen in liquid water.
temperature | the temperature \(\mathrm{[K]}\) |
pressure | the phase pressure \(\mathrm{[Pa]}\) |
The empirical equations for estimating the diffusion coefficient in infinite solution which are presented in Reid, 1987 all show a linear dependency on temperature. We thus simply scale the experimentally obtained diffusion coefficient of Ferrell and Himmelblau by the temperature.
See:
R. Reid et al. (1987, pp. 599) [56]
R. Ferrell, D. Himmelblau (1967, pp. 111-115) [21]