Return thermodynamic state from p and T
function setState_pT extends Modelica.Icons.Function; input AbsolutePressure p "Pressure"; input Temperature T "Temperature"; output ThermodynamicState state "Thermodynamic state record"; end setState_pT;