USE EXCEL OR MATLAB IF YOU NEED
Given the dry-bulb temperature, Tdb andrelative humidity, Φ, the wet-bulb, Twbtemperature may be calculated from the psychrometric equation(Jones, 1994):
PvsΦ – Pss =PatmA (Twb-Tdb )                                             (1)
Use your input from the Table below.
The input Twb and Tdb are in oC(used in Eqs. (2) and (3) in Kelvin).  Â
Pss = saturated vapor pressure atTwb (kPa)
Pvs = saturated vapor pressure atTdb (kPa) Â Â
Pss = 10^[30.59051- 8.2 log10Twb + 0.0024804 Twb – 3142.31/Twb] ..........(2)
and
Pvs = 10^[30.59051- 8.2 log10Tdb + 0.0024804 Tdb – 3142.31/Tdb]    ........(3)
In the above two equations T is inKelvin and P in kPa (you have to convertthe temperatures from the input in oC to Kelvin).
Patm= atmospheric pressure (kPa)(Patm =101.325 kPa)
Tdb = dry-bulb temperature(oC)
Twb = wet-bulb temperature(oC)
A Â Â Â = 6.66x10-4C-1 (constant for sling psychrometer)
Φ = relative humidity (%) used in the calculations as (%/100).For example, for 80% relative humidity, input 0.8.
Solve Equation (1) for the wet-bulb temperature usingNewton-Raphson method. The input is as follows:Tdb= in oC and Φ= in % (to beconverted in the program to fraction, i.e., Φ=50% means Φ=0.5). Setthe tolerance to 10-4 . In other words, the absolutedifference between the results of two successive iterations shouldnot be more than 10-4. Check your answer usingPsychrometric chart/Thermo Textbook. Also, to check if your resultsare correct, use f=100% and you should getTwb=Tdb. S is yourlisting number.
S (for future use) | Tdb (C) | Relative Humidity (%) |
1 | 25 | 45 |