Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function Water_sat_P_der
input Units.SI.AbsolutePressure P "Pression";
input Real P_der "derivative of pressure";
output ThermoSysPro.Properties.WaterSteam.Common.PropThermoSat dlsat annotation(
Placement(transformation(extent = {{-85, 15}, {-15, 85}}, rotation = 0)));
output ThermoSysPro.Properties.WaterSteam.Common.PropThermoSat dvsat annotation(
Placement(transformation(extent = {{15, 15}, {85, 85}}, rotation = 0)));
end Water_sat_P_der;