.Modelica.Media.Air.MoistAir.T_phX

Information

Temperature is computed from pressure, specific enthalpy and composition via numerical inversion of function h_pTX.

Interface

function T_phX
  extends Modelica.Icons.Function;
  input AbsolutePressure p "Pressure";
  input SpecificEnthalpy h "Specific enthalpy";
  input MassFraction[:] X "Mass fractions of composition";
  output Temperature T "Temperature";
end T_phX;

Generated at 2024-04-24T18:15:52Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos