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