compute property record for pressure and specific enthalpy as states from saturation properties
function TwoPhaseToProps_ph extends Modelica.Icons.Function; input SaturationProperties sat "saturation property record"; output ThermoProperties_ph pro "property record for pressure and specific enthalpy as dynamic states"; end TwoPhaseToProps_ph;