DEV Community

Cover image for Parking Garage CO Ventilation: Sizing Airflow Around CO Dilution, Not ACH
Evgenii Konkin
Evgenii Konkin

Posted on

Parking Garage CO Ventilation: Sizing Airflow Around CO Dilution, Not ACH

Parking garage ventilation often gets reduced to a rough rule of thumb.

Take the floor area, apply a standard airflow rate, add exhaust fans, and move on.

That may be acceptable for a very early screening pass, but it misses the real engineering problem: enclosed parking garages are pollutant-dilution spaces.

The main question is not just:

“How much air should this garage get?”

The better question is:

“How much airflow is needed to control carbon monoxide under the assumed vehicle activity and CO target?”

That is why a parking garage CO ventilation calculation should be driven by area, vehicle activity, incoming CO concentration, and target indoor CO concentration — not only by generic air changes per hour.

The real driver is allowable CO rise

Carbon monoxide control depends on the difference between the target indoor CO concentration and the CO concentration already present in the incoming outdoor air.

That difference is the allowable concentration rise:

Δppm = TargetCO − IncomingCO

If the outdoor air already contains 5 ppm of CO and the indoor target is 30 ppm, the allowable rise is:

Δppm = 30 − 5 = 25 ppm

If the target is tightened to 20 ppm with the same incoming air, the allowable rise becomes:

Δppm = 20 − 5 = 15 ppm

That smaller allowable rise means the garage needs more ventilation.

In other words:

Lower target CO concentration = more airflow.

Higher incoming CO concentration = more airflow.

Higher vehicle activity = more airflow.

Larger garage area = more airflow.

The calculator formula

For Imperial units, the calculator uses:

CFM_required = Area × 0.10 × F_activity × (25 / max(TargetCO − IncomingCO, 5))

Where:

Area = garage floor area, ft²

0.10 = base airflow coefficient, CFM/ft²

F_activity = vehicle activity factor

TargetCO = target indoor CO concentration, ppm

IncomingCO = incoming outdoor CO concentration, ppm

max(TargetCO − IncomingCO, 5) = effective allowable CO rise, with a minimum of 5 ppm

For Metric units, the calculator uses:

Q_required = Area × 1.83 × F_activity × (25 / max(TargetCO − IncomingCO, 5))

Where:

Area = garage floor area, m²

1.83 = base airflow coefficient, m³/h per m²

Q_required = required ventilation airflow, m³/h

The 5 ppm minimum prevents the formula from producing unrealistic airflow spikes when the target and incoming CO values are too close.

Vehicle activity matters more than people think

A lightly used residential parking garage and a busy commercial garage should not be treated the same.

The activity factor changes the ventilation requirement directly:

Light activity: 0.70

Moderate activity: 1.00

Heavy activity: 1.50

Very heavy activity: 2.20

That means a very heavy activity garage can require more than three times the airflow of a light activity garage with the same area and CO target.

This is why traffic pattern matters.

A garage may look quiet most of the day, but if it has a strong morning or evening peak, the design airflow may need to reflect the peak condition rather than the average condition.

Example: enclosed commercial garage

Suppose an enclosed parking garage has:

Garage area = 80,000 ft²

Vehicle activity = Heavy

Incoming CO = 4 ppm

Target indoor CO = 25 ppm

Step 1: Calculate the allowable CO rise.

Δppm = 25 − 4

Δppm = 21 ppm

The result is above the 5 ppm minimum, so:

Δppm_effective = 21 ppm

Step 2: Select the activity factor.

For Heavy vehicle activity:

F_activity = 1.50

Step 3: Apply the airflow formula.

CFM_required = 80,000 × 0.10 × 1.50 × (25 / 21)

First calculate the base airflow:

80,000 × 0.10 = 8,000 CFM

Apply the activity factor:

8,000 × 1.50 = 12,000 CFM

Apply the target adjustment:

25 / 21 = 1.190

Final result:

CFM_required = 12,000 × 1.190

CFM_required ≈ 14,286 CFM

So this garage needs approximately:

Required ventilation airflow ≈ 14,300 CFM

This is not an extreme number for an enclosed garage, but it is large enough that fan zoning, exhaust inlet placement, makeup air paths, and CO sensor locations should be reviewed carefully.

What changes if the CO target is tighter?

Now keep the same garage and activity level, but reduce the target indoor CO concentration from 25 ppm to 15 ppm.

Inputs:

Garage area = 80,000 ft²

Vehicle activity = Heavy

Incoming CO = 4 ppm

Target indoor CO = 15 ppm

The allowable rise becomes:

Δppm = 15 − 4

Δppm = 11 ppm

Now the formula becomes:

CFM_required = 80,000 × 0.10 × 1.50 × (25 / 11)

CFM_required = 12,000 × 2.273

CFM_required ≈ 27,273 CFM

The airflow almost doubles just because the allowable CO rise became tighter.

That is the key lesson: parking garage ventilation is very sensitive to the concentration target.

Total airflow is not the whole design

A calculated airflow number is only the starting point.

A garage can have the correct total CFM and still perform poorly if the airflow path is bad.

Common problem areas include:

Dead zones near ramps

Low-ceiling areas

Long corners far from exhaust inlets

Areas blocked by beams or partitions

Poorly placed CO sensors

Short-circuiting between makeup air and exhaust

This is especially important in garages using jet fans, staged exhaust fans, or demand-controlled ventilation.

The calculator gives the preliminary airflow basis. The actual design still needs layout review.

Common mistakes

The first mistake is treating garage ventilation like ordinary comfort ventilation.

A parking garage is not just an occupied space. It is a pollutant-control problem.

The second mistake is ignoring incoming CO concentration.

If a garage pulls outdoor air from a traffic-heavy street or loading area, the incoming CO assumption may not be close to zero.

The third mistake is choosing a target concentration without checking the airflow penalty.

A tighter target may be desirable, but it can significantly increase fan size, power demand, duct size, noise, and system cost.

The fourth mistake is relying only on total exhaust airflow.

CO removal depends on distribution, not just fan capacity.

Practical engineering takeaway

Parking garage CO ventilation should start with four questions:

  1. How large is the enclosed garage area?
  2. What vehicle activity level represents the real peak condition?
  3. What CO concentration is already present in the incoming air?
  4. What target indoor CO concentration is being used for design?

Once those assumptions are defined, the airflow result becomes much more meaningful.

For a quick first-pass calculation, you can use the Parking Garage CO Ventilation Calculator

It calculates the required ventilation rate from garage area, vehicle activity, incoming CO concentration, and target indoor CO concentration, then helps classify whether the result looks low, normal, high, or very high for preliminary garage ventilation review.

Top comments (0)