DEV Community

Cover image for Why Most Ventilation Systems Are Wrong Before They’re Even Built
Evgenii Konkin
Evgenii Konkin

Posted on

Why Most Ventilation Systems Are Wrong Before They’re Even Built

A ventilation system can be perfectly installed — and still be wrong.

Not because the fan is bad.

Not because the ductwork is terrible.

Not because someone missed a decimal point.

But because the airflow target was calculated from the wrong assumption.

The most common mistake is simple:

treating ventilation as “air per person” and forgetting that the building itself also needs outdoor air.


The Core Idea Most People Miss

Ventilation is not just “air per person”.

According to ASHRAE 62.1, the required airflow is built from two independent sources:

  • People → CO₂, bio-effluents
  • Building → materials, furniture, finishes

That’s why the correct equation looks like this:

Vbz=RpPz+RaAz V_{bz} = R_p \cdot P_z + R_a \cdot A_z

Where:

  • Vbz — breathing zone airflow
  • Rp — airflow per person
  • Pz — number of people
  • Ra — airflow per area
  • Az — floor area

Why This Matters More Than You Think

If you only calculate ventilation based on people:

→ You under-ventilate empty but polluted spaces

→ Example: offices at night, storage areas

If you only calculate by area:

→ You under-ventilate crowded rooms

→ Example: conference rooms, restaurants

ASHRAE forces you to combine both — because air quality problems come from both sources.


Step 2: The Part Most Engineers Forget

Even after calculating Vbz, you’re not done.

You must correct for how air is actually distributed:

Voz=VbzEz V_{oz} = \frac{V_{bz}}{E_z}

Where:

  • Ez = air distribution effectiveness

Examples:

  • Ceiling supply → Ez ≈ 1.0
  • Poor heating distribution → Ez ≈ 0.8
  • Displacement ventilation → Ez ≈ 1.2

This step adjusts theory to reality.


Real Engineering Example

Let’s take a simple office:

  • 10 people
  • 100 m²
  • Rp = 5 L/s per person
  • Ra = 0.6 L/s per m²
  • Ez = 1.0

Step 1 — Breathing zone airflow:

Vbz=(510)+(0.6100)=50+60=110 L/s V_{bz} = (5 \cdot 10) + (0.6 \cdot 100) = 50 + 60 = 110 \text{ L/s}

Step 2 — Zone airflow:

Voz=1101.0=110 L/s V_{oz} = \frac{110}{1.0} = 110 \text{ L/s}

Now the mistake:

If you ignore area:

Vbz=50 L/s V_{bz} = 50 \text{ L/s}

You just underdesigned ventilation by ~55%.

That’s not a rounding error —

that’s a failed system.


Where This Shows Up in Real Projects

You’ll see this mistake everywhere:

  • Office HVAC retrofits → stuffy air despite “correct” design
  • Restaurants → odors that don’t go away
  • Data centers → overcooling but poor air quality
  • Residential buildings → high CO₂ levels

Because engineers often:

  • use simplified rules of thumb
  • or forget the dual-component model

Practical Takeaways

  1. Ventilation is not one variable
  2. Always include:
    • people load
    • area load
  3. Never skip Ez correction
  4. Validate assumptions — not just formulas

Because the formula is rarely wrong.

The assumptions usually are.


Try It Yourself

If you want to quickly validate a real project (office, restaurant, or any HVAC zone), use the calculator:

👉 Ventilation Rate Calculator

It follows the exact ASHRAE model and immediately shows if your airflow is too low, balanced, or excessive.

Top comments (0)