Return thermodynamic state record from p and h
function calcProperties_phX extends Modelica.Icons.Function; input Modelica.SIunits.AbsolutePressure p "pressure"; input Modelica.SIunits.SpecificEnthalpy h "specific enthalpy"; input Modelica.SIunits.MassFraction X[nC] = reference_X "Mass fractions"; input Integer X_unit = UnitBasis.MassFraction; input Integer phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known"; input MultiPhaseMixture.Templates.ExternalObjects.ExternalMediaObject eo; output Properties state; end calcProperties_phX;