Drying-Equipment Sensible Heat Load and Ventilation

The sensible heat drying equipment dumps into a chamber, and the ventilation to clear it.

Run the calculator

Example

You enter

You get

Details, formula, and sources

Turns the air movers, dehumidifiers, and scrubbers running in a drying chamber into the sensible heat they dump (3.412 BTU/hr per watt) and the ventilation needed to hold a target temperature rise (the 1.08 sensible relation): the heat load, the makeup cfm to cap the rise, and the rise an entered exhaust airflow actually delivers. An overheated chamber leaves the efficient-evaporation band. Envelope losses and the building HVAC govern; this is a screen. IICRC S500 names the band.

sensible_btu_hr = total_equipment_watts x 3.412; required_cfm = sensible_btu_hr / (1.08 x target_temp_rise_f); temp_rise_at_exhaust = exhaust_cfm > 0 ? sensible_btu_hr / (1.08 x exhaust_cfm) : null.

Watt-to-heat conversion (3.412 BTU/hr per watt) and the 1.08 standard-air sensible-heat relation, by name; ANSI/IICRC S500. Field-arithmetic identities, not edition-bound.

The watt-to-heat conversion and the 1.08 sensible relation are public HVAC arithmetic; the efficient-evaporation band is named in the published IICRC S500.

Estimate. AHJ and licensed professional govern.

Field names used by the API: total_equipment_watts, target_temp_rise_f, exhaust_cfm, sensible_btu_hr, required_cfm, temp_rise_at_exhaust

Related tools