Return Air Sizing Calculator Formula
Understand the math behind the return air sizing calculator. Each variable explained with a worked example.
Formulas Used
Gross Grille Area Needed
grille_area = effective_velocity > 0 ? system_cfm / effective_velocity : 0Grille Area
grille_area_sqin = effective_velocity > 0 ? system_cfm / effective_velocity * 144 : 0Return Duct Diameter
return_duct_diameter = system_cfm > 0 ? 2 * sqrt(system_cfm / max_grille_velocity / pi) * 12 : 0Variables
| Variable | Description | Default |
|---|---|---|
system_cfm | System Airflow(CFM) | 1000 |
max_grille_velocity | Max Grille Velocity(ft/min) | 400 |
free_area_pct | Grille Free Area(%) | 75 |
effective_velocity | Derived value= free_area_pct > 0 ? max_grille_velocity * free_area_pct / 100 : 0 | calculated |
How It Works
Return Air Sizing
Grille Area = CFM / (Velocity x Free Area %)
Return grilles must be large enough to avoid creating excessive negative pressure. The free area percentage accounts for the grille bars or louvers that block part of the opening. Keep return grille velocity below 400 ft/min for quiet operation.
Worked Example
1,000 CFM system, 400 ft/min max grille velocity, 75% free area.
system_cfm = 1000max_grille_velocity = 400free_area_pct = 75
- 01Effective velocity = 400 x 0.75 = 300 ft/min
- 02Grille area = 1000 / 300 = 3.33 sq ft = 480 sq in
- 03Could use two 16x16 in grilles (512 sq in total)
- 04Return duct = 2 x sqrt(1000/400/pi) x 12 = 21.4 in
Ready to run the numbers?
Open Return Air Sizing Calculator