Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function Ps
input Units.SI.AbsolutePressure P "Pressure";
input Units.SI.SpecificEntropy s "Specific entropy";
input Integer mode = 0 "IF97 region - 0:automatic computation";
input Integer fluid = 1 "Fluid number - 1: IF97 - 2: C3H3F5 - 7: SimpleWater";
output ThermoSysPro.Properties.WaterSteam.Common.ThermoProperties_ps pro annotation(
Placement(transformation(extent = {{-80, 40}, {-40, 80}}, rotation = 0)));
end Ps;