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