.ThermofluidStream.Media.myMedia.Water.IF97_Utilities.BaseIF97.Inverses.dtofph3

Information

Inverse iteration in region 3: (d,T) = f(p,h)

Interface

function dtofph3
  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)";
  output Integer error "Error flag: iteration failed if different from 0";
end dtofph3;

Generated at 2024-11-24T19:25:44Z by OpenModelicaOpenModelica 1.24.2 using GenerateDoc.mos