Henry's law constant
function beta_H extends Modelica.Icons.Function; input Modelica.SIunits.AbsolutePressure p "Pressure"; input Modelica.SIunits.Temperature T "Temperature"; output Real beta_H(unit = "1/Pa") "Henry's law constant"; end beta_H;