.Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dTofph

Information

Return d and T as a function of p and h

Interface

function dTofph
  extends Modelica.Icons.Function;
  input SI.Pressure p "Pressure";
  input SI.SpecificEnthalpy h "Specific enthalpy";
  input SI.Pressure delp "Iteration accuracy";
  input SI.SpecificEnthalpy delh "Iteration accuracy";
  output SI.Density d "Density";
  output SI.Temperature T "Temperature (K)";
end dTofph;

Generated at 2024-05-14T18:15:56Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos