Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function PT
input Units.SI.AbsolutePressure P "Pressure";
input Units.SI.Temperature T "Temperature";
input Integer mode = 0 "IF97 region - 0:automatic computation";
input Integer fluid = 1 "Fluid number - 1: IF97 - 7: SimpleWater";
output WaterSteam.Common.ThermoProperties_pT pro annotation(
Placement(transformation(extent = {{-80, 40}, {-40, 80}}, rotation = 0)));
end PT;