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 : 0

Grille Area

grille_area_sqin = effective_velocity > 0 ? system_cfm / effective_velocity * 144 : 0

Return Duct Diameter

return_duct_diameter = system_cfm > 0 ? 2 * sqrt(system_cfm / max_grille_velocity / pi) * 12 : 0

Variables

VariableDescriptionDefault
system_cfmSystem Airflow(CFM)1000
max_grille_velocityMax Grille Velocity(ft/min)400
free_area_pctGrille Free Area(%)75
effective_velocityDerived value= free_area_pct > 0 ? max_grille_velocity * free_area_pct / 100 : 0calculated

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
  1. 01Effective velocity = 400 x 0.75 = 300 ft/min
  2. 02Grille area = 1000 / 300 = 3.33 sq ft = 480 sq in
  3. 03Could use two 16x16 in grilles (512 sq in total)
  4. 04Return duct = 2 x sqrt(1000/400/pi) x 12 = 21.4 in

Ready to run the numbers?

Open Return Air Sizing Calculator