Binary coefficients for water and heavy oil as in SAGD processes.
More...
#include <dumux/material/binarycoefficients/h2o_heavyoil.hh>
Binary coefficients for water and heavy oil as in SAGD processes.
|
template<class Scalar > |
static Scalar | henryOilInWater (Scalar temperature) |
| Henry coefficient \([N/m^2]\) for heavy oil in liquid water. More...
|
|
template<class Scalar > |
static Scalar | henryWaterInOil (Scalar temperature) |
| Henry coefficient \([N/m^2]\) for water in liquid heavy oil. More...
|
|
template<class Scalar > |
static Scalar | gasDiffCoeff (Scalar temperature, Scalar pressure) |
| Binary diffusion coefficient [m^2/s] for molecular water and heavy oil. More...
|
|
template<class Scalar > |
static Scalar | liquidDiffCoeff (Scalar temperature, Scalar pressure) |
| Diffusion coefficient [m^2/s] for heavy oil in liquid water. More...
|
|
◆ gasDiffCoeff()
template<class Scalar >
static Scalar Dumux::BinaryCoeff::H2O_HeavyOil::gasDiffCoeff |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
Binary diffusion coefficient [m^2/s] for molecular water and heavy oil.
- Parameters
-
temperature | the temperature \(\mathrm{[K]}\) |
pressure | the phase pressure \(\mathrm{[Pa]}\) |
- Todo:
- value is just an order of magnitude, please improve it
◆ henryOilInWater()
template<class Scalar >
static Scalar Dumux::BinaryCoeff::H2O_HeavyOil::henryOilInWater |
( |
Scalar |
temperature | ) |
|
|
inlinestatic |
Henry coefficient \([N/m^2]\) for heavy oil in liquid water.
- Parameters
-
temperature | the temperature \(\mathrm{[K]}\) |
- Todo:
- values copied from TCE, please improve it
◆ henryWaterInOil()
template<class Scalar >
static Scalar Dumux::BinaryCoeff::H2O_HeavyOil::henryWaterInOil |
( |
Scalar |
temperature | ) |
|
|
inlinestatic |
Henry coefficient \([N/m^2]\) for water in liquid heavy oil.
- Parameters
-
temperature | the temperature \(\mathrm{[K]}\) |
- Todo:
- arbitrary value, please improve it
◆ liquidDiffCoeff()
template<class Scalar >
static Scalar Dumux::BinaryCoeff::H2O_HeavyOil::liquidDiffCoeff |
( |
Scalar |
temperature, |
|
|
Scalar |
pressure |
|
) |
| |
|
inlinestatic |
Diffusion coefficient [m^2/s] for heavy oil in liquid water.
- Parameters
-
temperature | the temperature \(\mathrm{[K]}\) |
pressure | the phase pressure \(\mathrm{[Pa]}\) |
- Todo:
- value is just an order of magnitude, please improve it
The documentation for this class was generated from the following file: