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