INTELLIGENT WORK FORUMS FOR ENGINEERING PROFESSIONALS
Member Login
Come Join Us!
Are you a Engineering professional? Join Eng-Tips now!
Talk With Other Members
Be Notified Of Responses To Your Posts
Keyword Search
One-Click Access To Your Favorite Forums
Automated Signatures On Your Posts
Best Of All, It's Free!
*Eng-Tips's functionality depends on members receiving e-mail. By joining you are opting in to receive e-mail.
Partner With Us!
"Best Of Breed" Forums Add Stickiness To Your Site
(Download This Button Today!)
Member Feedback
"...I am very happy with the whole site and would like to extend my compliments to all of you who work to make it one of the most useful sites (If not THE Most Useful) ...and the easiest to navigate..."
I have the dry bulb temperature and relative humidity in % and would like to calculate the wet bulb. it is 15 years of data or 4800 rows of Excel, therefore a formula will be very helpful instead of using psychrometric chart.
You need an equation for vapor pressure of water vs. temperature, such as the Antoine equation (do a Google search, or fit it yourself from steam tables.
From dry bulb temperature, you calculate the equilibrium (saturated, or 100% humidity) vapor pressure of water. That times the actual humidity (%/100) gives the actual partial pressure of water. Then invert the vapor pressure equation to find the (wet bulb) temperature corresponding to that vapor pressure.
The procedure described by DickRussell will give you the Dew Point and not the Wet Bulb Temperature. But you need the Dew Point anyway to get to the WB Temp.
Unfortunately it is an iterative procedure. I'm not too clever at doing iterative things in a spreadsheet, but on this web site it is claimed that 10 iterations is enough to get the correct answer. I would just copy the formula into 10 adjacent columns where each one feeds its answer into the next column, and then I would take the answer from the last column. With a bit of experimentation you will quickly see if the answer is converging within the 10 iterations.
I happen to have needed to calculate WB Temp for an evaporation-pond project so I followed katmar's link and ran through 10 iterations on 36 temperature/humidity pairs. The average WB Temp at the end was 8.5K different from the start and a couple of values changed by over 25K (8%).
My error function was rapidly approaching an asymptote after 5 iterations, the last 5 didn't really add much.
With the "precision" of my starting data (i.e., a standard NOAA average of averages, blended into a mean), I'm not sure that it was worth the added complexity of the spreadsheet, but with better data the iterative process looks to be worthwhile.
David Simpson, PE MuleShoe Engineering www.muleshoe-eng.com Please see FAQ731-376 for tips on how to make the best use of Eng-Tips Fora.
I use goal seek all the time, but I don't know how it could be applied here. It requires the variation of a single value and I don't know which value would fit.
In most equations, you would guess at Wet Bulb temp and goal seek on an error function. This process uses a pretty complex guess to start the process. I can see how to do it in MathCad, but I think that Excel lacks the horsepower to do this one.
On a range Tdry bulb=15..40[deg C] and rh=10...90[%]you can calculate the Twet bulb[degC] at P=1006[mbar](=755 Torr)with max relative error~6% with an approximative polynomial model that you can put in a cells. For lower Tdry and rh the relative error will be higher. Twet bulb= A*Tdry + B*rh + C*Tdry^2 + D*rh^2+ E*Tdry*rh + F where A=5,391260E-01 B=1,047837E-01 C=-7,493556E-04 D=-1,077432E-03 E=6,414631E-03 F=-5,151526E+00
regards m777182
Start A New Thread
Posting in the Eng-Tips forums is a member-only feature.
DESCRIPTION: -General engineering computer programs discussion technical support forum and mutual help system for engineering professionals. Selling and recruiting forbidden.