.ThermoSysPro.Properties.WaterSteam.BaseIF97.Inverses.tofpst5

Information

inverse iteration in region 5: (p,T) = f(p,s)

Interface

function tofpst5
  import ThermoSysPro;
  extends Modelica.Icons.Function;
  input Units.SI.Pressure p "pressure";
  input Units.SI.SpecificEntropy s "specific entropy";
  input Units.SI.Temperature Tguess "guess temperature, e.g. from adjacent volume";
  input Units.SI.SpecificEntropy relds "iteration accuracy";
  output Units.SI.Temperature T "temperature (K)";
  output Integer error "error flag: iteration failed if different from 0";
end tofpst5;

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