12#ifndef DUMUX_BINARY_COEFF_H2O_HEAVYOIL_HH
13#define DUMUX_BINARY_COEFF_H2O_HEAVYOIL_HH
19namespace BinaryCoeff {
34 template <
class Scalar>
38 Scalar dumuxH = 1.5e-1 / 101.325;
49 template <
class Scalar>
64 template <
class Scalar>
77 template <
class Scalar>
Binary coefficients for water and heavy oil as in SAGD processes.
Definition: h2o_heavyoil.hh:26
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient [m^2/s] for heavy oil in liquid water.
Definition: h2o_heavyoil.hh:78
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient [m^2/s] for molecular water and heavy oil.
Definition: h2o_heavyoil.hh:65
static Scalar henryOilInWater(Scalar temperature)
Henry coefficient for heavy oil in liquid water.
Definition: h2o_heavyoil.hh:35
static Scalar henryWaterInOil(Scalar temperature)
Henry coefficient for water in liquid heavy oil.
Definition: h2o_heavyoil.hh:50
Material properties of pure water .
Properties of the component heavyoil.
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