Enhancement factor as function of pressure and temperature
function f_pT extends Modelica.Icons.Function; input Modelica.SIunits.AbsolutePressure p "Pressure"; input Modelica.SIunits.Temperature T "Temperature"; output Real f "Vapor-pressure enhancement factor"; end f_pT;