Return temperature as a function of pressure, specific enthalpy and mass fractions
function T_phX extends Modelica.Icons.Function; input Modelica.SIunits.AbsolutePressure p "Pressure"; input Modelica.SIunits.SpecificEnthalpy h "Specific enthalpy"; input Modelica.SIunits.MassFraction X[:] = Modelica.Media.Air.ReferenceMoistAir.reference_X "Mass fractions"; output Modelica.SIunits.Temperature T "Temperature"; end T_phX;