12#ifndef DUMUX_BINARY_COEFF_H2O_CONSTANT_HH 
   13#define DUMUX_BINARY_COEFF_H2O_CONSTANT_HH 
   15#include <dune/common/exceptions.hh> 
   28template<
class Scalar, 
class Component>
 
   33        DUNE_THROW(Dune::NotImplemented, 
"The binary coefficients for H2O and your " 
   34                     << 
"component are not implemented! Please implement the needed specialization.");
 
 
   42template<
class Scalar, 
int id>
 
   43class H2O_Component<Scalar, 
Components::Constant<id, Scalar>>
 
 
static Scalar liquidDiffCoeff(Scalar temperature, Scalar pressure)
Diffusion coefficient  for the constant component in liquid water.
Definition h2o_constant.hh:85
static Scalar gasDiffCoeff(Scalar temperature, Scalar pressure)
Binary diffusion coefficient  for molecular water and the constant component.
Definition h2o_constant.hh:74
static Scalar henryWaterInComp(Scalar temperature)
Henry coefficient  for water in the constant component.
Definition h2o_constant.hh:62
static Scalar henryCompInWater(Scalar temperature)
Henry coefficient  for the constant component in liquid water.
Definition h2o_constant.hh:51
Setting constant fluid properties via the input file.
T getParamFromGroup(Args &&... args)
A free function to get a parameter from the parameter tree singleton with a model group.
Definition parameters.hh:149
Material properties of pure water .
Definition air_mesitylene.hh:18
The infrastructure to retrieve run-time parameters from Dune::ParameterTrees.