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