.Modelica.Media.Air.ReferenceAir.Air_Utilities.Inverses.dTofps

Information

Return d and T as a function of p and s

Interface

function dTofps
  extends Modelica.Icons.Function;
  input SI.Pressure p "Pressure";
  input SI.SpecificEntropy s "Specific entropy";
  input SI.Pressure delp "Iteration accuracy";
  input SI.SpecificEntropy dels "Iteration accuracy";
  output SI.Density d "Density";
  output SI.Temperature T "Temperature (K)";
end dTofps;

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