.ThermoSysPro.Properties.WaterSteam.BaseIF97.Regions

Information

Package description

Package Regions contains a large number of auxiliary functions which are neede to compute the current region of the IAPWS/IF97 for a given pair of input variables as quickly as possible. The focus of this implementation was on computational efficiency, not on compact code. Many of the function values calulated in these functions could be obtained using the fundamental functions of IAPWS/IF97, but with considerable overhead. If the region of IAPWS/IF97 is known in advance, the input variable mode can be set to the region, then the somewhat costly region checks are omitted. The checking for the phase has to be done outside the region functions because many properties are not differentiable at the region boundary. If the input phase is 2, the output region will be set to 4 immediately.

Package contents

The main 4 functions in this package are the functions returning the appropriate region for two input variables.

In addition, functions of the boiling and condensation curves compute the specific enthalpy, specific entropy, or density on these curves. The functions for the saturation pressure and temperature are included in the package Basic because they are part of the original IAPWS/IF97 standards document. These functions are also aliased to be used directly from package Water.

All other functions are auxiliary functions called from the region functions to check a specific boundary.

Version Info and Revision history

Authors: Hubertus Tummescheit, Jonas Eborn and Falko Jens Wagner
Modelon AB
Ideon Science Park
SE-22370 Lund, Sweden
email: hubertus@modelon.se

Contents

NameDescription
 boundary23ofTboundary function for region boundary between regions 2 and 3 (input temperature)
 boundary23ofpboundary function for region boundary between regions 2 and 3 (input pressure)
 hlowerofp5explicit lower specific enthalpy limit of region 5 as function of pressure
 hupperofp5explicit upper specific enthalpy limit of region 5 as function of pressure
 slowerofp5explicit lower specific entropy limit of region 5 as function of pressure
 supperofp5explicit upper specific entropy limit of region 5 as function of pressure
 hlowerofp1explicit lower specific enthalpy limit of region 1 as function of pressure
 hupperofp1explicit upper specific enthalpy limit of region 1 as function of pressure (meets region 4 saturation pressure curve at 623.15 K)
 slowerofp1explicit lower specific entropy limit of region 1 as function of pressure
 supperofp1explicit upper specific entropy limit of region 1 as function of pressure (meets region 4 saturation pressure curve at 623.15 K)
 hlowerofp2explicit lower specific enthalpy limit of region 2 as function of pressure (meets region 4 saturation pressure curve at 623.15 K)
 hupperofp2explicit upper specific enthalpy limit of region 2 as function of pressure
 slowerofp2explicit lower specific entropy limit of region 2 as function of pressure (meets region 4 saturation pressure curve at 623.15 K)
 supperofp2explicit upper specific entropy limit of region 2 as function of pressure
 d1ndensity in region 1 as function of p and T
 d2ndensity in region 2 as function of p and T
 dhot1ofpdensity at upper temperature limit of region 1
 dupper1ofTdensity at upper pressure limit of region 1
 hl_p_R4bexplicit approximation of liquid specific enthalpy on the boundary between regions 4 and 3
 hv_p_R4bexplicit approximation of vapour specific enthalpy on the boundary between regions 4 and 3
 sl_p_R4bexplicit approximation of liquid specific entropy on the boundary between regions 4 and 3
 sv_p_R4bexplicit approximation of vapour specific entropy on the boundary between regions 4 and 3
 rhol_p_R4bexplicit approximation of liquid density on the boundary between regions 4 and 3
 rhov_p_R4bexplicit approximation of vapour density on the boundary between regions 4 and 2
 boilingcurve_pproperties on the boiling curve
 dewcurve_pproperties on the dew curve
 hvl_p
 hl_pliquid specific enthalpy on the boundary between regions 4 and 3 or 1
 hv_pvapour specific enthalpy on the boundary between regions 4 and 3 or 2
 hvl_p_derderivative function for the specific enthalpy along the phase boundary
 rhovl_p
 rhol_pdensity of saturated water
 rhov_pdensity of saturated vapour
 rhovl_p_der
 sl_pliquid specific entropy on the boundary between regions 4 and 3 or 1
 sv_pvapour specific entropy on the boundary between regions 4 and 3 or 2
 rhol_Tdensity of saturated water
 rhov_Tdensity of saturated vapour
 region_phreturn the current region (valid values: 1,2,3,4,5) in IF97 for given pressure and specific enthalpy
 region_psreturn the current region (valid values: 1,2,3,4,5) in IF97 for given pressure and specific entropy
 region_pTreturn the current region (valid values: 1,2,3,5) in IF97, given pressure and temperature
 region_dTreturn the current region (valid values: 1,2,3,4,5) in IF97, given density and temperature

Generated at 2024-05-17T18:15:58Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos