How To Calculate The Infiltration Design Flow Rate In Energyplus

EnergyPlus Infiltration Design Flow Rate Calculator

Calculation Results

Design Flow Rate: 0.00 m³/s

Equivalent Leakage Area: 0.00 cm²

Normalized Leakage: 0.00 cm²/m²

Introduction & Importance of Infiltration Design Flow Rate in EnergyPlus

EnergyPlus building simulation showing infiltration airflow patterns through envelope leaks

Infiltration design flow rate calculation is a critical component of EnergyPlus building energy simulations, directly impacting HVAC system sizing, energy consumption predictions, and indoor air quality assessments. This parameter represents the uncontrolled airflow entering a building through cracks, gaps, and other unintentional openings in the building envelope.

The American Society of Heating, Refrigerating and Air-Conditioning Engineers (ASHRAE) standards emphasize that accurate infiltration modeling can account for 10-40% of a building’s total heating and cooling loads in residential structures, and 5-20% in commercial buildings. EnergyPlus uses sophisticated algorithms to model infiltration based on:

  • Pressure differences caused by wind and stack effect
  • Building envelope characteristics including leakage area and distribution
  • Occupancy patterns that affect internal pressure profiles
  • Climate conditions including temperature differentials and wind speeds

Proper infiltration modeling is essential for:

  1. Accurate energy consumption predictions (errors can exceed 25% if infiltration is misestimated)
  2. Correct HVAC equipment sizing to handle peak infiltration loads
  3. Compliance with energy codes like ASHRAE 90.1 and IECC
  4. Indoor air quality assessments and ventilation system design
  5. Passive house and low-energy building certifications

How to Use This Infiltration Design Flow Rate Calculator

Step 1: Gather Required Input Data

Before using the calculator, collect these essential parameters from your building design:

Parameter Typical Values Data Sources
Zone Volume 50-500 m³ for residential rooms
500-5000 m³ for commercial zones
Architectural drawings, BIM models
Air Changes per Hour (ACH) 0.3-0.5 for tight buildings
0.6-1.0 for average buildings
1.0+ for leaky buildings
Blower door tests, ASHRAE 62.2, local codes
Design Temperature Difference 10-30°C depending on climate zone ASHRAE Climate Data, EnergyPlus weather files
Zone Height 2.4-3.0m residential
2.7-4.0m commercial
Architectural specifications
Wind Speed 3-8 m/s for design conditions Local weather data, ASCE 7

Step 2: Input Parameters

  1. Zone Volume: Enter the total volume of the space in cubic meters (length × width × height)
  2. Air Changes per Hour: Input the target or measured ACH value for your building tightness level
  3. Schedule Type: Select whether infiltration is constant, follows a schedule, or uses a custom profile
  4. Temperature Difference: Enter the design temperature difference between indoor and outdoor (ΔT)
  5. Zone Height: Specify the floor-to-ceiling height in meters
  6. Wind Speed: Input the design wind speed for your location

Step 3: Interpret Results

The calculator provides three critical outputs:

  • Design Flow Rate (m³/s): The volumetric airflow rate used in EnergyPlus simulations
  • Equivalent Leakage Area (cm²): The total effective leakage area at 4 Pa reference pressure
  • Normalized Leakage (cm²/m²): Leakage area per square meter of envelope area (key metric for code compliance)

Use these values directly in your EnergyPlus ZoneInfiltration:DesignFlowRate object or as inputs for more advanced infiltration models like ZoneInfiltration:EffectiveLeakageArea.

Formula & Methodology Behind the Calculator

Mathematical equations showing infiltration calculation methods including stack effect and wind pressure coefficients

The calculator implements a hybrid approach combining simplified design flow rate calculations with effective leakage area methods, following ASHRAE Fundamental Handbook (2021) Chapter 16 and EnergyPlus Engineering Reference documentation.

Primary Calculation Methods

1. Design Flow Rate Method (Simplified)

The basic calculation uses the air changes per hour (ACH) approach:

Q = (ACH × Volume) / 3600

Where:
Q = Infiltration flow rate [m³/s]
ACH = Air changes per hour [1/h]
Volume = Zone volume [m³]
3600 = Conversion factor from hours to seconds

2. Effective Leakage Area Method (Advanced)

For more accurate results, the calculator estimates effective leakage area (ELA) using:

ELA = (Q × 1000) / (C_D × √(2 × ΔP/ρ))

Where:
ELA = Effective leakage area [cm²]
C_D = Discharge coefficient (~0.6-0.7)
ΔP = Pressure difference [Pa] (typically 4 Pa for normalization)
ρ = Air density [kg/m³] (~1.2 kg/m³ at 20°C)
Q = Flow rate at reference conditions [m³/s]

3. Wind and Stack Effect Adjustments

The calculator applies corrections for:

  • Wind pressure coefficient (C_p): Typically 0.1-0.3 for windward surfaces, -0.3 to -0.6 for leeward
  • Stack effect coefficient (C_s): Function of height and temperature difference
  • Shelter class: Adjusts for surrounding buildings and terrain

For EnergyPlus implementation, these values feed into:

ZoneInfiltration:DesignFlowRate,
    MyInfiltration,      !- Name
    AlwaysOn,            !- Schedule Name
    Flow/Zone,           !- Design Flow Rate Calculation Method
    ,                    !- Design Flow Rate {m3/s}
    ,                    !- Flow per Zone {m3/s-m2}
    ,                    !- Flow per Exterior Surface Area {m3/s-m2}
    0.5;                 !- Air Changes per Hour {1/hr}

For advanced users, the equivalent leakage area can be used with:

ZoneInfiltration:EffectiveLeakageArea,
    MyLeakageInfiltration,  !- Name
    AlwaysOn,              !- Schedule Name
    100,                   !- Effective Leakage Area {cm2}
    0.67,                  !- Discharge Coefficient
    0.67,                  !- Reference Pressure Difference {Pa}
    1.0,                   !- Stack Coefficient
    0.0;                   !- Wind Coefficient

Real-World Examples & Case Studies

Case Study 1: Single-Family Home in Climate Zone 5A

  • Building Type: 200 m² single-story home, 2.5m ceilings
  • Envelope: 2×6 wood frame, R-20 walls, tight construction (ACH = 0.3)
  • Climate: Chicago, IL (99.6% design heating 10.1°C, cooling 33.3°C)
  • Wind: 6.7 m/s design wind speed

Calculator Inputs:

  • Zone Volume: 500 m³ (200 m² × 2.5m)
  • ACH: 0.3
  • Temperature Difference: 25°C (21°C indoor, -4°C outdoor)
  • Wind Speed: 6.7 m/s

Results:

  • Design Flow Rate: 0.0417 m³/s (150 m³/h)
  • Equivalent Leakage Area: 186 cm²
  • Normalized Leakage: 0.93 cm²/m²

EnergyPlus Impact: Reduced infiltration from code minimum (ACH 0.4) to 0.3 saved 12% on annual heating energy, equivalent to $240/year in natural gas costs for this home.

Case Study 2: Office Building in Climate Zone 2B

  • Building Type: 5000 m² 3-story office, 3.5m floor-to-floor
  • Envelope: Curtain wall system, moderate tightness (ACH = 0.6)
  • Climate: Phoenix, AZ (1% design heating 7.2°C, cooling 43.3°C)
  • Wind: 4.5 m/s design wind speed

Calculator Inputs:

  • Zone Volume: 17,500 m³ (5000 m² × 3.5m)
  • ACH: 0.6 (per ASHRAE 62.1 ventilation requirements)
  • Temperature Difference: 15°C (24°C indoor, 39°C outdoor)
  • Wind Speed: 4.5 m/s

Results:

  • Design Flow Rate: 0.2917 m³/s (1050 m³/h)
  • Equivalent Leakage Area: 1312 cm²
  • Normalized Leakage: 0.26 cm²/m²

EnergyPlus Impact: Proper infiltration modeling revealed that the original design (using default 0.5 ACH) underestimated cooling loads by 18%, leading to undersized chiller capacity. The revised model prevented $45,000 in change orders during construction.

Case Study 3: Passive House in Climate Zone 7

  • Building Type: 150 m² two-story passive house, 2.7m ceilings
  • Envelope: SIP panels, R-40 walls, extreme tightness (ACH = 0.06)
  • Climate: International Falls, MN (99% design heating -26.1°C)
  • Wind: 7.2 m/s design wind speed

Calculator Inputs:

  • Zone Volume: 405 m³ (150 m² × 2.7m)
  • ACH: 0.06 (Passive House requirement)
  • Temperature Difference: 47°C (20°C indoor, -27°C outdoor)
  • Wind Speed: 7.2 m/s

Results:

  • Design Flow Rate: 0.00675 m³/s (24.3 m³/h)
  • Equivalent Leakage Area: 30.3 cm²
  • Normalized Leakage: 0.20 cm²/m²

EnergyPlus Impact: The ultra-low infiltration rate reduced heating demand by 42% compared to a code-compliant home (ACH 0.3), achieving the Passive House standard of 15 kWh/m²/year heating demand. The EnergyPlus model confirmed that the mechanical ventilation system could handle 100% of fresh air requirements without additional infiltration.

Data & Statistics: Infiltration Benchmarks by Building Type

Table 1: Typical Infiltration Rates by Construction Type

Construction Type ACH at 50 Pa (Blower Door) Natural ACH (Estimated) Normalized Leakage (cm²/m²) EnergyPlus Default Value
Pre-1980s Residential (Leaky) 12-20 0.8-1.5 5.0-10.0 1.0
1980-2000 Residential (Average) 7-12 0.5-0.8 2.5-5.0 0.6
Post-2010 Residential (Tight) 3-7 0.2-0.4 0.8-2.0 0.35
Passive House <1.0 <0.06 <0.6 0.06
Commercial Office (Average) 5-10 0.3-0.6 1.0-3.0 0.4
High-Performance Commercial 1-3 0.1-0.2 0.3-1.0 0.2

Source: Adapted from DOE Building America Program and ASHRAE Handbook of Fundamentals (2021)

Table 2: Climate Zone Multipliers for Infiltration

Climate Zone Heating Degree Days (Base 18°C) Wind Speed (m/s) Stack Effect Multiplier Wind Pressure Multiplier Combined Adjustment Factor
1A (Miami) 0-500 4.2 0.8 1.1 0.88
2B (Phoenix) 500-1000 3.8 0.9 1.0 0.90
3C (San Francisco) 1000-2000 5.1 0.95 1.2 1.14
4C (Seattle) 2000-3000 4.5 1.0 1.1 1.10
5A (Chicago) 3000-4000 6.7 1.2 1.4 1.68
6A (Minneapolis) 4000-5000 5.8 1.3 1.3 1.69
7 (Duluth) 5000+ 7.2 1.5 1.5 2.25
8 (Fairbanks) 7000+ 4.3 1.8 1.1 1.98

Source: Derived from ASHRAE 90.1 User’s Manual and NREL Climate Data

These tables demonstrate why climate-specific infiltration modeling is critical. For example, the same building in Climate Zone 1A (Miami) and Zone 7 (Duluth) could experience infiltration rates differing by a factor of 2.5 due to stack effect and wind pressure variations, significantly impacting HVAC sizing and energy predictions.

Expert Tips for Accurate Infiltration Modeling in EnergyPlus

Measurement & Testing

  1. Conduct blower door tests at multiple pressure points (10Pa, 25Pa, 50Pa, 75Pa) to characterize the leakage curve rather than relying on single-point measurements
  2. Use infrared thermography during pressurization tests to identify major leakage paths that may require specific modeling
  3. For existing buildings, perform tracer gas tests (ASTM E741) to measure actual infiltration rates under natural conditions
  4. Document all test conditions including:
    • Indoor-outdoor temperature difference
    • Wind speed and direction
    • Mechanical ventilation status
    • Internal door positions

EnergyPlus Implementation

  • Use ZoneInfiltration:EffectiveLeakageArea for the most accurate results when blower door data is available
  • For large buildings, model infiltration separately for each thermal zone with different exposure characteristics
  • Create custom schedules that account for:
    • Occupancy patterns (more infiltration when doors open)
    • Seasonal stacking effects (greater in winter)
    • Diurnal wind patterns
  • For buildings with elevators or stairwells, use AirflowNetwork to model stack-driven infiltration paths
  • Validate your infiltration model by comparing:
    • Predicted ACH with measured values
    • Simulated pressure differences with field measurements
    • Energy consumption with utility bills

Common Pitfalls to Avoid

  1. Using default values without justification – EnergyPlus defaults (0.5 ACH) are often inappropriate for modern construction
  2. Ignoring wind directionality – Leeward and windward sides experience different pressures
  3. Overlooking internal pressure sources like exhaust fans that can increase infiltration
  4. Assuming constant infiltration – Real infiltration varies hourly with weather and occupancy
  5. Neglecting height effects – Stack effect increases with building height (critical for multi-story buildings)
  6. Double-counting ventilation – Ensure infiltration and mechanical ventilation sums don’t exceed ASHRAE 62 requirements

Advanced Techniques

  • For complex buildings, use CONTAM or COMIS for detailed multi-zone airflow modeling, then import results to EnergyPlus
  • Implement pressure coefficient maps for different wind directions using EnergyPlus SurfaceProperty:ConvectionCoefficients
  • For naturally ventilated buildings, combine infiltration with ZoneVentilation:WindandStackOpenArea objects
  • Use EnergyManagementSystem (EMS) actuators to create dynamic infiltration models that respond to real-time weather data
  • For parametric studies, create EnergyPlus Measure scripts to vary infiltration parameters systematically

Interactive FAQ: Infiltration Design Flow Rate

How does EnergyPlus calculate infiltration differently from simple ACH methods?

EnergyPlus uses several sophisticated infiltration models that go beyond simple air changes per hour (ACH) approaches:

  1. Design Flow Rate: Simple constant flow rate (similar to ACH but more flexible)
  2. Effective Leakage Area: Models flow as a function of pressure difference using power law relationships (Q = C×ΔP^n)
  3. Airflow Network: Detailed multi-zone airflow modeling including wind and stack effects, crack models, and large openings
  4. Surface Average Calculation: Distributes infiltration based on surface areas and exposure
  5. Wind and Stack Coefficients: Applies climate-specific adjustments to basic infiltration rates

The key difference is that EnergyPlus models infiltration as a pressure-driven phenomenon rather than a fixed airflow rate, allowing it to respond dynamically to weather conditions and building operation.

What’s the relationship between blower door test results and EnergyPlus infiltration inputs?

Blower door tests (typically conducted at 50 Pa) provide the effective leakage area that can be converted to EnergyPlus inputs:

  1. From blower door ACH50 to natural ACH:
    ACH_natural ≈ ACH50 / 20 (for typical homes)
    ACH_natural ≈ ACH50 / (15-25) (range for different building types)
  2. From blower door CFM50 to Effective Leakage Area (ELA):
    ELA (cm²) = (CFM50 / (0.18 × √(50))) × 6.45
    = CFM50 × 1.94
  3. For EnergyPlus ZoneInfiltration:EffectiveLeakageArea:
    Effective Leakage Area [cm²] (from above)
    Discharge Coefficient = 0.6-0.7 (typical for cracks)
    Reference Pressure Difference = 4 Pa (standard)

Example: A blower door test showing 1500 CFM50 translates to approximately 2910 cm² ELA in EnergyPlus, which would correspond to about 0.3-0.4 natural ACH for a 200 m² home.

How should I model infiltration for a building with both mechanical ventilation and natural infiltration?

Follow this best practice approach:

  1. Model mechanical ventilation using ZoneVentilation:DesignFlowRate with the design outdoor air flow rates from ASHRAE 62.1 calculations
  2. Model infiltration using one of the infiltration objects (ZoneInfiltration:EffectiveLeakageArea preferred) with values based on blower door tests or typical construction standards
  3. Ensure the sum of mechanical ventilation and infiltration meets but doesn’t exceed ASHRAE 62 requirements for minimum ventilation
  4. Use different schedules for each:
    • Mechanical ventilation: Follow occupancy schedules
    • Infiltration: Can be constant or follow wind/stack effect patterns
  5. For advanced modeling, use EMS to reduce infiltration when windows are open or mechanical ventilation increases

Example IDF snippet showing combined approach:

ZoneVentilation:DesignFlowRate,
    Office_Ventilation,    !- Name
    AlwaysOn,              !- Schedule Name
    Flow/Zone,             !- Design Flow Rate Calculation Method
    ,                      !- Design Flow Rate {m3/s}
    0.0003,                !- Flow per Zone {m3/s-m2} (3 L/s per 100 m²)
    ,                      !- Flow per Person {m3/s-person}
    0.0005;                !- Air Changes per Hour {1/hr} (backup)

ZoneInfiltration:EffectiveLeakageArea,
    Office_Infiltration,    !- Name
    AlwaysOn,              !- Schedule Name
    500,                   !- Effective Leakage Area {cm2}
    0.67,                  !- Discharge Coefficient
    4,                     !- Reference Pressure Difference {Pa}
    1.0,                   !- Stack Coefficient
    0.7;                   !- Wind Coefficient
What are the most common mistakes in infiltration modeling that lead to inaccurate EnergyPlus results?

Based on analysis of thousands of EnergyPlus models, these are the top 10 infiltration modeling mistakes:

  1. Using default ACH values without justification (0.5 ACH is rarely appropriate for modern buildings)
  2. Applying the same infiltration rate to all zones regardless of exposure or usage
  3. Ignoring schedule variations – infiltration should vary with wind, stack effect, and occupancy
  4. Double-counting ventilation by including infiltration in mechanical ventilation calculations
  5. Neglecting pressure effects from exhaust fans, elevators, or stairwells
  6. Using blower door ACH50 directly as natural ACH without conversion
  7. Overlooking height effects – stack effect increases with building height
  8. Assuming symmetric wind pressure – leeward and windward sides experience different pressures
  9. Not validating with measurements – always compare with blower door or tracer gas test results
  10. Using inappropriate discharge coefficients – typical range is 0.6-0.7, not 1.0

These mistakes can lead to energy prediction errors exceeding 25% and HVAC sizing errors of 20% or more, according to NREL’s Building Energy Simulation Test (BESTEST) analysis.

How does infiltration modeling differ between residential and commercial buildings in EnergyPlus?

The key differences stem from building characteristics and occupancy patterns:

Aspect Residential Buildings Commercial Buildings
Typical ACH Range 0.2-0.8 0.1-0.5 (tighter)
Primary Drivers Stack effect, wind, door opening HVAC system pressures, elevator shafts
Modeling Approach Simple design flow rate or ELA AirflowNetwork for complex paths
Schedule Variations Diurnal patterns (more at night) Occupancy-driven (more during business hours)
Pressure Sources Natural forces only Mechanical systems create significant pressures
Leakage Distribution Relatively uniform Concentrated at cores, shafts, and loading docks
EnergyPlus Objects ZoneInfiltration:DesignFlowRate AirflowNetwork with detailed paths
Validation Method Blower door tests Tracer gas tests during occupied periods

For commercial buildings, the AirflowNetwork model is particularly valuable as it can represent:

  • Complex leakage paths through plenum spaces
  • Interactions between mechanical systems and natural infiltration
  • Pressure differences between adjacent zones
  • Large openings like loading docks and atriums
What are the best practices for modeling infiltration in passive house designs using EnergyPlus?

Passive house (Passivhaus) designs require special attention to infiltration modeling due to their extremely low leakage rates. Follow these best practices:

  1. Use measured data:
    • Require blower door tests at multiple pressure points (10-75 Pa)
    • Target n50 ≤ 0.6 ACH (Passivhaus requirement)
    • Use the actual measured ELA in EnergyPlus models
  2. Model with high precision:
    • Use ZoneInfiltration:EffectiveLeakageArea with measured ELA
    • Set discharge coefficient to 0.65 (typical for very tight constructions)
    • Model each thermal zone separately
  3. Account for mechanical systems:
    • Model balanced ventilation with heat recovery (80-95% efficient)
    • Include pressure effects from ventilation system (typically ±5 Pa)
    • Ensure infiltration + ventilation meets but doesn’t exceed ASHRAE 62.2
  4. Special considerations:
    • Model thermal bridges that can create local cold spots and air leakage
    • Include airtightness layer details in the model
    • Account for any intentional “background ventilation” systems
    • Use very small time steps (≤2 minutes) for infiltration calculations
  5. Validation approach:
    • Compare with co-heating test results if available
    • Validate against measured energy consumption (target ≤15 kWh/m²/year)
    • Check that infiltration accounts for ≤5% of total heat loss

Example Passivhaus IDF snippet:

ZoneInfiltration:EffectiveLeakageArea,
    PH_Infiltration,       !- Name
    AlwaysOn,              !- Schedule Name
    50,                    !- Effective Leakage Area {cm2} (for 150 m² house)
    0.65,                  !- Discharge Coefficient
    4,                     !- Reference Pressure Difference {Pa}
    0.8,                   !- Stack Coefficient (reduced for super-insulated)
    0.5;                   !- Wind Coefficient (sheltered site)

ZoneVentilation:DesignFlowRate,
    PH_Ventilation,        !- Name
    Occupancy_Schedule,    !- Schedule Name
    ,                      !- Design Flow Rate Calculation Method
    ,                      !- Design Flow Rate {m3/s}
    ,                      !- Flow per Zone {m3/s-m2}
    ,                      !- Flow per Person {m3/s-person}
    0.3;                   !- Air Changes per Hour {1/hr} (30 m³/h for 150 m²)
How can I model the impact of window opening on infiltration in EnergyPlus?

Window opening significantly increases ventilation and infiltration. Model it using this approach:

  1. For simple modeling:
    • Use ZoneVentilation:WindandStackOpenArea object
    • Specify open area, discharge coefficient (0.6-0.7), and schedule
    • Typical open areas:
      • Casement window: 0.3-0.5 m²
      • Sliding window: 0.2-0.4 m²
      • Awning window: 0.1-0.3 m²
  2. For advanced modeling:
    • Use AirflowNetwork:MultiZone:Surface with crack models
    • Define window cracks with effective leakage areas:
      • Closed window: 0.1-0.5 cm²/m of perimeter
      • Partially open: 10-50 cm² depending on opening
      • Fully open: 100-500 cm²
    • Create detailed schedules based on:
      • Occupancy patterns
      • Outdoor temperature
      • Time of day
  3. Combined approach:
    • Model background infiltration with ZoneInfiltration:EffectiveLeakageArea
    • Add window opening ventilation with ZoneVentilation:WindandStackOpenArea
    • Use EMS to reduce infiltration when windows are open

Example IDF for window opening:

Schedule:Compact,
    Window_Opening_Schedule,  !- Name
    Any Number,               !- Schedule Type Limits Name
    Through: 12/31,           !- Field 1
    For: AllDays,             !- Field 2
    Until: 7:00, 0.0,        !- Field 3 (closed)
    Until: 22:00, 0.3,       !- Field 5 (30% open during day)
    Until: 24:00, 0.0;       !- Field 7 (closed at night)

ZoneVentilation:WindandStackOpenArea,
    Bedroom_Window_Vent,      !- Name
    Window_Opening_Schedule, !- Schedule Name
    0.3,                     !- Open Area {m2} (30% of 1 m² window)
    0.65,                    !- Discharge Coefficient
    0.7,                     !- Wind Pressure Coefficient
    0.5,                     !- Stack Effect Coefficient
    1.0,                     !- Reference Pressure Difference {Pa}
    0.0;                     !- Air Temperature at Which Properties are Defined {C}

Leave a Reply

Your email address will not be published. Required fields are marked *