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