Copyright © EDF 2002 - 2010
ThermoSysPro Version 2.0
function SpecificEnthalpy_PT_der input Units.SI.AbsolutePressure p "pressure"; input Units.SI.Temperature T "Temperature"; input Integer mode = 0 "Région IF97 - 0:calcul automatique"; input Real p_der "Pression"; input Real T_der "Température"; output Real H "specific enthalpy"; end SpecificEnthalpy_PT_der;