24#ifndef DUMUX_BINARY_COEFF_H2O_HEAVYOIL_HH
25#define DUMUX_BINARY_COEFF_H2O_HEAVYOIL_HH
31namespace BinaryCoeff {
46 template <
class Scalar>
50 Scalar dumuxH = 1.5e-1 / 101.325;
61 template <
class Scalar>
76 template <
class Scalar>
89 template <
class Scalar>
Properties of the component heavyoil.
Material properties of pure water .
Adaption of the non-isothermal two-phase two-component flow model to problems with CO2.
Definition: adapt.hh:29
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:51
std::string pressure(int phaseIdx) noexcept
I/O name of pressure for multiphase systems.
Definition: name.hh:34
Binary coefficients for water and heavy oil as in SAGD processes.
Definition: h2o_heavyoil.hh:38
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient [m^2/s] for heavy oil in liquid water.
Definition: h2o_heavyoil.hh:90
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient [m^2/s] for molecular water and heavy oil.
Definition: h2o_heavyoil.hh:77
static Scalar henryOilInWater(Scalar temperature)
Henry coefficient for heavy oil in liquid water.
Definition: h2o_heavyoil.hh:47
static Scalar henryWaterInOil(Scalar temperature)
Henry coefficient for water in liquid heavy oil.
Definition: h2o_heavyoil.hh:62