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