.ThermoSysPro.Properties.WaterSteam.BaseIF97.Inverses.pofdt125

Information

inverse iteration in region 1,2 and 5: p = g(d,T)

Interface

function pofdt125
  import ThermoSysPro;
  extends Modelica.Icons.Function;
  input Units.SI.Density d "density";
  input Units.SI.Temperature T "temperature (K)";
  input Units.SI.Pressure reldd "relative iteration accuracy of density";
  input Integer region "region in IAPWS/IF97 in which inverse should be calculated";
  output Units.SI.Pressure p "pressure";
  output Integer error "error flag: iteration failed if different from 0";
end pofdt125;

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