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;