.Modelica.Media.Air.MoistAir.saturationTemperature

Information

Computes saturation temperature from (partial) pressure via numerical inversion of the function saturationPressure. Therefore additional inputs are required (or the defaults are used) for upper and lower temperature bounds.

Interface

function saturationTemperature
  extends Modelica.Icons.Function;
  input SI.Pressure p "Pressure";
  input SI.Temperature T_min = 190 "Lower boundary of solution";
  input SI.Temperature T_max = 647 "Upper boundary of solution";
  output SI.Temperature T "Saturation temperature";
end saturationTemperature;

Generated at 2024-04-26T18:16:04Z by OpenModelicaOpenModelica 1.22.3 using GenerateDoc.mos