.ThermoSysPro.Properties.WaterSteamSimple.region_ps

Information

Returns the current region (valid values: 1,2,4) for given pressure and specific entropy

Interface

function region_ps
  input Units.SI.Pressure p "pressure";
  input Units.SI.SpecificEntropy s "specific entropy";
  input Integer mode = 0 "mode: 0 means check, otherwise assume region=mode";
  output Integer region "region (valid values: 1,2,4)";
end region_ps;

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