reverse function for region 2a: T(p,s)
function tps2a extends Modelica.Icons.Function; input SI.Pressure p "pressure"; input SI.SpecificEntropy s "specific entropy"; output SI.Temperature T "temperature (K)"; end tps2a;