> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/workflows/energy-efficiency/advanced-hvac/customise-fan-performance-curves.md).

# Customise fan performance curves

The EnergyPlus Fan performance curve is a table that describes how electric power consumption varies with air flow rate. For more details, we recommend reviewing the [EnergyPlus documentation](https://bigladdersoftware.com/epx/docs/22-2/input-output-reference/group-fans.html#fanvariablevolume). The observable effect of a custom fan performance curve will be in the annual energy consumption for the air-conditioning fans.

Advanced HVAC allows for custom fan performance curves to be modelled on all HVAC fans. In this example, we model a typical static pressure reset fan curve on an Air Handling Unit fan, per the following coefficients.

$$
P
fan
​
\=0.0012−0.0579⋅PLR
fan
​
+0.5864⋅PLR
fan
2
​
+0.41712⋅PLR
fan
3
​
$$

{% hint style="success" %}
Customise fan performance curves on an Air Handling Unit fan by selecting a ‘Air Handling Unit’, then the 'Supply Air Fan', and then 'Customise Curves'. Next, select 'Electric Power Function of Flow Fraction' and 'Quartic Curve'. Lastly, enter the coefficients of the fan performance curve. Hit 'Update, then 'Save'.&#x20;
{% endhint %}

<figure><img src="/files/obVKpXTQRXJWK3jcvW6I" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.betterbuilding.io/user-guide/workflows/energy-efficiency/advanced-hvac/customise-fan-performance-curves.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
