.ThermoSysPro.Properties.WaterSteam.BaseIF97.Inverses.dtofph3

Information

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

Interface

function dtofph3
  import ThermoSysPro;
  extends Modelica.Icons.Function;
  input Units.SI.Pressure p "pressure";
  input Units.SI.SpecificEnthalpy h "specific enthalpy";
  input Units.SI.Pressure delp "iteration accuracy";
  input Units.SI.SpecificEnthalpy delh "iteration accuracy";
  output Units.SI.Density d "density";
  output Units.SI.Temperature T "temperature (K)";
  output Integer error "error flag: iteration failed if different from 0";
end dtofph3;

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