Copyright © EDF 2002 - 2024
ThermoSysPro Version 4.1
function Water_Ph_der input Units.SI.AbsolutePressure p "Pressure"; input Units.SI.SpecificEnthalpy h "Specific enthalpy"; input Integer mode = 0 "Région IF97 - 0:calcul automatique"; input Real p_der "derivative of Pressure"; input Real h_der "derivative of Specific enthalpy"; output ThermoSysPro.Properties.WaterSteamSimple.ThermoProperties_ph der_pro "Derivative"; end Water_Ph_der;