Results 1 to 2 of 2

Need to calculate the Grains Per Pound of Moisture From Tempature and Relative Humidity

Threaded View

  1. #1
    Registered User
    Join Date
    03-23-2017
    Location
    houston
    MS-Off Ver
    excel 2013
    Posts
    2

    Need to calculate the Grains Per Pound of Moisture From Tempature and Relative Humidity

    I have an excel spreadsheet put together have columns designated for documenting Temperature and Relative Humidity readings for drying wet structures. I need to know the formula for calculating the Grains Per Pound (GPP) using excel 2010. The long version of the formula is as follows:

    Given the relative humidities at various temperatures, calculate the absolute humidities (in grains of water per pound of air) at those temperatures. The absolute humidity of the ambient air is the saturation humidity multiplied by the percentage relative humidity and divided by 100: Habs = (Hsat )(RH / 100) where: Habs = absolute humidity at a given temp Hsat = saturation humidity at the same given temp RH = percentage relative humidity at the same given temp First, you must calculate the saturation humidity at each of your temperature data points: Hsat = (7000)(18.02 / 28.85)(PS)/(Pamb - PS) where: Hsat = grains of water per pound of air 7000 = grains per pound 18.02 = molecular weight of water 28.85 = molecular weight of dry air (taken as 79 vol % nitrogen, 21 vol % oxygen) PS = vapor pressure of water at temperature T Pamb = ambient pressure (You will need a good set of steam tables to look up the vapor pressure of water at each of your temperature data points) Example calculation of Hsat at 68 oF and an ambient atmospheric pressure of 14.696 psia: From the steam tables, the vapor pressure of water is 0.3389 psia at 68 oF. Hsat = (7000)(18.02/28.85)(0.3389)/(14.696 - 0.3389) = 103.2 grains of water/lb of air Now if your relative humidity data point at 68 oF was say 60%, then: Habs = (103.2)(60/100) = 61.9 grains of water/lb of air It is quite easy to set up a spreadsheet to convert your relative humidity data as per the above example ... then all that would be needed is to enter the water vapor pressure values at each of your temperature data points.

    Read more: http://wiki.answers.com/Q/How_do_you...#ixzz26MYR14tW



    Spreadsheet attached


    Thank you
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 3
    Last Post: 03-24-2017, 01:27 AM
  2. Macro to calculate columns relative to button location
    By Fullalove in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-01-2015, 12:48 PM
  3. How to calculate needed value using sub's arguments only as relative cellnames?
    By SKY_SHY in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-27-2015, 09:45 AM
  4. Calculate Target Number relative to time alloted
    By Hailhailpmc in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 06-11-2013, 09:14 AM
  5. [SOLVED] Macro to Calculate Relative Percentage for Each value in Selection
    By lesoies in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-18-2012, 11:29 PM
  6. Convert Relative Humidity to Absolute Humidity ?
    By Cam in forum Excel General
    Replies: 5
    Last Post: 11-19-2009, 05:21 PM
  7. Calculate relative frequency?
    By mlh0654 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-11-2006, 11:15 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1