# Variable Air Volume Fan Speed Control Part-loads

## What is this calculator?

This calculator determines the part-load fan power consumption for Variable Air Volume (VAV) systems according to ASHRAE 90.1-2007 Appendix G, Section G3.1.3.15. It is used primarily for:

* Energy modeling and building performance simulations
* LEED certification calculations
* Baseline building energy models
* Comparing different fan control strategies

## Key Features

ASHRAE 90.1-2007 Appendix G provides the Performance Rating Method (PRM) for demonstrating compliance with energy codes and green building certifications. Section G3.1.3.15 specifically addresses VAV fan systems with variable speed drives (VSD).

**Dual Calculation Methods**

* Method 1: Standard variable speed control
* Method 2: System pressure optimisation reset control
* Side-by-side comparison of energy performance and real-time performance curve plotting

### System Requirements

* Browser (Chromium based)&#x20;

### Access (Free)

Click here for access to the calculator.

<details>

<summary>Technical Background</summary>

#### What is Part-Load Ratio (PLR)?

Part-Load Ratio (PLRfan) represents the fraction of design airflow currently being delivered:

**PLRfan = Actual Airflow ÷ Design Airflow**

* PLR = 1.0 means the fan is operating at full design capacity
* PLR = 0.75 means the fan is operating at 75% of design capacity
* PLR = 0.5 means the fan is operating at 50% of design capacity

#### Why Part-Load Performance Matters

VAV systems rarely operate at full capacity. They typically run at part-load for 80-90% of operating hours. The relationship between airflow and fan power is NOT linear - a fan operating at 50% airflow does not consume 50% power. Understanding this relationship is critical for:

* Accurate energy modeling
* Comparing control strategies
* Calculating annual energy costs
* Optimizing system design

#### The Two Control Methods

**Method 1: Standard Variable Speed Control**

This represents basic variable speed drive control without static pressure reset. The fan speed modulates to maintain a fixed static pressure setpoint regardless of system demand.

**Equation:**

```
Pfan = 0.0013 + 0.1470×PLRfan + 0.9506×PLRfan² - 0.0998×PLRfan³
```

**Characteristics:**

* Simpler control strategy
* Maintains constant duct static pressure
* Higher energy use at part-load
* Commonly used in standard applications

**Method 2: System Pressure Optimisation Reset Control**

This represents advanced control with static pressure reset. The system reduces the static pressure setpoint as airflow demand decreases, resulting in lower fan power.

**Equation:**

```
Pfan = 0.0012 - 0.0579×PLRfan + 0.5864×PLRfan² + 0.4698×PLRfan³
```

**Characteristics:**

* Advanced control with DDC system
* Reduces static pressure at lower loads
* Significantly lower energy use at part-load
* Requires zone-level pressure sensing
* Higher initial cost but better payback

</details>

<details>

<summary>Calculator Features</summary>

#### Three-Tab Interface

**Tab 1: Input Parameters**

* Unit system selection (Metric/Imperial)
* Airflow input fields
* Direct PLR entry option
* Calculate and Clear functions

**Tab 2: Calculation Results**

* Input values summary
* Step-by-step calculations for both methods
* Fan power percentages
* Energy savings analysis
* Comparative performance assessment

**Tab 3: Performance Curves**

* Interactive graph showing both control methods
* Red markers indicating your current operating point
* Hover tooltips for detailed values at any PLR
* Quartic curve coefficients in tabular format
* Technical notes and references

#### Dynamic Unit Conversion

Toggle between Metric (SI) and Imperial (IP) units:

* **Metric:** m³/s (cubic meters per second)
* **Imperial:** CFM (cubic feet per minute)
* Conversion: 1 m³/s = 2,118.88 CFM

</details>

<details>

<summary>Input Parameters</summary>

#### Option 1: Flow Rate Entry

**Actual System Air Flow Rate**

* The current operating airflow of the system
* Metric: m³/s | Imperial: CFM
* Example (Metric): 7.5 m³/s
* Example (Imperial): 15,870 CFM
* Must be non-negative

**Design System Air Flow Rate**

* The maximum design airflow capacity
* Metric: m³/s | Imperial: CFM
* Example (Metric): 10.0 m³/s
* Example (Imperial): 21,160 CFM
* Must be greater than zero

The calculator automatically computes PLR = Actual ÷ Design

#### Option 2: Direct PLR Entry

**Fan Part-Load Ratio (PLRfan)**

* Dimensionless value between 0 and 1
* 0 = Fan off
* 1 = Full design capacity
* Example: 0.75 (75% of design)
* Default value: 0.75

**Note:** Entering a value in any field clears the others to prevent conflicts.

</details>

<details>

<summary>Calculation Methods</summary>

#### Mathematical Basis

Both methods use cubic polynomial equations (quartic form with x⁴ = 0):

**General Form:**

```
Pfan = C₀ + C₁×x + C₂×x² + C₃×x³ + C₄×x⁴
```

Where:

* Pfan = Proportion of full-load fan power (0 to 1)
* x = PLRfan (0 to 1)
* C₀, C₁, C₂, C₃ = Equation coefficients
* C₄ = 0 (cubic equation)

#### Coefficient Tables

**Method 1: Standard Control**

| Parameter     | Value   |
| ------------- | ------- |
| Constant (C₀) | 0.0013  |
| x (C₁)        | 0.1470  |
| x² (C₂)       | 0.9506  |
| x³ (C₃)       | -0.0998 |
| x⁴ (C₄)       | 0       |
| Min. X Value  | 0       |
| Max. X Value  | 1       |

**Method 2: Pressure Optimisation**

| Parameter     | Value   |
| ------------- | ------- |
| Constant (C₀) | 0.0012  |
| x (C₁)        | -0.0579 |
| x² (C₂)       | 0.5864  |
| x³ (C₃)       | 0.4698  |
| x⁴ (C₄)       | 0       |
| Min. X Value  | 0       |
| Max. X Value  | 1       |

#### Calculation Process

1. **Input Validation**
   * Check all values are within valid ranges
   * Ensure PLR is between 0 and 1
   * Verify design flow > 0
2. **PLR Determination**
   * If using flow rates: PLR = Actual ÷ Design
   * If using direct entry: Use entered PLR value
3. **Power Calculation**
   * Apply Method 1 equation
   * Apply Method 2 equation
   * Convert to percentages (multiply by 100)
4. **Comparison Analysis**
   * Calculate power difference
   * Determine percent savings
   * Provide performance assessment

</details>

<details>

<summary>Unit Systems</summary>

#### Metric (SI) System

* **Airflow:** m³/s (cubic meters per second)
* **Precision:** 2 decimal places (e.g., 7.50 m³/s)
* **Example Values:**
  * Small system: 2.5 m³/s
  * Medium system: 10.0 m³/s
  * Large system: 50.0 m³/s

#### Imperial (IP) System

* **Airflow:** CFM (cubic feet per minute)
* **Precision:** Whole numbers (e.g., 15870 CFM)
* **Example Values:**
  * Small system: 5,300 CFM
  * Medium system: 21,200 CFM
  * Large system: 106,000 CFM

#### Conversion Formula

```
CFM = m³/s × 2,118.88
m³/s = CFM × 0.000471947
```

#### Switching Units

* Toggle switch automatically converts existing values
* Updates all labels and placeholders
* Maintains calculation accuracy
* Results display includes unit system used

</details>

<details>

<summary>Step-by-Step Usage</summary>

#### Getting Started

**Step 1: Select Unit System**

1. Look at the top of the calculator
2. Click the toggle switch to change units
3. Verify the correct unit is displayed (Metric or Imperial)

**Step 2: Choose Input Method**

*Option A - Using Flow Rates:*

1. Enter the actual operating airflow
2. Enter the design maximum airflow
3. Leave PLR field empty
4. Click "Calculate Fan Power"

*Option B - Using Direct PLR:*

1. Leave flow rate fields empty
2. Enter PLR value (0 to 1)
3. Click "Calculate Fan Power"

**Step 3: Review Results**

1. Calculator automatically switches to Tab 2
2. Review input summary
3. Examine step-by-step calculations
4. Note the power percentages for both methods
5. Read the energy savings analysis

**Step 4: View Performance Curves**

1. Click on Tab 3
2. View the interactive graph
3. Your operating point is marked in red
4. Hover over curves for detailed values
5. Review coefficient tables

**Step 5: Adjust and Recalculate**

1. Return to Tab 1
2. Modify input values as needed
3. Click "Calculate Fan Power" again
4. Compare different operating scenarios

**Step 6: Clear Data (Optional)**

1. Click "Clear All" button
2. All fields reset to defaults
3. Ready for new calculation

</details>

<details>

<summary>Understanding Results</summary>

#### Input Values Summary

Displays:

* Part-Load Ratio (PLRfan)
* Actual flow rate (if entered)
* Design flow rate (if entered)
* Unit system used

#### Step-by-Step Calculations

**Method 1 Breakdown:**

```
Step 1: Calculate 2D Junction Heat Loss
Shows: 0.0013 + 0.1470×PLR + 0.9506×PLR² - 0.0998×PLR³
Result: Pfan = X.XX%
```

**Method 2 Breakdown:**

```
Step 2: Calculate with Pressure Optimisation
Shows: 0.0012 - 0.0579×PLR + 0.5864×PLR² + 0.4698×PLR³
Result: Pfan = X.XX%
```

#### Final Results Display

**Method 1 (Standard Control):**

* Displayed in blue/teal highlight
* Shows percentage of full-load power
* Example: 56.34%

**Method 2 (Pressure Optimisation):**

* Displayed in orange highlight
* Shows percentage of full-load power
* Example: 44.89%

#### Energy Savings Analysis

The calculator provides:

1. **Power Difference**
   * Absolute difference in percentage points
   * Example: 11.45%
2. **Reduction Percentage**
   * Relative savings compared to Method 1
   * Example: 20.3% reduction
3. **Performance Assessment**
   * Qualitative description of savings
   * Explanation of benefits
   * Recommendations for implementation

**Sample Analysis:**

```
Method 2 (Pressure Optimisation) uses 11.45% less power 
(20.3% reduction). This represents significant energy savings 
with optimised control, particularly valuable during extended 
part-load operation.
```

</details>

<details>

<summary>Performance Curves</summary>

#### Interactive Graph Features

**Visual Elements:**

* **Green Line:** Method 1 (Standard Control)
* **Orange Line:** Method 2 (Pressure Optimisation)
* **Red Dots:** Your current operating point on both curves
* **Grid Lines:** Every 0.2 increment for easy reading
* **Axes:**
  * X-axis: PLRfan (0 to 1)
  * Y-axis: Pfan (0 to 1)

**Interactive Features:**

1. **Hover Tooltips**
   * Move mouse over curves
   * See exact PLR and power values
   * Compare methods at any point
2. **Operating Point Markers**
   * Automatically placed when you calculate
   * Shows your exact position on both curves
   * Updates with each new calculation
3. **Visual Comparison**
   * Gap between curves shows potential savings
   * Larger gap = more savings opportunity
   * Gap varies with PLR

#### Reading the Curves

**At Low PLR (0.2-0.4):**

* Both methods show low power consumption
* Method 2 shows greater savings
* Critical range for most systems

**At Mid PLR (0.5-0.7):**

* Typical operating range for VAV systems
* Moderate savings with Method 2
* Most common analysis point

**At High PLR (0.8-1.0):**

* Both methods converge
* Minimal difference between methods
* Less time spent in this range

#### Coefficient Tables

Below the graph, detailed tables show:

* All equation coefficients
* Min/Max X values (0 to 1)
* Side-by-side comparison
* Colour-coded by method

</details>

<details>

<summary>Practical Applications</summary>

#### Energy Modeling for LEED

**Baseline Building Requirements:**

* Must use ASHRAE 90.1-2007 Appendix G
* VAV systems require VSD
* Choose Method 1 or Method 2 based on control strategy
* Document in energy model narrative

**When to Use Each Method:**

* **Method 1:** Standard projects without advanced DDC
* **Method 2:** Projects with zone-level pressure sensors and DDC

#### Design Optimization

**Scenario Analysis:**

1. Calculate power at typical operating PLR (0.6-0.8)
2. Compare both methods
3. Estimate annual operating hours at each PLR
4. Calculate annual energy savings
5. Perform life-cycle cost analysis

**Example Calculation:**

```
Assumptions:
- Design airflow: 10 m³/s
- Average PLR: 0.70
- Annual operating hours: 4,000 hours
- Fan motor: 15 kW at full load

Method 1 at PLR 0.70: 58.5% power = 8.78 kW
Method 2 at PLR 0.70: 46.3% power = 6.95 kW

Savings: 1.83 kW × 4,000 hours = 7,320 kWh/year
At $0.12/kWh: $878/year savings
```

#### Commissioning and Verification

**Using the Calculator:**

1. Input actual measured flow rates
2. Calculate expected power draw
3. Compare with measured power consumption
4. Identify control issues or optimization opportunities

#### Retrofit Analysis

**Before/After Comparison:**

1. Calculate existing system (typically Method 1)
2. Calculate with proposed upgrades (Method 2)
3. Determine energy savings potential
4. Support business case for controls upgrade

</details>

<details>

<summary>Practical Example</summary>

#### Example 1: Office Building VAV System

**Given:**

* Design airflow: 20,000 CFM (9.44 m³/s)
* Current operation: 15,000 CFM (7.08 m³/s)
* System: Standard VSD without pressure reset

**Steps:**

1. Select Imperial units
2. Enter Actual: 15,000 CFM
3. Enter Design: 20,000 CFM
4. Calculate

**Results:**

* PLR = 0.75
* Method 1: 63.23% power
* Method 2: 51.67% power
* Potential savings: 11.56 percentage points (18.3%)

**Interpretation:** By adding static pressure reset control (Method 2), this system could reduce fan energy by approximately 18% during this common operating condition.

</details>

<details>

<summary>Troubleshooting</summary>

#### Common Issues and Solutions

**Issue: "PLR must be between 0 and 1"**

* **Cause:** Direct PLR entry outside valid range
* **Solution:** Enter value between 0.000 and 1.000

**Issue: "Design flow rate must be greater than 0"**

* **Cause:** Zero or negative design flow entered
* **Solution:** Enter positive design airflow value

**Issue: "Actual flow rate cannot be negative"**

* **Cause:** Negative number entered for actual flow
* **Solution:** Enter zero or positive value

**Issue: Values seem incorrect after switching units**

* **Cause:** Values converted but seem unusual
* **Solution:** Click "Clear All" and re-enter values in desired unit system

**Issue: PLR greater than 1.0 calculated**

* **Cause:** Actual flow exceeds design flow
* **Solution:** This is valid but unusual - verify your input values. System may be operating above design capacity.

**Issue: Graph not showing operating point**

* **Cause:** Calculation not yet performed
* **Solution:** Click "Calculate Fan Power" button to generate results and markers

**Issue: Unable to see detailed values on graph**

* **Cause:** Not hovering over curves
* **Solution:** Move mouse cursor over the colored lines to activate tooltips
*

</details>

<details>

<summary>Technical Notes</summary>

#### Assumptions and Limitations

1. **Fan System Scope:**
   * Equations account for fan, belt, motor, and VSD losses
   * Does not include duct losses or terminal unit energy
   * Applies to supply air fans in VAV systems
2. **Validity Range:**
   * PLR from 0.0 to 1.0
   * Most accurate between PLR 0.3 and 1.0
   * Below PLR 0.3, consult manufacturer data
3. **Control Requirements:**
   * Method 2 requires DDC system with zone pressure sensors
   * Static pressure reset must be properly commissioned
   * Minimum airflow requirements must be maintained
4. **Calculation Accuracy:**
   * Results shown to 2 decimal places (percentages)
   * Input precision affects output accuracy
   * Use measured or specified design values when available

#### References and Standards

**Primary Reference:**

* ASHRAE Standard 90.1-2007, *Energy Standard for Buildings Except Low-Rise Residential Buildings*, Appendix G: Performance Rating Method, Section G3.1.3.15

**Related Standards:**

* ASHRAE 90.1-2010, 2013, 2016 (similar provisions)
* ASHRAE Guideline 36: High-Performance Sequences of Operation for HVAC Systems
* Title 24 California Energy Code

**Additional Resources:**

* ASHRAE Journal articles on VAV system optimization
* DOE Commercial Reference Buildings
* COMNET Modeling Guidelines

</details>

<details>

<summary>Frequently Asked Questions</summary>

**Q: Which method should I use for baseline energy modeling?** A: Use Method 1 for standard systems. Use Method 2 only if the proposed design includes static pressure reset controls with zone-level pressure sensors.

**Q: Can I use these equations for constant volume systems?** A: No. These equations are specifically for variable speed drive systems. Constant volume systems operate at PLR = 1.0 continuously.

**Q: What if my system operates outside the 0-1 range?** A: PLR should always be between 0 and 1. If calculated PLR > 1.0, the system is operating above design capacity - verify your inputs.

**Q: How do I determine annual energy savings?** A: Calculate power at multiple PLR points, estimate hours of operation at each point, multiply by motor power and energy cost. Consider creating a load duration curve.

**Q: Is Method 2 always better?** A: Method 2 saves energy but requires additional controls and sensors. Perform a life-cycle cost analysis to determine if the additional investment is justified.

**Q: Can I use these equations for retrofit analysis?** A: Yes. Calculate existing system performance (usually Method 1), then calculate with proposed controls (Method 2) to estimate savings potential.

**Q: Do these equations apply to fan arrays?** A: Yes, if all fans modulate together as a single system. For sequenced or independent fans, analyze each separately.

**Q: What about minimum flow requirements for ventilation?** A: These equations show power consumption at any PLR. Ensure minimum ventilation rates are maintained per ASHRAE 62.1 or local codes.

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.betterbuilding.io/user-guide/tools-and-plugins/variable-air-volume-fan-speed-control-part-loads.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
