Boundary function for region boundary between regions 2 and 3 (input temperature)
function boundary23ofT extends Modelica.Icons.Function; input SI.Temperature t "Temperature (K)"; output SI.Pressure p "Pressure"; end boundary23ofT;