isentropic specific enthalpy from p,s and good guesses of d and T
function water_hisentropic_dyn import ThermoSysPro; extends Modelica.Icons.Function; input Units.SI.Pressure p "pressure"; input Units.SI.SpecificEntropy s "specific entropy"; input Units.SI.Density dguess "good guess density, e.g. from adjacent volume"; input Units.SI.Temperature Tguess "good guess temperature, e.g. from adjacent volume"; input Integer phase "1 for one phase, 2 for two phase"; output Units.SI.SpecificEnthalpy h "specific enthalpy"; end water_hisentropic_dyn;