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

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 2025-04-06T18:19:50Z by OpenModelicaOpenModelica 1.25.0 using GenerateDoc.mos