function temperature_phX extends Modelica.Icons.Function; input AbsolutePressure p "Pressure"; input SpecificEnthalpy h "Specific enthalpy"; input MassFraction X[nX] "Mass fractions"; input ThermalSeparation.Media.Types.FixedPhase phase = 0 "2 for two-phase, 1 for one-phase, 0 if not known"; output Temperature T "Temperature"; end temperature_phX;