Isothermal compressibility factor as function of pressure and temperature
function kappa_pT extends Modelica.Icons.Function; input Modelica.SIunits.Pressure p "Pressure"; input Modelica.SIunits.Temperature T "Temperature"; output Modelica.SIunits.IsothermalCompressibility kappa "Isothermal compressibility factor"; end kappa_pT;