Returns state record as function of p and T
function setState_pT extends Modelica.Icons.Function; input AbsolutePressure p "Pressure"; input Temperature T "Temperature"; output ThermodynamicState state "Thermodynamic state"; end setState_pT;