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. Properties calculation result (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: pressure p [Pa], temperature t [K]:

    wspVUSHCVWDERPTPT (p, t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    This is 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 (wspVUSHDERPTxPT) is used. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only two arguments p and t, and return array of results in SI units system.

  3. 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.

  4. 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.

  5. 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.

  6. 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.

  7. 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.

  8. 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.

  9. 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.

  10. 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.

  11. 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.

  12. 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.

  13. 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.

  14. 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.

  15. 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.

  16. 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.

  17. 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.

  18. 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.

  19. 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.

  20. 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.

  21. 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.

  22. 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.

  23. 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.

  24. 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.

  25. 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.

  26. 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.

  27. 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.

  28. 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.

  29. 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.

  30. 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.

  31. 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).

  32. 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).

  33. 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).

  34. 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).

  35. 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).

  36. 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).

  37. 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).

  38. 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).

  39. 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).

  40. 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).

  41. 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).

  42. 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).

  43. 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).

  44. 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).

  45. 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).

  46. 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).

  47. 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).

  48. 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).

  49. 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).

  50. 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).

  51. 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).

  52. 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).

  53. 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).

  54. 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).

  55. 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).

  56. 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).

  57. 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).

  58. 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).

  59. 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).

  60. 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).

  61. 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).

  62. 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).

  63. 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).

  64. 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).

  65. 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).

  66. 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).

  67. 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).

  68. 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).

  69. 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).

  70. 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).

  71. 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).

  72. 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).

  73. 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).

  74. 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).

  75. 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).

  76. 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).

  77. 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).

  78. 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).

  79. 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).

  80. 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).

  81. 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).

  82. 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.

  83. 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).

  84. 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).

  85. WaterSteamPro (MetaStable)

    Functions for calculating properties of meta-stable supercooled steam

  86. 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.

  87. 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.

  88. 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.

  89. 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.

  90. 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.

  91. 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.

  92. 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.

  93. 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.

  94. 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.

  95. 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.

  96. 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.

  97. 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.

  98. 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.

  99. WaterSteamPro (Source)

    Functions from IAPWS IF-97 and other formulations.

  100. 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.

  101. 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.

  102. 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 have type "long".

  103. 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 have type "long".

  104. 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.

  105. 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.

  106. 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.

  107. 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.

  108. 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.

  109. 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.

  110. 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.

  111. 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.

  112. 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.

  113. 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).

  114. Properties calculation result in area 1 (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: pressure p [Pa], temperature t [K]:

    wspVUSHCVWDERPT1PT (p, t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only two arguments p and t, and return array of results in SI units system.

  115. 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.

  116. 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.

  117. 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.

  118. 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.

  119. 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.

  120. 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.

  121. 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.

  122. 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).

  123. Properties calculation result in area 2 (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: pressure p [Pa], temperature t [K]:

    wspVUSHCVWDERPT2PT (p, t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only two arguments p and t, and return array of results in SI units system.

  124. 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.

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

    wspR3PTR0 (p, 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.

  126. 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.

  127. 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.

  128. 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.

  129. 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.

  130. 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.

  131. 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.

  132. 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.

  133. Properties calculation result in area 3 (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: density r [kg/m3], temperature t [K]:

    wspVUSHCVWDERPT3RT (r, t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only two arguments p and t, and return array of results in SI units system.

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

    wspV3PT (p, t)

    Based upon function wspR3PT.

  135. 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.

  136. 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.

  137. 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.

  138. 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.

  139. 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.

  140. 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.

  141. 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.

  142. 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).

  143. Properties calculation result in area 3 (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: pressure p [Pa], temperature t [K]:

    wspVUSHCVWDERPT3PT (p, t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only two arguments p and t, and return array of results in SI units system.

  144. 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.

  145. 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.

  146. 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.

  147. 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.

  148. 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.

  149. 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.

  150. 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.

  151. Properties calculation result in area 5 (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: pressure p [Pa], temperature t [K]:

    wspVUSHCVWDERPT5PT (p, t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    Based upon the IAPWS Industrial Formulation 1997 for thermodynamic Properties of Water and Steam. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only two arguments p and t, and return array of results in SI units system.

  152. 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).

  153. 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.

  154. 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.

  155. 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.

  156. 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.

  157. 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.

  158. 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.

  159. 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.

  160. 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.

  161. 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.

  162. 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.

  163. 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.

  164. 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.

  165. 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.

  166. 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.

  167. 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.

  168. 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.

  169. 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 have type "long".

  170. 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 have type "long".

  171. WaterSteamPro (Saturation Line)

    Functions of properties at saturation line.

  172. 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.

  173. Derivative of saturation pressure on saturation temperature [Pa/K] as function of: temperature t [K]:

    wspDPDTST (t)

    Functions is based upon "Supplementary Release on Saturation Properties of Ordinary Water Substance" from International Association for the Properties of Water and Steam.

  174. 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.

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

    wspVSST (t)

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

    wspVSWT (t)

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

    wspUSST (t)

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

    wspUSWT (t)

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

    wspSSST (t)

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

    wspSSWT (t)

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

    wspHSST (t)

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

    wspHSWT (t)

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

    wspCPSST (t)

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

    wspCPSWT (t)

  185. Specific heat capacity at constant volume (Cv) of steam at saturation line from the one-phase region= [J/(kg·K)] as function of: temperature t [K]:

    wspCVSST (t)

  186. Specific heat capacity at constant volume (Cv) of water at saturation line from the one-phase region= [J/(kg·K)] as function of: temperature t [K]:

    wspCVSWT (t)

  187. Specific isochoric heat capacity (Cv) of steam at saturation line from the double-phase region [J/(kg·K)] as function of: temperature t [K]:

    wspCVDPSST (t)

    Function return the sum of specific isochoric heat capacity of steam from one-phase region (function wspCVSST) and additiona increment, the last calculated with corresponding thermodynamic formulas.

  188. Specific isochoric heat capacity (Cv) of water at saturation line from the double-phase region [Ac/(ea·K)] as function of: nledldrnodr t [K]:

    wspCVDPSWT (t)

    Function return the sum of specific isochoric heat capacity of water from one-phase region (function wspCVSWT) and additiona increment, the last calculated with corresponding thermodynamic formulas.

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

    wspWSST (t)

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

    wspWSWT (t)

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

    wspTHERMCONDSST (t)

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

    wspTHERMCONDSWT (t)

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

    wspDYNVISSST (t)

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

    wspDYNVISSWT (t)

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

    wspPRANDTLESST (t)

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

    wspPRANDTLESWT (t)

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

    wspKINVISSST (t)

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

    wspKINVISSWT (t)

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

    wspKSST (t)

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

    wspKSWT (t)

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

    wspJOULETHOMPSONSST (t)

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

    wspJOULETHOMPSONSWT (t)

  203. 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.

  204. Properties calculation result for water at saturation line (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: temperature t [K]:

    wspVUSHCVWDERPTSWT (t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    Function based upon IF-97 formulation. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only one argument t, and return array of results in SI units system.

  205. Properties calculation result for steam at saturation line (specific volume V [m3/kg], specific internal energy U [J/kg], specific entropy S [J/(kg·K)], specific enthalpy H [J/kg], specific isochoric heat capacity CV [J/(kg·K)], sound velocity W [m/sec], derivate of specific volume on pressure with constant temperature DVDPt [m3/(kg·Pa)], derivate of specific internal energy on pressure with constant temperature DUDPt [J/(kg·Pa)], derivate of specific entropy on pressure with constant temperature DSDPt [J/(kg·K·Pa)], derivate of specific enthalpy on pressure with constant temperature DHDPt [J/(kg·Pa)], derivate of specific volume on temperature with constant pressure DVDTp [m3/(kg·K)], derivate of specific internal energy on temperature with constant pressure DUDTp [J/(kg·K)], derivate of specific entropy on temperature with constant pressure DSDTp [J/(kg·K·K)], derivate of specific enthalpy on temperature with constant pressure DHDTp [J/(kg·K)]) as function of: temperature t [K]:

    wspVUSHCVWDERPTSST (t, *V, *U, *S, *H, *CV, *W, *DVDPt, *DUDPt, *DSDPt, *DHDPt, *DVDTp, *DUDTp, *DSDTp, *DHDTp)

    Function based upon IF-97 formulation. This function return the properties set, so it is significally increase calculation speed. In Mathcad this function depends upon only one argument t, and return array of results in SI units system.

  206. WaterSteamPro (Double phase area)

    Functions of properties in double-phase area.

  207. 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.

  208. 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.

  209. 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.

  210. 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.

  211. 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.

  212. 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 wspCVDPSST and wspCVDPSWT which return specific heat capacities at constant volume (Cv) of steam and water at saturation line in the double-phase region area. The function use next formula: CVx = (1 - X)·CVDPw + X·CVDPs, where CVDPs = wspCVDPSST, CVDPw = wspCVDPSWT and X - degree of dryness. Until version 5.6 this function use functions wspCVSST and wspCVSWT. This is not right from the point of view of thermodynamic, because don't consider the properties jump at saturation line. From version 5.6 used right formula.

  213. 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 function wspKSTX for calculating sound velocity in double-phase area from the point of view of thermodynamic. But this function don't consider the flow structure. Until version 5.6 this function use next formula: Wx = (1 - X)·Ww + X·Ws, where Ws = wspWSST, Ww = wspWSWT and X - degree of dryness, this is not right from the point of view of thermodynamic. This is not right from the point of view of thermodynamic, because don't consider the properties jump at saturation line. From version 5.6 used right formula.

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

    wspJOULETHOMPSONSTX (t, x)

    Function calculated the propert Joule-Thompson coefficient in double phase area with it's definition: JT = (dT/dP)h. Until version 5.6 this function use the functions wspJOULETHOMPSONSST and wspJOULETHOMPSONSWT and return value from next formula: JTx = (1 - X)·JOULETHOMPSONw + X·JOULETHOMPSONs, where JOULETHOMPSONs = wspJOULETHOMPSONSST, JOULETHOMPSONw = wspJOULETHOMPSONSWT and X - degree of dryness. This is not right from the definitions of Joule-Thompson. But now it is calculated proper.

  215. 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.

  216. 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.

  217. 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.

  218. 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.

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

    wspKSTX (t, x)

    Function return the value of isoentropic exponent in double-phase area with properties jump at saturation line. Until version 5.6 this function use next formula: Kx = (1 - X)·Kw + X·Ks, where Ks = wspKSST, Kw = wspKSWT and X - degree of dryness. But this is not right from the point of view of thermodynamic. Now it's calculated properly.

  220. 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.

  221. 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.

  222. 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.

  223. 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.

  224. 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.

  225. 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 - CVDPw)/(CVDPs - CVDPw), where CVDPw = wspCVDPSWT, CVDPs = wspCVDPSST.

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

    wspXSTW (t, w)

    From version 5.6 this function calculate value of sound velocity in double-phase region from isoentropic exponent, so it's proper from the point of view of thermodynamic. Until version 5.6 this function use formula: X = (W - Ww)/(Ws - Ww), where Ww = wspWSWT, Ws = wspWSST. The last is not right. Now calculated right value.

  227. 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.

  228. 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.

  229. 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.

  230. 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.

  231. 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.

  232. 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.

  233. WaterSteamPro (System)

    System and adjustment functions.

  234. 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.

  235. Internal tolerance of the WaterSteamPro:

    wspGETTOLERANCE ()

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

  236. 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 have type "long".

  237. 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 have type "long".

  238. 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 have type "long".

  239. Mode of checking the range of functions arguments:

    wspGETCHECKRANGEMODE ()

    Return zero if the checking is disabled.

    Note: Function result have type "long".

  240. 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 have type "long".

  241. 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 have type "long".

  242. 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 have type "string".

  243. 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 have type "void".

  244. 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.

  245. 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.

  246. 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 have type "long".

  247. 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 have type "long".

  248. 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.

  249. 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.

  250. 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.

  251. 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.

  252. 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.

  253. 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.

  254. Internal version of the WaterSteamPro:

    wspGETWSPVERSION ()

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