This dew point calculator takes a dry-bulb temperature and relative humidity and returns the dew point, wet bulb, humidity ratio, and enthalpy of the air, then checks the result against common HVAC surface temperatures to flag where condensation is likely. It is built for quickly screening pipes, ducts, glazing, and building surfaces for sweating and moisture problems.
Dew point is the single most useful number for condensation control: any surface colder than the dew point will collect water. The tool reports the margin between room temperature and dew point, grades the risk, and tags surfaces such as chilled-water pipe and cold supply duct so you can confirm insulation or dehumidification before moisture causes damage or mold.
| Dew point (Magnus) | α = ln(RH÷100) + a·T ÷ (b + T) |
| then | Tdp = b · α ÷ (a − α), a = 17.625, b = 243.04 (T in °C) |
| Humidity ratio | W = 0.62198 · Pw ÷ (P − Pw) |
| Enthalpy | h = 0.240 · T + W · (1061 + 0.444 · T) |
Dew point is computed with the Magnus approximation (a = 17.625, b = 243.04), a standard form consistent with ASHRAE Fundamentals Chapter 1 psychrometrics. Vapor pressure Pw = RH · Pws uses a Magnus-type saturation pressure, humidity ratio follows W = 0.62198 · Pw ÷ (P − Pw) at standard sea-level pressure, and wet bulb uses the Sprung approximation. Condensation is flagged whenever a surface temperature falls at or below the calculated dew point.