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