12#ifndef DUMUX_BINARY_COEFF_H2O_HEAVYOIL_HH
13#define DUMUX_BINARY_COEFF_H2O_HEAVYOIL_HH
33 template <
class Scalar>
37 Scalar dumuxH = 1.5e-1 / 101.325;
48 template <
class Scalar>
63 template <
class Scalar>
76 template <
class Scalar>
Binary coefficients for water and heavy oil as in SAGD processes.
Definition: h2o_heavyoil.hh:25
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient [m^2/s] for heavy oil in liquid water.
Definition: h2o_heavyoil.hh:77
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient [m^2/s] for molecular water and heavy oil.
Definition: h2o_heavyoil.hh:64
static Scalar henryOilInWater(Scalar temperature)
Henry coefficient for heavy oil in liquid water.
Definition: h2o_heavyoil.hh:34
static Scalar henryWaterInOil(Scalar temperature)
Henry coefficient for water in liquid heavy oil.
Definition: h2o_heavyoil.hh:49
Material properties of pure water .
Properties of the component heavyoil.
Definition: air_mesitylene.hh:18
std::string temperature() noexcept
I/O name of temperature for equilibrium models.
Definition: name.hh:39
std::string pressure(int phaseIdx) noexcept
I/O name of pressure for multiphase systems.
Definition: name.hh:22