Damper Leakage Calculation
Damper Leakage Calculation
(OP)
Hello All,
I was trying to figure out the amount (CFM) of outside air leaking through a closed control damper. After some thought it seems the best method is to calcualte the outside air percentage based on temperatures per the following:
x% = outside air percentage (OA%)
Ta = outside air temp
Tb = return air temp
Tc = mixed air temp
x% = (Tc - Tb)/(Ta - Tb)
If I know the total CFM, then multiply total CFM by OA% to get the air leaking through the damper.
I appreciate any thoughts...
I was trying to figure out the amount (CFM) of outside air leaking through a closed control damper. After some thought it seems the best method is to calcualte the outside air percentage based on temperatures per the following:
x% = outside air percentage (OA%)
Ta = outside air temp
Tb = return air temp
Tc = mixed air temp
x% = (Tc - Tb)/(Ta - Tb)
If I know the total CFM, then multiply total CFM by OA% to get the air leaking through the damper.
I appreciate any thoughts...





RE: Damper Leakage Calculation
RE: Damper Leakage Calculation
The OP is doing sensible heat balance. It should work if the temperature measurement is precise. However, the formula will be x% = (Tc-Tb)/(Ta-Tc)
RE: Damper Leakage Calculation
In practice....
How good is the mixing? What are the relative temperatures? Are there any other sources of heat gain or loss?
RE: Damper Leakage Calculation
RE: Damper Leakage Calculation
One note: Make sure you know enough about YOUR damper before you do anything. Does it have blade edge seals? Does it have jamb seals? For an OA damper, if the answer is NO to either of these questions, you need to replace it. Depending on your location, the damper should ideally have insulated blades and (in ideal cases) a thermally broken frame.
RE: Damper Leakage Calculation
marc/utility/mint -- Damper Specs: I need to dig up the specs but I believe design should be less than 2 cfm/sqft leakage. In this case, we know they leak and are trying to determine if leakage is excessive and could potentially de-rate the unit on a design day e.g 105 degF ambient
Quark
I've read many of your posts and hesitate to disagree, but let me give it a try: Are you sure?
mgmasg
this is an intersting approach and will try to add it to the test to confirm the temperature approach (once i figure out the correct formula-with a little help <:)) another idea is to measure the velocity over the area of the OA damper/louver, average it and plug it into Q=AxV for CFM leakage.
I even came up with this scenario: turn all units to 100% VFD, open the doors(e.g one or two double doors or as needed to get a stable velocity reading) and measure the velocity and then calc the CFM. The room is well sealed, no windows and few doors so the path of least resistence for the air should be out the doors...that's the theory.
RE: Damper Leakage Calculation
My formula should give you the OA as percentage of RA. When you do the sensible heat balance omitting the constants,
cfmOA*tOA+ cfmRAtRA = cfmMAtMA
cfmOAtOA+cfmRA*tRA =([cfmOA+cfmRA)*tMA
Rearranging the terms,
cfmOA*tOA-cfmOA*tMA = cfmRA*tMA-cfmRAtRA or,
cfmOA*(tOA-tMA) = cfmRA*(tMA-tRA) and
cfmOA/cfmRA = (tMA-tRA)/(tOA-tMA)
I agree that this is not an accurate method. However, all methods have their disadvantages. Differential pressure method gives you error while trying to use an opening area. Further, there may be errors due to inaccuracy or fluctuation(more significant) in dp measurement. It is OK for a counter check, IMHO.
RE: Damper Leakage Calculation
RE: Damper Leakage Calculation
Quark - After I posted, I used your approach with a coworker but ended up with the formula in my original post. That being said, your formula looks correct.
I also had a formula on a cheat sheet from college but not sure how it was derived:
Tma = %oa*Toa + (1-%oa)Tra
and working this out I ended up with the original formula, but the terms were reversed x=(Tra-Tma)/Tra-Toa), although your formula still looks correct.
In this case as long as long as the data is good I believe the accuracy will be adequate.
I'll take some vitamins and look at my fuzzy math again...Thanks
RE: Damper Leakage Calculation
Your formula is derived from simple sensible heat balance, as I wrote above.
Qma*Tma = Qoa*Toa + Qra*Tra
Tma = (Qoa*Toa/Qma)+(Qra*Tra)/Qma, or
Tma = %oa*Toa+[(Qma-Qoa)*Tra]/Qma, or
Tma = %oa*Toa+(1-%oa)*Tra
RE: Damper Leakage Calculation
Thanks all.