Back to Blog
PsychrometricsFeatured

Psychrometric Calculations: Complete Handbook for HVAC Engineers

Master psychrometric calculations including dry-bulb temperature, wet-bulb temperature, relative humidity, enthalpy, and humidity ratio calculations for HVAC design.

HVAC Engineering Team
February 8, 2025
8 min read
PsychrometricsHumidityEnthalpyHVAC DesignAir Properties

Psychrometric Calculations: Complete Handbook for HVAC Engineers

Psychrometrics is the study of air-water vapor mixtures and their properties. Understanding psychrometric calculations is fundamental to HVAC design, as it enables engineers to determine air properties, calculate cooling and heating loads, design air conditioning processes, and optimize system performance. This comprehensive handbook covers everything from basic psychrometric properties to advanced calculation methods and practical applications.

Understanding Psychrometric Properties

Basic Properties

Dry-Bulb Temperature (DBT):

  • Temperature measured by ordinary thermometer
  • Symbol: T or TdbT_{db}
  • Units: °F or °C

Wet-Bulb Temperature (WBT):

  • Temperature measured by thermometer with wet wick
  • Symbol: TwbT_{wb}
  • Units: °F or °C
  • Indicates moisture content

Dew Point Temperature (DPT):

  • Temperature at which condensation begins
  • Symbol: TdpT_{dp}
  • Units: °F or °C
  • Indicates absolute humidity

Relative Humidity (RH):

  • Ratio of actual vapor pressure to saturation pressure
  • Symbol: φ or RH
  • Units: % (0-100%)

Humidity Ratio (W):

  • Mass of water vapor per mass of dry air
  • Symbol: W or ω
  • Units: lb water/lb dry air or kg water/kg dry air

Enthalpy (h):

  • Total heat content (sensible + latent)
  • Symbol: h
  • Units: BTU/lb dry air or kJ/kg dry air

Specific Volume (v):

  • Volume per unit mass of dry air
  • Symbol: v
  • Units: ft³/lb or m³/kg

Fundamental Psychrometric Equations

Relative Humidity

RH=PvPsat×100%RH = \frac{P_v}{P_{sat}} \times 100\%

Where:

  • PvP_v = Partial pressure of water vapor
  • PsatP_{sat} = Saturation pressure at dry-bulb temperature

Saturation Pressure (Empirical):

Psat=exp(C1T+C2+C3T+C4T2+C5T3+C6lnT)P_{sat} = \exp\left(\frac{C_1}{T} + C_2 + C_3 T + C_4 T^2 + C_5 T^3 + C_6 \ln T\right)

Where T is in Kelvin, constants vary by temperature range.

Simplified (For Water):

lnPsat=5800.2206T+1.39149930.04860239T+0.41764768×104T2\ln P_{sat} = \frac{-5800.2206}{T} + 1.3914993 - 0.04860239T + 0.41764768 \times 10^{-4}T^2

Humidity Ratio

W=0.62198×PvPatmPvW = 0.62198 \times \frac{P_v}{P_{atm} - P_v}

Where:

  • PatmP_{atm} = Atmospheric pressure
  • 0.62198 = Ratio of molecular weights (18/29)

From Relative Humidity:

W=0.62198×RH×PsatPatmRH×PsatW = 0.62198 \times \frac{RH \times P_{sat}}{P_{atm} - RH \times P_{sat}}

Enthalpy

For Moist Air:

h=cpaT+W(cpwT+hfg)h = c_{pa} T + W(c_{pw} T + h_{fg})

Where:

  • cpac_{pa} = Specific heat of dry air (0.24 BTU/lb·°F)
  • cpwc_{pw} = Specific heat of water vapor (0.45 BTU/lb·°F)
  • hfgh_{fg} = Latent heat of vaporization (1,061 BTU/lb at 32°F)

Simplified (0°F Reference):

h=0.24Tdb+W(1,061+0.45Tdb)h = 0.24 T_{db} + W(1,061 + 0.45 T_{db})

In SI Units:

h=1.006Tdb+W(2,501+1.86Tdb)h = 1.006 T_{db} + W(2,501 + 1.86 T_{db})

Where T is in °C, h in kJ/kg.

Specific Volume

v=RaTPatmPv=RaT(1+1.6078W)Patmv = \frac{R_a T}{P_{atm} - P_v} = \frac{R_a T(1 + 1.6078W)}{P_{atm}}

Where:

  • RaR_a = Gas constant for air (53.35 ft·lbf/lb·°R)

Simplified:

v=0.37048×Tdb+460Patm×(1+1.6078W)v = 0.37048 \times \frac{T_{db} + 460}{P_{atm}} \times (1 + 1.6078W)

Wet-Bulb Temperature Calculations

Psychrometric Equation

hfgWwb+cpa(TdbTwb)=hfgW+cpwW(TdbTwb)h_{fg} W_{wb} + c_{pa}(T_{db} - T_{wb}) = h_{fg} W + c_{pw} W(T_{db} - T_{wb})

Simplified Approximation:

Twb=Tdbhfg(Wsat,wbW)cpa+cpwWT_{wb} = T_{db} - \frac{h_{fg}(W_{sat,wb} - W)}{c_{pa} + c_{pw} W}

Where Wsat,wbW_{sat,wb} is saturation humidity ratio at wet-bulb temperature.

Iterative Method

  1. Guess TwbT_{wb}
  2. Calculate Wsat,wbW_{sat,wb} at TwbT_{wb}
  3. Calculate W from psychrometric equation
  4. Compare with known W
  5. Adjust TwbT_{wb} and repeat

Empirical Formula

Carrier's Equation:

Twb=Tdb(TdbTdp)(0.00066Patm+0.0000002Tdb2)1+0.00066(TdbTdp)T_{wb} = T_{db} - \frac{(T_{db} - T_{dp})(0.00066P_{atm} + 0.0000002T_{db}^2)}{1 + 0.00066(T_{db} - T_{dp})}

Dew Point Temperature

Calculation from Humidity Ratio

Tdp=243.5ln(Pv/6.112)17.67ln(Pv/6.112)T_{dp} = \frac{243.5 \ln(P_v/6.112)}{17.67 - \ln(P_v/6.112)}

Where PvP_v is in kPa, TdpT_{dp} in °C.

From Relative Humidity:

Pv=RH×Psat(Tdb)P_v = RH \times P_{sat}(T_{db})

Then calculate TdpT_{dp} from PvP_v.

Approximation

TdpTdb100RH5T_{dp} \approx T_{db} - \frac{100 - RH}{5}

Rough approximation, accurate within ±2°F for RH > 50%.

Psychrometric Processes

Sensible Heating

Process: Constant humidity ratio, increasing temperature

Heat Added:

Qsensible=m˙acpa(T2T1)Q_{sensible} = \dot{m}_a c_{pa}(T_2 - T_1)

Or:

Qsensible=1.08×CFM×(T2T1)Q_{sensible} = 1.08 \times CFM \times (T_2 - T_1)

Where:

  • 1.08 = Air constant (0.075 × 0.24 × 60/0.1337)

Sensible Cooling

Process: Constant humidity ratio, decreasing temperature

Heat Removed:

Qsensible=m˙acpa(T1T2)Q_{sensible} = \dot{m}_a c_{pa}(T_1 - T_2)

Or:

Qsensible=1.08×CFM×(T1T2)Q_{sensible} = 1.08 \times CFM \times (T_1 - T_2)

Humidification

Process: Constant dry-bulb temperature, increasing humidity

Water Added:

m˙w=m˙a(W2W1)\dot{m}_w = \dot{m}_a(W_2 - W_1)

Latent Heat:

Qlatent=m˙whfgQ_{latent} = \dot{m}_w h_{fg}

Or:

Qlatent=4,840×CFM×(W2W1)Q_{latent} = 4,840 \times CFM \times (W_2 - W_1)

Where:

  • 4,840 = Latent heat constant

Dehumidification

Process: Removing moisture, typically with cooling

Moisture Removed:

m˙w=m˙a(W1W2)\dot{m}_w = \dot{m}_a(W_1 - W_2)

Total Cooling:

Qtotal=Qsensible+QlatentQ_{total} = Q_{sensible} + Q_{latent}

Evaporative Cooling

Process: Constant wet-bulb temperature, decreasing dry-bulb

Temperature Reduction:

T2=T1ηevap(T1Twb)T_2 = T_1 - \eta_{evap}(T_1 - T_{wb})

Where ηevap\eta_{evap} is evaporative efficiency (0.7-0.9).

Final Humidity:

W2=W1+cpa(T1T2)hfgW_2 = W_1 + \frac{c_{pa}(T_1 - T_2)}{h_{fg}}

Adiabatic Mixing

Two Air Streams:

Mass Balance:

m˙1+m˙2=m˙3\dot{m}_1 + \dot{m}_2 = \dot{m}_3

Energy Balance:

m˙1h1+m˙2h2=m˙3h3\dot{m}_1 h_1 + \dot{m}_2 h_2 = \dot{m}_3 h_3

Moisture Balance:

m˙1W1+m˙2W2=m˙3W3\dot{m}_1 W_1 + \dot{m}_2 W_2 = \dot{m}_3 W_3

Resulting Conditions:

T3=m˙1T1+m˙2T2m˙1+m˙2T_3 = \frac{\dot{m}_1 T_1 + \dot{m}_2 T_2}{\dot{m}_1 + \dot{m}_2}
W3=m˙1W1+m˙2W2m˙1+m˙2W_3 = \frac{\dot{m}_1 W_1 + \dot{m}_2 W_2}{\dot{m}_1 + \dot{m}_2}

Cooling Load Calculations

Sensible Cooling Load

Qs=1.08×CFM×(TreturnTsupply)Q_s = 1.08 \times CFM \times (T_{return} - T_{supply})

Latent Cooling Load

Ql=4,840×CFM×(WreturnWsupply)Q_l = 4,840 \times CFM \times (W_{return} - W_{supply})

Total Cooling Load

Qt=Qs+QlQ_t = Q_s + Q_l

Or from Enthalpy:

Qt=4.5×CFM×(hreturnhsupply)Q_t = 4.5 \times CFM \times (h_{return} - h_{supply})

Where:

  • 4.5 = Enthalpy constant (60 × 0.075/1.0)

Sensible Heat Ratio (SHR)

SHR=QsQt=QsQs+QlSHR = \frac{Q_s}{Q_t} = \frac{Q_s}{Q_s + Q_l}

Indicates ratio of sensible to total load.

Practical Examples

Example 1: Calculate All Properties

Given:

  • Dry-bulb: 75°F
  • Relative humidity: 50%
  • Atmospheric pressure: 14.696 psia

Find: W, h, TwbT_{wb}, TdpT_{dp}, v

Solution:

Saturation Pressure at 75°F: From steam tables: Psat=0.430P_{sat} = 0.430 psia

Vapor Pressure:

Pv=0.50×0.430=0.215 psiaP_v = 0.50 \times 0.430 = 0.215 \text{ psia}

Humidity Ratio:

W=0.62198×0.21514.6960.215=0.0092 lb water/lb dry airW = 0.62198 \times \frac{0.215}{14.696 - 0.215} = 0.0092 \text{ lb water/lb dry air}

Enthalpy:

h=0.24×75+0.0092(1,061+0.45×75)=18.0+10.1=28.1 BTU/lbh = 0.24 \times 75 + 0.0092(1,061 + 0.45 \times 75) = 18.0 + 10.1 = 28.1 \text{ BTU/lb}

Dew Point: From Pv=0.215P_v = 0.215 psia: Tdp=55°FT_{dp} = 55°F

Wet-Bulb (Approximate):

Twb62.5°FT_{wb} \approx 62.5°F

Specific Volume:

v=0.37048×75+46014.696×(1+1.6078×0.0092)=13.7 ft³/lbv = 0.37048 \times \frac{75 + 460}{14.696} \times (1 + 1.6078 \times 0.0092) = 13.7 \text{ ft³/lb}

Example 2: Cooling Process

Given:

  • Entering: 80°F DB, 67°F WB
  • Leaving: 55°F DB, 54°F WB
  • Airflow: 2,000 CFM

Find: Cooling capacity

Solution:

Entering Conditions: From psychrometric chart:

  • h1=31.5h_1 = 31.5 BTU/lb
  • W1=0.0112W_1 = 0.0112 lb/lb

Leaving Conditions:

  • h2=22.8h_2 = 22.8 BTU/lb
  • W2=0.0090W_2 = 0.0090 lb/lb

Total Cooling:

Qt=4.5×2,000×(31.522.8)=78,300 BTU/hr=6.5 tonsQ_t = 4.5 \times 2,000 \times (31.5 - 22.8) = 78,300 \text{ BTU/hr} = 6.5 \text{ tons}

Sensible Cooling:

Qs=1.08×2,000×(8055)=54,000 BTU/hrQ_s = 1.08 \times 2,000 \times (80 - 55) = 54,000 \text{ BTU/hr}

Latent Cooling:

Ql=4,840×2,000×(0.01120.0090)=21,296 BTU/hrQ_l = 4,840 \times 2,000 \times (0.0112 - 0.0090) = 21,296 \text{ BTU/hr}

Check:

Qt=54,000+21,296=75,296 BTU/hrQ_t = 54,000 + 21,296 = 75,296 \text{ BTU/hr}

SHR:

SHR=54,00075,296=0.72SHR = \frac{54,000}{75,296} = 0.72

Example 3: Adiabatic Mixing

Given:

  • Stream 1: 1,000 CFM, 80°F DB, 50% RH
  • Stream 2: 500 CFM, 60°F DB, 40% RH

Find: Mixed air conditions

Solution:

Properties: Stream 1: h1=30.5h_1 = 30.5 BTU/lb, W1=0.0108W_1 = 0.0108 lb/lb Stream 2: h2=21.2h_2 = 21.2 BTU/lb, W2=0.0045W_2 = 0.0045 lb/lb

Mass Flows: Assuming v=13.8v = 13.8 ft³/lb:

m˙1=1,00013.8=72.5 lb/min\dot{m}_1 = \frac{1,000}{13.8} = 72.5 \text{ lb/min}
m˙2=50013.8=36.2 lb/min\dot{m}_2 = \frac{500}{13.8} = 36.2 \text{ lb/min}

Mixed Conditions:

W3=72.5×0.0108+36.2×0.004572.5+36.2=0.0087 lb/lbW_3 = \frac{72.5 \times 0.0108 + 36.2 \times 0.0045}{72.5 + 36.2} = 0.0087 \text{ lb/lb}
h3=72.5×30.5+36.2×21.2108.7=27.4 BTU/lbh_3 = \frac{72.5 \times 30.5 + 36.2 \times 21.2}{108.7} = 27.4 \text{ BTU/lb}

Dry-Bulb:

T3=72.5×80+36.2×60108.7=73.3°FT_3 = \frac{72.5 \times 80 + 36.2 \times 60}{108.7} = 73.3°F

Example 4: Humidification

Given:

  • Air: 70°F DB, 30% RH
  • Target: 50% RH
  • Airflow: 1,500 CFM

Find: Water addition rate

Solution:

Initial: W1=0.0032W_1 = 0.0032 lb/lb

Final: W2=0.0054W_2 = 0.0054 lb/lb

Water Addition:

m˙w=1,50013.5×(0.00540.0032)=0.244 lb/min=14.6 lb/hr\dot{m}_w = \frac{1,500}{13.5} \times (0.0054 - 0.0032) = 0.244 \text{ lb/min} = 14.6 \text{ lb/hr}

Or:

m˙w=4,840×1,500×(0.00540.0032)/1,061=15.5 lb/hr\dot{m}_w = 4,840 \times 1,500 \times (0.0054 - 0.0032) / 1,061 = 15.5 \text{ lb/hr}

Psychrometric Chart Usage

Chart Properties

Axes:

  • X-axis: Dry-bulb temperature
  • Y-axis: Humidity ratio

Lines:

  • Constant dry-bulb: Vertical
  • Constant humidity ratio: Horizontal
  • Constant relative humidity: Curved
  • Constant wet-bulb: Diagonal
  • Constant enthalpy: Diagonal (approximately)
  • Constant specific volume: Diagonal

Using the Chart

  1. Locate State Point:
  • Use any two properties
  • Common: DB + WB, DB + RH, DB + DPT
  1. Read Other Properties:
  • Follow lines to axes
  • Interpolate between lines
  1. Plot Processes:
  • Sensible: Horizontal
  • Humidification: Vertical
  • Cooling: Diagonal

Software and Tools

Psychrometric Calculators

Online Tools:

  • ASHRAE Psychrometric Calculator
  • Various web-based calculators
  • Mobile apps

Software:

  • Excel spreadsheets
  • Engineering software
  • HVAC design programs

Calculation Methods

Iterative Methods:

  • For complex calculations
  • Wet-bulb determination
  • Process optimization

Lookup Tables:

  • Steam tables
  • Psychrometric tables
  • Standard data

Best Practices

  1. Use Consistent Units:
  • Imperial or SI throughout
  • Convert properly
  • Check conversions
  1. Verify Results:
  • Check against psychrometric chart
  • Use multiple methods
  • Verify energy balance
  1. Account for Altitude:
  • Adjust atmospheric pressure
  • Correct properties
  • Use local conditions
  1. Consider Practical Limits:
  • Equipment capabilities
  • Process constraints
  • Energy efficiency
  1. Document Assumptions:
  • Standard conditions
  • Calculation methods
  • Source data

Conclusion

Psychrometric calculations are fundamental to HVAC design and analysis. Understanding properties, equations, and processes enables accurate load calculations, system design, and performance optimization.

Key principles:

  • Psychrometric properties are interrelated
  • Processes follow specific paths on chart
  • Energy and mass balances must be satisfied
  • Proper calculations ensure accurate design
  • Tools and charts aid in analysis

By mastering these calculation methods and understanding psychrometric processes, you can design efficient HVAC systems that provide optimal comfort while minimizing energy consumption. Regular use of psychrometric analysis ensures systems perform as designed and enables troubleshooting when issues arise.

Remember that psychrometrics is both science and art—understanding the theory enables practical application, but experience and judgment are also valuable in real-world design and operation.

Learning Purpose - Visit Official Websites

Note: This article is for learning purposes only. For exact standards, codes, and authoritative information, please visit the official websites of standards organizations. Always refer to the latest official standards and building codes for your specific project requirements.

Take Your Learning Further

Visit official standards organizations and norms websites to access the latest standards, codes, and authoritative documentation for comprehensive understanding and compliance.

Important: Official standards organizations provide the most current and authoritative information for HVAC design, installation, and compliance. Always refer to the latest official standards and building codes for your specific project requirements.

EcoPredict.in

Advanced Environmental Prediction Platform & Green Building Consultant

EcoPredict.in is a cutting-edge environmental prediction and analysis platform, and a certified green building consultant designed for professionals, researchers, and organizations seeking accurate environmental forecasting and data insights.

Our platform leverages advanced machine learning algorithms and comprehensive environmental data to provide reliable predictions, trend analysis, and actionable insights for climate monitoring, environmental planning, and sustainability initiatives. We offer expert consulting services for green building certification including IGBC and GRIHA.

Key Features

  • Advanced Predictions: AI-powered environmental forecasting with high accuracy
  • Real-time Data: Access to live environmental monitoring and data streams
  • Comprehensive Analytics: Detailed reports and visualizations for data-driven decisions
  • Custom Solutions: Tailored predictions for specific industries and use cases
  • Global Coverage: Environmental data and predictions for locations worldwide
  • Energy Modeling: Comprehensive building energy analysis and optimization
  • HVAC Simulation: Advanced heating, ventilation, and air conditioning system modeling
  • CFD Simulation: Computational Fluid Dynamics analysis for airflow and thermal modeling
  • Green Building Consultant: Expert guidance for sustainable building design and certification

Certifications & Accreditations

IGBC Certified

Indian Green Building Council

GRIHA Certified

Green Rating for Integrated Habitat Assessment

Green Building

Sustainable Design & Construction

Ideal For

Climate Research

Environmental Planning

Sustainability Projects

Risk Assessment

Energy Modeling

HVAC Simulation

CFD Simulation

Building Analysis

Green Building

IGBC Certification

GRIHA Certification

Ready to explore environmental predictions?

Visit EcoPredict.in and discover the future of environmental forecasting

Visit EcoPredict.in

Platform Type

Environmental Prediction & Analytics

Access

Web-Based Platform