WaterSteamPro functions

    WaterSteamPro

    Common functions which is recommended to use.

  1. Surface tension [N/m] as function of temperature t [K]:

    wspSURFTENT (t)

    Based upon the IAPWS Release on The Surface Tension of Ordinary Water Substance 1995.

  2. Specific volume [m3/kg] as function of pressure p [Pa], temperature t [K]:

    wspVPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspVxPT) is used.

  3. Specific internal energy [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspUPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspUxPT) is used.

  4. Specific entropy [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspSPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspSxPT) is used.

  5. Specific enthalpy [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspHPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspHxPT) is used.

  6. Specific heat capacity at constant pressure (Cp) [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCPPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspCPxPT) is used.

  7. Specific heat capacity at constant volume (Cv) [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCVPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspCVxPT) is used.

  8. Sound velocity [m/sec] as function of pressure p [Pa], temperature t [K]:

    wspWPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspWxPT) is used.

  9. Thermal conduction [W/(m·K)] as function of pressure p [Pa], temperature t [K]:

    wspTHERMCONDPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. For calculation used the function wspTHERMCONDRT with density from the common function wspVPT.

  10. Dynamic viscosity [Pa·sec] as function of pressure p [Pa], temperature t [K]:

    wspDYNVISPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. For calculation used the function wspDYNVISRT with density from the common function wspVPT.

  11. Prandtl number as function of pressure p [Pa], temperature t [K]:

    wspPRANDTLEPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. For calculation used the formula: Pr = DYNVIS · CP / THERMCOND, where DYNVIS calculated via the function wspDYNVISPT, CP - via wspCPPT and THERMCOND - via wspTHERMCONDPT.

  12. Kinematic viscosity [m2/sec] as function of pressure p [Pa], temperature t [K]:

    wspKINVISPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. For calculation used the formula: KINVIS = DYNVIS · V, where DYNVIS calculated via the function wspDYNVISPT and V - via wspVPT.

  13. Isoentropic exponent as function of pressure p [Pa], temperature t [K]:

    wspKPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. For calculation used the formula: K = W · W / (P · V), where W (sound velocity) calculated via the function wspWPT, P - pressure and V (specific volume) - via wspVPT.

  14. Joule-Thompson coefficient [K/Pa] as function of pressure p [Pa], temperature t [K]:

    wspJOULETHOMPSONPT (p, t)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA2 is used for the determining of area. After that the necessary function (wspJOULETHOMPSONxPT) is used.

  15. Specific volume [m3/kg] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspVPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspVxPT or wspVSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  16. Specific internal energy [J/kg] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspUPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspUxPT or wspUSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  17. Specific entropy [J/(kg·K)] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspSPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspSxPT or wspSSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  18. Specific enthalpy [J/kg] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspHPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspHxPT or wspHSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  19. Specific heat capacity at constant pressure (Cp) [J/(kg·K)] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspCPPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspCPxPT or wspCPSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  20. Specific heat capacity at constant volume (Cv) [J/(kg·K)] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspCVPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspCVxPT or wspCVSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  21. Sound velocity [m/sec] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspWPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspWxPT or wspWSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  22. Thermal conduction [W/(m·K)] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspTHERMCONDPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspTHERMCONDPT or wspTHERMCONDSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  23. Dynamic viscosity [Pa·sec] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspDYNVISPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspDYNVISPT or wspDYNVISSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  24. Prandtl number as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspPRANDTLEPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspPRANDTLEPPT or wspPRANDTLEPSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  25. Kinematic viscosity [m2/sec] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspKINVISPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspKINVISPT or wspKINVISSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  26. Isoentropic exponent as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspKPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspKPT or wspKSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  27. Joule-Thompson coefficient [K/Pa] as function of pressure p [Pa], temperature t [K], degree of dryness x []:

    wspJOULETHOMPSONPTX (p, t, x)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREA is used for the determining of area. After that the necessary function (wspJOULETHOMPSONPT or wspJOULETHOMPSONSTX) is used. If the area is not the double-phase area than the degree of dryness is ignored.

  28. Temperature [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspTPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used.

  29. Temperature [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspTPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPS) is used.

  30. Specific internal energy [J/kg] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspUPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspUxPT or wspUSTX).

  31. Specific volume [m3/kg] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspVPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspVxPT or wspVSTX).

  32. Specific entropy [J/(kg·K)] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspSPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspSxPT or wspSSTX).

  33. Specific heat capacity at constant pressure (Cp) [J/(kg·K)] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspCPPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspCPxPT or wspCPSTX).

  34. Specific heat capacity at constant volume (Cv) [J/(kg·K)] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspCVPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspCVxPT or wspCVSTX).

  35. Sound velocity [m/sec] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspWPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspWxPT or wspWSTX).

  36. Dynamic viscosity [Pa·sec] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspDYNVISPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspDYNVISPT or wspDYNVISSTX).

  37. Kinematic viscosity [m2/sec] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspKINVISPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspKINVISPT or wspKINVISSTX).

  38. Prandtl number as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspPRANDTLEPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspPRANDTLEPT or wspPRANDTLESTX).

  39. Thermal conduction [W/(m·K)] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspTHERMCONDPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspTHERMCONDPT or wspTHERMCONDSTX).

  40. Isoentropic exponent as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspKPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspKPT or wspKSTX).

  41. Joule-Thompson coefficient [K/Pa] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspJOULETHOMPSONPH (p, h)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPH) is used. And the final step is calling the necessary function (wspJOULETHOMPSONPT or wspJOULETHOMPSONSTX).

  42. Specific internal energy [J/kg] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspUPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspUxPT or wspUSTX).

  43. Specific volume [m3/kg] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspVPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspVxPT or wspVSTX).

  44. Specific enthalpy [J/kg] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspHPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspHxPT or wspHSTX).

  45. Specific heat capacity at constant pressure (Cp) [J/(kg·K)] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspCPPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspCPxPT or wspCPSTX).

  46. Specific heat capacity at constant volume (Cv) [J/(kg·K)] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspCVPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspCVxPT or wspCVSTX).

  47. Sound velocity [m/sec] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspWPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspWxPT or wspWSTX).

  48. Dynamic viscosity [Pa·sec] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspDYNVISPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspDYNVISPT or wspDYNVISSTX).

  49. Kinematic viscosity [m2/sec] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspKINVISPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspKINVISPT or wspKINVISSTX).

  50. Prandtl number as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspPRANDTLEPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspPRANDTLEPT or wspPRANDLTESTX).

  51. Isoentropic exponent as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspKPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspKPT or wspKSTX).

  52. Thermal conduction [W/(m·K)] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspTHERMCONDPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPS is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspTHERMCONDPT or wspTHERMCONDSTX).

  53. Joule-Thompson coefficient [K/Pa] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspJOULETHOMPSONPS (p, s)

    This is the common function. The arguments lies in all IF-97 parameters range. The function wspWATERSTATEAREAPH is used for the determining of area. After that the necessary function (wspTxPS) is used. And the final step is calling the necessary function (wspJOULETHOMPSONPT or wspJOULETHOMPSONSTX).

  54. Temperature [K] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspTEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  55. Specific volume [m3/kg] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspVEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  56. Specific internal energy [J/kg] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspUEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  57. Specific enthalpy [J/kg] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspHEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  58. Specific entropy [J/(kg·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspSEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  59. Specific heat capacity at constant pressure (Cp) [J/(kg·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspCPEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  60. Specific heat capacity at constant volume (Cv) [J/(kg·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspCVEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  61. Sound velocity [m/sec] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspWEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  62. Thermal conduction [W/(m·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspTHERMCONDEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  63. Kinematic viscosity [m2/sec] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspKINVISEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  64. Dynamic viscocity [Pa·sec] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspDYNVISEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  65. Prandtl number as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspPRANDTLEEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  66. Isoentropic coefficient as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspKEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  67. Joule-Thompson coefficient [K/Pa] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspJOULETHOMPSONEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  68. Temperature [K] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspTEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  69. Specific volume [m3/kg] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspVEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  70. Specific internal energy [J/kg] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspUEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  71. Specific enthalpy [J/kg] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspHEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  72. Specific entropy [J/(kg·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspSEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  73. Specific heat capacity at constant pressure (Cp) [J/(kg·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspCPEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  74. Specific heat capacity at constant volume (Cv) [J/(kg·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspCVEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  75. Sound velocity [m/sec] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspWEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  76. Thermal conduction [W/(m·K)] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspTHERMCONDEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  77. Kinematic viscosity [m2/sec] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspKINVISEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  78. Dynamic viscocity [Pa·sec] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspDYNVISEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  79. Prandtl number as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspPRANDTLEEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  80. Isoentropic coefficient as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspKEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  81. Joule-Thompson coefficient [K/Pa] as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspJOULETHOMPSONEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff). Note: In ActiveX object "WSP.WSPCalculator" this function named as "wspJOULETHOMPSONEXPANSIONPTXPEF" due to limitation in function name length in COM.

  82. Degree of dryness as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], degree of dryness in initial point x0 [], pressure in final point p1 [Pa], internal efficiency eff []:

    wspXEXPANSIONPTXPEFF (p0, t0, x0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, x0 to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  83. Degree of dryness as function of pressure in initial point p0 [Pa], temperature in initial point t0 [K], pressure in final point p1 [Pa], internal efficiency eff []:

    wspXEXPANSIONPTPEFF (p0, t0, p1, eff)

    This is the common function. Function return the value in the end of the expansion process from the initial point with arguments p0, t0, to pressure p1 with efficiency eff. Process calculate with next formula: h1 = h0 - eff * (h0 - h1isoent), where h0 - specific enthalpy in initial point, h1 - specific enthalpy in final point of the expansion, eff - efficiency, h1isoentr - specific enthalpy in final point with isoentropic expansion (s = Const). For the calculating the process of compression you must to use instead the efficiency eff the inverse number (i.e. 1/eff).

  84. WaterSteamPro (Source)

    Functions from IAPWS IF-97 and other formulations.

  85. Pressure at line between areas 2 and 3 [Pa] as function of temperature t [K]:

    wspP23T (t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. Used in function wspWATERSTATEAREA when area is determined.

  86. Temperature at line between areas 2 and 3 [K] as function of pressure p [Pa]:

    wspT23P (p)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. Used in function wspWATERSTATEAREA when area is determined.

  87. Water state area as function of pressure p [Pa], temperature t [K]:

    wspWATERSTATEAREA (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam areas allocation for determining area. Used in common functions.

    Note: Function result has type "long".

  88. Water state area (version 2) as function of pressure p [Pa], temperature t [K]:

    wspWATERSTATEAREA2 (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam areas allocation for determining area (version 2 - without area 4 - saturation line). Used in common functions.

    Note: Function result has type "long".

  89. Thermal conduction [W/(m·K)] as function of density r [kg/m3], temperature t [K]:

    wspTHERMCONDRT (r, t)

    Based upon the IAPWS Formulation 1985 for thermal Conductivity with ITS-90 (International Temperature Scale) correction.

  90. Dynamic viscosity [Pa·sec] as function of density r [kg/m3], temperature t [K]:

    wspDYNVISRT (r, t)

    Based upon the IAPWS Formulation 1985 for the Viscosity of Ordinary Water Substance with ITS-90 (International Temperature Scale) correction.

  91. Specific volume in area 1 [m3/kg] as function of pressure p [Pa], temperature t [K]:

    wspV1PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  92. Specific internal energy in area 1 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspU1PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  93. Specific entropy in area 1 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspS1PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  94. Specific enthalpy in area 1 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspH1PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  95. Specific heat capacity at constant pressure (Cp) in area 1 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCP1PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  96. Specific heat capacity at constant volume (Cv) in area 1 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCV1PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  97. Sound velocity in area 1 [m/sec] as function of pressure p [Pa], temperature t [K]:

    wspW1PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  98. Joule-Thompson coefficient in area 1 [K/Pa] as function of pressure p [Pa], temperature t [K]:

    wspJOULETHOMPSON1PT (p, t)

    Function use the formula: JT = (T*dV/dT - V)/Cp, where T - temperature, dV/dT - differential quotient (dV/dT)p, V - volume, Cp - isobaric heat capacity (Cp).

  99. Specific volume in area 2 [m3/kg] as function of pressure p [Pa], temperature t [K]:

    wspV2PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  100. Specific internal energy in area 2 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspU2PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  101. Specific entropy in area 2 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspS2PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  102. Specific enthalpy in area 2 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspH2PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  103. Specific heat capacity at constant pressure (Cp) in area 2 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCP2PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  104. Specific heat capacity at constant volume (Cv) in area 2 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCV2PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  105. Sound velocity in area 2 [m/sec] as function of pressure p [Pa], temperature t [K]:

    wspW2PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  106. Joule-Thompson coefficient in area 2 [K/Pa] as function of pressure p [Pa], temperature t [K]:

    wspJOULETHOMPSON2PT (p, t)

    Function use the formula: JT = (T*dV/dT - V)/Cp, where T - temperature, dV/dT - differential quotient (dV/dT)p, V - volume, Cp - isobaric heat capacity (Cp).

  107. Pressure in area 3 [Pa] as function of density r [kg/m3], temperature t [K]:

    wspP3RT (r, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  108. Density in area 3 [kg/m3] as function of density r [kg/m3], temperature t [K], initial density r0 [kg/m3]:

    wspR3PTR0 (r, t, r0)

    Use Newton method with initial value to determine the density from p and t. Used for unification of calculation properties in all IF-97 areas.

  109. Density in area 3 [kg/m3] as function of pressure p [Pa], temperature t [K]:

    wspR3PT (p, t)

    Calculate the density in area 3 with function wspR3PTR0 with the corresponding initial values for water and steam. Used for unification of calculation properties in all IF-97 areas.

  110. Specific internal energy in area 3 [J/kg] as function of density r [kg/m3], temperature t [K]:

    wspU3RT (r, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  111. Specific entropy in area 3 [J/(kg·K)] as function of density r [kg/m3], temperature t [K]:

    wspS3RT (r, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  112. Specific enthalpy in area 3 [J/kg] as function of density r [kg/m3], temperature t [K]:

    wspH3RT (r, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  113. Specific heat capacity at constant pressure (Cp) in area 3 [J/(kg·K)] as function of density r [kg/m3], temperature t [K]:

    wspCP3RT (r, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  114. Specific heat capacity at constant volume (Cv) in area 3 [J/(kg·K)] as function of density r [kg/m3], temperature t [K]:

    wspCV3RT (r, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  115. Sound velocity in area 3 [m/sec] as function of density r [kg/m3], temperature t [K]:

    wspW3RT (r, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  116. Specific volume in area 3 [m3/kg] as function of pressure p [Pa], temperature t [K]:

    wspV3PT (p, t)

    Based upon function wspR3PT.

  117. Specific internal energy in area 3 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspU3PT (p, t)

    Based upon functions wspR3PT and wspU3RT.

  118. Specific entropy in area 3 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspS3PT (p, t)

    Based upon functions wspR3PT and wspS3RT.

  119. Specific enthalpy in area 3 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspH3PT (p, t)

    Based upon functions wspR3PT and wspH3RT.

  120. Specific heat capacity at constant pressure (Cp) in area 3 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCP3PT (p, t)

    Based upon functions wspR3PT and wspCP3RT.

  121. Specific heat capacity at constant volume (Cv) in area 3 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCV3PT (p, t)

    Based upon functions wspR3PT and wspCV3RT.

  122. Sound velocity in area 3 [m/sec] as function of pressure p [Pa], temperature t [K]:

    wspW3PT (p, t)

    Based upon functions wspR3PT and wspW3RT.

  123. Joule-Thompson coefficient in area 3 [K/Pa] as function of density r [kg/m3], temperature t [K]:

    wspJOULETHOMPSON3RT (r, t)

    Calculate the Joule-Thompson coefficient for area 3 of IF-97 Formulation.

  124. Joule-Thompson coefficient in area 3 [K/Pa] as function of pressure p [Pa], temperature t [K]:

    wspJOULETHOMPSON3PT (p, t)

    Calculate the Joule-Thompson coefficient for area 3 of IF-97 Formulation. This function use for the first function wspR3PT(p, t) for calculating density and after return the value from the function wspJOULETHOMPSON3RT(r, t).

  125. Specific volume in area 5 [m3/kg] as function of pressure p [Pa], temperature t [K]:

    wspV5PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  126. Specific internal energy in area 5 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspU5PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  127. Specific entropy in area 5 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspS5PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  128. Specific enthalpy in area 5 [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspH5PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  129. Specific heat capacity at constant pressure (Cp) in area 5 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCP5PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  130. Specific heat capacity at constant volume (Cv) in area 5 [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCV5PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  131. Sound velocity in area 5 [m/sec] as function of pressure p [Pa], temperature t [K]:

    wspW5PT (p, t)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  132. Temperature in area 1 [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspT1PH (p, h)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  133. Joule-Thompson coefficient in area 5 [K/Pa] as function of pressure p [Pa], temperature t [K]:

    wspJOULETHOMPSON5PT (p, t)

    Function use the formula: JT = (T*dV/dT - V)/Cp, where T - temperature, dV/dT - differential quotient (dV/dT)p, V - volume, Cp - isobaric heat capacity (Cp).

  134. Temperature in area 1 [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspT1PS (p, s)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  135. Temperature in area 2a [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspT2APH (p, h)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  136. Temperature in area 2a [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspT2APS (p, s)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  137. Temperature in area 2b [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspT2BPH (p, h)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  138. Temperature in area 2b [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspT2BPS (p, s)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  139. Temperature in area 2c [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspT2CPH (p, h)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  140. Temperature in area 2c [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspT2CPS (p, s)

    Based upon the Additional Formulations for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  141. Temperature in area 2 [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspT2PH (p, h)

    Based upon functions wspT2APH, wspT2BPH and wspT2CPH.

  142. Temperature in area 2 [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspT2PS (p, s)

    Based upon functions wspT2APS, wspT2BPS and wspT2CPS.

  143. Temperature in area 3 [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspT3PH (p, h)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. The function use the Newton method for determine the root of function with two arguments.

  144. Temperature in area 3 [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspT3PS (p, s)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. The function use the Newton method for determine the root of function with two arguments.

  145. Temperature in area 5 [K] as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspT5PH (p, h)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. The function use the Newton method for determine the root of function with two arguments.

  146. Temperature in area 5 [K] as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspT5PS (p, s)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. The function use the Newton method for determine the root of function with two arguments.

  147. Pressure at line between areas 2b and 2c [Pa] as function of specific enthalpy h [J/kg]:

    wspP2B2CH (h)

    Based upon the Additional Formulation for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  148. Specific enthalpy at line between areas 2b and 2c [J/kg] as function of pressure p [Pa]:

    wspH2B2CP (p)

    Based upon the Additional Formulation for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam.

  149. Water State Area as function of pressure p [Pa], specific enthalpy h [J/kg]:

    wspWATERSTATEAREAPH (p, h)

    Based upon the Additional Formulation for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam areas allocation for determining area. Used in common functions.

    Note: Function result has type "long".

  150. Water State Area as function of pressure p [Pa], specific entropy s [J/(kg·K)]:

    wspWATERSTATEAREAPS (p, s)

    Based upon the Additional Formulation for the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam areas allocation for determining area. Used in common functions.

    Note: Function result has type "long".

  151. WaterSteamPro (Saturation Line)

    Functions of properties at saturation line.

  152. Pressure at saturation line [Pa] as function of temperature t [K]:

    wspPST (t)

    Based upon the Supplementary Release on Saturation Properties of Ordinary Water Substance from IAPWS.

  153. Temperature at saturation line [K] as function of pressure p [Pa]:

    wspTSP (p)

    Based upon the Supplementary Release on Saturation Properties of Ordinary Water Substance from IAPWS.

  154. Specific volume of steam at saturation line [m3/kg] as function of temperature t [K]:

    wspVSST (t)

  155. Specific volume of water at saturation line [m3/kg] as function of temperature t [K]:

    wspVSWT (t)

  156. Specific internal energy of steam at saturation line [J/kg] as function of temperature t [K]:

    wspUSST (t)

  157. Specific internal energy of water at saturation line [J/kg] as function of temperature t [K]:

    wspUSWT (t)

  158. Specific entropy of steam at saturation line [J/(kg·K)] as function of temperature t [K]:

    wspSSST (t)

  159. Specific entropy of water at saturation line [J/(kg·K)] as function of temperature t [K]:

    wspSSWT (t)

  160. Specific enthalpy of steam at saturation line [J/kg] as function of temperature t [K]:

    wspHSST (t)

  161. Specific enthalpy of water at saturation line [J/kg] as function of temperature t [K]:

    wspHSWT (t)

  162. Specific heat capacity at constant pressure (Cp) of steam at saturation line [J/(kg·K)] as function of temperature t [K]:

    wspCPSST (t)

  163. Specific heat capacity at constant pressure (Cp) of water at saturation line [J/(kg·K)] as function of temperature t [K]:

    wspCPSWT (t)

  164. Specific heat capacity at constant volume (Cv) of steam at saturation line [J/(kg·K)] as function of temperature t [K]:

    wspCVSST (t)

  165. Specific heat capacity at constant volume (Cv) of water at saturation line [J/(kg·K)] as function of temperature t [K]:

    wspCVSWT (t)

  166. Sound velocity in steam at saturation line [m/sec] as function of temperature t [K]:

    wspWSST (t)

  167. Sound velocity in water at saturation line [m/sec] as function of temperature t [K]:

    wspWSWT (t)

  168. Thermal conduction of steam at saturation line [W/(m·K)] as function of temperature t [K]:

    wspTHERMCONDSST (t)

  169. Thermal conduction of water at saturation line [W/(m·K)] as function of temperature t [K]:

    wspTHERMCONDSWT (t)

  170. Dynamic viscosity of steam at saturation line [Pa·sec] as function of temperature t [K]:

    wspDYNVISSST (t)

  171. Dynamic viscosity of water at saturation line [Pa·sec] as function of temperature t [K]:

    wspDYNVISSWT (t)

  172. Prandtl number of steam at saturation line as function of temperature t [K]:

    wspPRANDTLESST (t)

  173. Prandtl number of water at saturation line as function of temperature t [K]:

    wspPRANDTLESWT (t)

  174. Kinematic viscosity of steam at saturation line [m2/sec] as function of temperature t [K]:

    wspKINVISSST (t)

  175. Kinematic viscosity of water at saturation line [m2/sec] as function of temperature t [K]:

    wspKINVISSWT (t)

  176. Isoentropic exponent of steam at saturation line as function of temperature t [K]:

    wspKSST (t)

  177. Isoentropic exponent of water at saturation line as function of temperature t [K]:

    wspKSWT (t)

  178. Joule-Thompson coefficient of steam at saturation line [K/Pa] as function of temperature t [K]:

    wspJOULETHOMPSONSST (t)

  179. Joule-Thompson coefficient of water at saturation line [K/Pa] as function of temperature t [K]:

    wspJOULETHOMPSONSWT (t)

  180. Specific evaporation heat [J/kg] as function of temperature t [K]:

    wspRST (t)

    Calculate as r = (hs - hw), where hs - specific enthalpy of steam at saturation line, hw - specific enthalpy of water at saturation line.

  181. WaterSteamPro (Double phase area)

    Functions of properties in double-phase area.

  182. Specific volume in double phase area [m3/kg] as function of temperature t [K], degree of dryness x []:

    wspVSTX (t, x)

    This function use the functions wspVSST and wspVSWT which return specific volumes of steam and water at saturation line. The function use next formula: Vx = (1 - X)·Vw + X·Vs, where Vs = wspVSST, Vw = wspVSWT and X - degree of dryness.

  183. Specific internal energy in double phase area [J/kg] as function of temperature t [K], degree of dryness x []:

    wspUSTX (t, x)

    This function use the functions wspUSST and wspUSWT which return specific internal energies of steam and water at saturation line. The function use next formula: Ux = (1 - X)·Uw + X·Us, where Us = wspUSST, Uw = wspUSWT and X - degree of dryness.

  184. Specific entropy in double phase area [J/(kg·K)] as function of temperature t [K], degree of dryness x []:

    wspSSTX (t, x)

    This function use the functions wspSSST and wspSSWT which return specific entropies of steam and water at saturation line. The function use next formula: Sx = (1 - X)·Sw + X·Ss, where Ss = wspSSST, Sw = wspSSWT and X - degree of dryness.

  185. Specific enthalpy in double phase area [J/kg] as function of temperature t [K], degree of dryness x []:

    wspHSTX (t, x)

    This function use the functions wspHSST and wspHSWT which return specific enthalpies of steam and water at saturation line. The function use next formula: Hx = (1 - X)·Hw + X·Hs, where Hs = wspHSST, Hw = wspHSWT and X - degree of dryness.

  186. Specific heat capacity at constant pressure (Cp) in double phase area [J/(kg·K)] as function of temperature t [K], degree of dryness x []:

    wspCPSTX (t, x)

    This function use the functions wspCPSST and wspCPSWT which return specific heat capacities at constant pressure (Cp) of steam and water at saturation line. The function use next formula: CPx = (1 - X)·CPw + X·CPs, where CPs = wspCPSST, CPw = wspCPSWT and X - degree of dryness.

  187. Specific heat capacity at constant volume (Cv) in double phase area [J/(kg·K)] as function of temperature t [K], degree of dryness x []:

    wspCVSTX (t, x)

    This function use the functions wspCVSST and wspCVSWT which return specific heat capacities at constant volume (Cv) of steam and water at saturation line. The function use next formula: CVx = (1 - X)·CVw + X·CVs, where CVs = wspCVSST, CVw = wspCVSWT and X - degree of dryness.

  188. Sound velocity in double phase area [m/sec] as function of temperature t [K], degree of dryness x []:

    wspWSTX (t, x)

    This function use the functions wspWSST and wspWSWT which return sound velocities of steam and water at saturation line. The function use next formula: Wx = (1 - X)·Ww + X·Ws, where Ws = wspWSST, Ww = wspWSWT and X - degree of dryness.

  189. Thermal conduction in double phase area [W/(m·K)] as function of temperature t [K], degree of dryness x []:

    wspTHERMCONDSTX (t, x)

    This function use the functions wspTHERMCONDSST and wspTHERMCONDSWT which return thermal conductions of steam and water at saturation line. The function use next formula: THERMCONDx = (1 - X)·THERMCONDw + X·THERMCONDs, where THERMCONDs = wspTHERMCONDSST, THERMCONDw = wspTHERMCONDSWT and X - degree of dryness.

  190. Dynamic viscosity in double phase area [Pa·sec] as function of temperature t [K], degree of dryness x []:

    wspDYNVISSTX (t, x)

    This function use the functions wspDYNVISSST and wspDYNVISSWT which return dynamic viscosities of steam and water at saturation line. The function use next formula: DYNVISx = (1 - X)·DYNVISw + X·DYNVISs, where DYNVISs = wspDYNVISSST, DYNVISw = wspDYNVISSWT and X - degree of dryness.

  191. Prandtl number in double phase area as function of temperature t [K], degree of dryness x []:

    wspPRANDTLESTX (t, x)

    This function use the functions wspPRANDTLESST and wspPRANDTLESWT which return Prandtl numbers of steam and water at saturation line. The function use next formula: PRANDTLEx = (1 - X)·PRANDTLEw + X·PRANDTLEs, where PRANDTLEs = wspPRANDTLESST, PRANDTLEw = wspPRANDTLESWT and X - degree of dryness.

  192. Kinematic viscosity in double phase area [m2/sec] as function of temperature t [K], degree of dryness x []:

    wspKINVISSTX (t, x)

    This function use the functions wspKINVISSST and wspKINVISSWT which return kinematic viscosities of steam and water at saturation line. The function use next formula: KINVISx = (1 - X)·KINVISw + X·KINVISs, where KINVISs = wspKINVISSST, KINVISw = wspKINVISSWT and X - degree of dryness.

  193. Isoentropic exponent in double phase area as function of temperature t [K], degree of dryness x []:

    wspKSTX (t, x)

    This function use the functions wspKSST and wspKSWT which return isoentropic exponent of steam and water at saturation line. The function use next formula: Kx = (1 - X)·Kw + X·Ks, where Ks = wspKSST, Kw = wspKSWT and X - degree of dryness.

  194. Joule-Thompson coefficient in double phase area [K/Pa] as function of temperature t [K], degree of dryness x []:

    wspJOULETHOMPSONSTX (t, x)

    This function use the functions wspJOULETHOMPSONSST and wspJOULETHOMPSONSWT which return isoentropic exponent of steam and water at saturation line. The function use next formula: JOULETHOMPSONx = (1 - X)·JOULETHOMPSONw + X·JOULETHOMPSONs, where JOULETHOMPSONs = wspJOULETHOMPSONSST, JOULETHOMPSONw = wspJOULETHOMPSONSWT and X - degree of dryness.

  195. Degree of dryness as function of temperature t [K], specific volume v [m3/kg]:

    wspXSTV (t, v)

    This function use formula: X = (V - Vw)/(Vs - Vw), where Vw = wspVSWT, Vs = wspVSST.

  196. Degree of dryness as function of temperature t [K], specific internal energy u [J/kg]:

    wspXSTU (t, u)

    This function use formula: X = (U - Uw)/(Us - Uw), where Uw = wspUSWT, Us = wspUSST.

  197. Degree of dryness as function of temperature t [K], specific entropy s [J/(kg·K)]:

    wspXSTS (t, s)

    This function use formula: X = (S - Sw)/(Ss - Sw), where Sw = wspSSWT, Ss = wspSSST.

  198. Degree of dryness as function of temperature t [K], specific enthalpy h [J/kg]:

    wspXSTH (t, h)

    This function use formula: X = (H - Hw)/(Hs - Hw), where Hw = wspHSWT, Hs = wspHSST.

  199. Degree of dryness as function of temperature t [K], specific heat capacity at constant pressure (Cp) cp [J/(kg·K)]:

    wspXSTCP (t, cp)

    This function use formula: X = (CP - CPw)/(CPs - CPw), where CPw = wspCPSWT, CPs = wspCPSST.

  200. Degree of dryness as function of temperature t [K], specific heat capacity at constant volume (Cv) cv [J/(kg·K)]:

    wspXSTCV (t, cv)

    This function use formula: X = (CV - CVw)/(CVs - CVw), where CVw = wspCVSWT, CVs = wspCVSST.

  201. Degree of dryness as function of temperature t [K], sound velocity w [m/sec]:

    wspXSTW (t, w)

    This function use formula: X = (W - Ww)/(Ws - Ww), where Ww = wspWSWT, Ws = wspWSST.

  202. Degree of dryness as function of temperature t [K], thermal conduction tc [W/(m·K)]:

    wspXSTTHERMCOND (t, tc)

    This function use formula: X = (TC - TCw)/(TCs - TCw), where TCw = wspTHERMCONDSWT, TCs = wspTHERMCONDSST.

  203. Degree of dryness as function of temperature t [K], dynamic viscosity dv [Pa·sec]:

    wspXSTDYNVIS (t, dv)

    This function use formula: X = (DV - DVw)/(DVs - DVw), where DVw = wspDYNVISSWT, DVs = wspDYNVISSST.

  204. Degree of dryness as function of temperature t [K], kinematic viscosity kv [m2/sec]:

    wspXSTKINVIS (t, kv)

    This function use formula: X = (KV - KVw)/(KVs - KVw), where KVw = wspKINVISSWT, KVs = wspKINVISSST.

  205. Degree of dryness as function of temperature t [K], Prandtl number pr []:

    wspXSTPRANDTLE (t, pr)

    This function use formula: X = (PR - PRw)/(PRs - PRw), where PRw = wspPRANDTLESWT, PRs = wspPRANDTLESST.

  206. Degree of dryness as function of temperature t [K], Isoentropic exponent k []:

    wspXSTK (t, k)

    This function use formula: X = (K - Kw)/(Ks - Kw), where Kw = wspKSWT, Ks = wspKSST.

  207. Degree of dryness as function of temperature t [K], Joule-Thomspon coefficient jt [K/Pa]:

    wspXSTJOULETHOMPSON (t, jt)

    This function use formula: X = (JOULETHOMPSON - JOULETHOMPSONw)/(JOULETHOMPSONs - JOULETHOMPSONw), where JOULETHOMPSONw = wspJOULETHOMPSONSWT, JOULETHOMPSONs = wspJOULETHOMPSONSST.

  208. WaterSteamPro (MetaStable)

    Functions for calculating properties of meta-stable supercooled steam

  209. Specific volume of meta-stable supercooled steam [m3/kg] as function of pressure p [Pa], temperature t [K]:

    wspVMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  210. Specific internal energy of meta-stable supercooled steam [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspUMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  211. Specific entropy of meta-stable supercooled steam [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspSMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  212. Specific enthalpy of meta-stable supercooled steam [J/kg] as function of pressure p [Pa], temperature t [K]:

    wspHMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  213. Specific heat capacity at constant pressure (Cp) of meta-stable supercooled steam [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCPMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  214. Specific heat capacity at constant volume (Cv) of meta-stable supercooled steam [J/(kg·K)] as function of pressure p [Pa], temperature t [K]:

    wspCVMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  215. Sound velocity of meta-stable supercooled steam [m/sec] as function of pressure p [Pa], temperature t [K]:

    wspWMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  216. Thermal conduction of meta-stable supercooled steam [W/(m·K)] as function of pressure p [Pa], temperature t [K]:

    wspTHERMCONDMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  217. Dynamic viscosity of meta-stable supercooled steam [Pa·sec] as function of pressure p [Pa], temperature t [K]:

    wspDYNVISMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  218. Prandtl number of meta-stable supercooled steam as function of pressure p [Pa], temperature t [K]:

    wspPRANDTLEMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  219. Kinematic viscosity of meta-stable supercooled steam [m2/sec] as function of pressure p [Pa], temperature t [K]:

    wspKINVISMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  220. Isoentropic exponent of meta-stable supercooled steam as function of pressure p [Pa], temperature t [K]:

    wspKMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  221. Joule-Thompson coefficient of meta-stable supercooled steam [K/Pa] as function of pressure p [Pa], temperature t [K]:

    wspJOULETHOMPSONMSPT (p, t)

    This function calculate the properties of super-cooled steam (in meta-stable area). The parameters range lie below pressure 10 MPa and degree of dryness above 95%. For calculating used the special formulation for calculating meta-stable area based upon IAPWS IF-97.

  222. WaterSteamPro (System)

    System and adjustment functions.

  223. Set and return internal tolerance of the WaterSteamPro as function of tolerance tolerance []:

    wspSETTOLERANCE (tolerance)

    Used in functions with arguments (p, h) and (p, s). This tolerance is relative.

  224. Internal tolerance of the WaterSteamPro:

    wspGETTOLERANCE ()

    Used in functions with arguments (p, h) and (p, s). This tolerance is relative.

  225. Set and return a mode of management of tolerance as function of mode mode []:

    wspSETTOLERANCEMODE (mode)

    Used in functions with arguments p, h and p, s (wspTxPH and wspTxPS). If argument equal to zero the management of tolerance disabled and the speed of functions is increased while the tolerance is decreased.

    Note: Function result has type "long".

  226. Mode of management of tolerance:

    wspGETTOLERANCEMODE ()

    Used in functions with arguments p, h and p, s (wspTxPH and wspTxPS). Zero if the management of tolerance is disabled.

    Note: Function result has type "long".

  227. Set and return a mode of checking the range of functions arguments as function of mode mode []:

    wspSETCHECKRANGEMODE (mode)

    Used in functions before calculating. If argument mode equal to zero the checking is disabled and the speed of functions is increased but may occur errors and the result may be wrong.

    Note: Function result has type "long".

  228. Mode of checking the range of functions arguments:

    wspGETCHECKRANGEMODE ()

    Return zero if the checking is disabled.

    Note: Function result has type "long".

  229. Set and return a last error code as function of error code ErrCode []:

    wspSETLASTERROR (ErrCode)

    This function can be used for estimation of quantity of errors since all error codes are enumerated starting with zero (no error) and subsequently in increasing order. In the case of a range overrun the function returns (and sets) zero value - that means no error.

    Note: Function result has type "long".

  230. Last error code:

    wspGETLASTERROR ()

    Return last error occurred in any functions except system functions. Any function call (except system) set the error code to zero (no error).

    Note: Function result has type "long".

  231. Last error description:

    wspGETLASTERRORDESCRIPTION ()

    Return last error description occurred in any function call except system functions. The result of function define in library OKAWSP5.DLL as LPCSTR (ANSI-symbols), but in ActiveX-object WSP.WSPCalculator - as BSTR (Unicode). So in Visual Basic you must use the ActiveX-version of function.

    Note: Function result has type "string".

  232. Process related registration of the WaterSteamPro as function of registration name name [], registration key key []:

    wspLOCALREGISTRATION (name, key)

    May be used in commercial programs.

    Note: Function result has type "void".

  233. Set and return maximum difference between saturation temperature and input temperature for function wspWATERSTATEAREA [K] as function of delta delta [K]:

    wspSETDELTATS (delta)

    If difference less than argument of this function (delta) the function wspWATERSTATEAREA return double phase area.

  234. Maximum difference between saturation temperature and input temperature for function wspWATERSTATEAREA [K]:

    wspGETDELTATS ()

    If difference less than argument of this function (delta) the function wspWATERSTATEAREA return double phase area.

  235. Set and return maximum iteration's count for Newton method as function of maximum iteration maxiteration []:

    wspSETMAXITERATION (maxiteration)

    This number used when the Newton method used. If number of iterations more than this value the error WSP_CANT_FIND_ROOT (3) occur.

    Note: Function result has type "long".

  236. Maximum iteration's count for Newton method:

    wspGETMAXITERATION ()

    This number used when the Newton method used. If number of iterations more than this value the error WSP_CANT_FIND_ROOT (3) occur.

    Note: Function result has type "long".

  237. Set and return maximum difference between pressure values at estimation of the area 3 parameters [Pa] as function of delta pressure delta [Pa]:

    wspSETDELTAPRESSURE (delta)

    In area 3 used the Newton method. This method stopped when the difference between values less then delta or maximum iteration count reached.

  238. Maximum difference between pressure values at estimation of the area 3 parameters [Pa]:

    wspGETDELTAPRESSURE ()

    In area 3 used the Newton method. This method stopped when the difference between values less then return value of this function or maximum iteration count reached.

  239. Set and return initial value for water in area 3 [kg/m3] as function of density r [kg/m3]:

    wspSETINITWATERDENSITY (r)

    In area 3 used the Newton method. This method need the initial value. The function wspR3PT use this value to determine density of water.

  240. Initial value for water in area 3 [kg/m3]:

    wspGETINITWATERDENSITY ()

    In area 3 used the Newton method. This method need the initial value. The function wspR3PT use this value to determine density of water.

  241. Set and return the initial value for steam in area 3 [kg/m3] as function of density r [kg/m3]:

    wspSETINITSTEAMDENSITY (r)

    In area 3 used the Newton method. This method need the initial value. The function wspR3PT use this value to determine density of steam.

  242. Initial value for steam in area 3 [kg/m3]:

    wspGETINITSTEAMDENSITY ()

    In area 3 used the Newton method. This method need the initial value. The function wspR3PT use this value to determine density of steam.

  243. Internal version of the WaterSteamPro:

    wspGETWSPVERSION ()

    The format of version is x.yzzz where x - major version, y - minor version, zzz - revision.