Sensible Heat Ratio / Latent Split (ASHRAE)

Given total cooling Btu/hr, return-air dry / wet-bulb, supply dry-bulb, CFM, and altitude.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Returns the sensible / latent split (1.08 / 4840 coefficients with altitude correction), SHR, and return / supply humidity ratios (grains/lb). Use the sensible-heat-ratio calculation instead if you already have both Q values. Per ASHRAE Fundamentals 2021 Ch. 1 / Ch. 18.

Q_sensible = 1.08 * CFM * (T_ra - T_sa) * (rho/rho_sea). Q_latent = Q_total - Q_sensible. SHR = Q_sensible / Q_total. W from dry-bulb / wet-bulb via ASHRAE Fund Ch.1 eq. 35: W = ((2501 - 2.326*T_wb_C)*W_s_wb - 1.006*(T_db_C - T_wb_C)) / (2501 + 1.86*T_db_C - 4.186*T_wb_C). dW = Q_latent / (4840 * CFM * rho_ratio). W_sa = W_ra - dW. Altitude correction P(z) = 101.325 * (1 - 2.25577e-5 * z_m)^5.2559.

ASHRAE Fundamentals 2021 Chapter 1 (psychrometrics) and Chapter 18 (nonresidential cooling and heating load calculations).

ashrae.org for TOC; full handbook is licensed.

Estimate. AHJ and licensed mechanical contractor govern. ACCA Manual J / D / S supersede rules of thumb.

Field names used by the API: total_capacity_btu_hr, return_db_F, return_wb_F, supply_db_F, cfm, Q_sensible_btu_hr, Q_latent_btu_hr, SHR

Related tools