Isentropic specific enthalpy in region 3 h(p,s) with given good guess in d and T
function hofpsdt3 extends Modelica.Icons.Function; input SI.Pressure p "Pressure"; input SI.SpecificEntropy s "Specific entropy"; input SI.Density dguess "Good guess density, e.g., from adjacent volume"; input SI.Temperature Tguess "Good guess temperature, e.g., from adjacent volume"; input SI.Pressure delp = IterationData.DELP "Relative error in p"; input SI.SpecificEntropy dels = IterationData.DELS "Relative error in s"; output SI.SpecificEnthalpy h "Specific enthalpy"; end hofpsdt3;