> 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/moisture/moisture-faqs/ashrae-fundamentals-cavity-ventilation.md).

# ASHRAE Fundamentals Cavity Ventilation

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

Cavity ventilation in wall systems can provide an important mechanics to increase the drying potential in wall and roof systems. Academically, there are no agreed approaches to cavity ventilation from first principles, equations, CFD and physical testing.&#x20;

The following equations are based on the Bernoulli equation, as per ASHRAE Fundamentals – Natural Ventilation 16.12. They have been adopted as the minimum cavity ventilation inputs required to generate a theoretical air flow rate (Q) at the openings. Q is then converted to air changes per hour (ACH) based on the proposed cavity dimensions.

{% hint style="info" %}
Where an air flow rate (Q) is know or a more advanced calculation method is nominated, it can be directly specified as a fixed air change rate.
{% endhint %}

## **Flow Caused by Wind Only**

The equation quantifies airflow rate (Q) driven exclusively by wind through ventilation inlet openings, considering the effectiveness of openings (Cv), the area of openings (A), and wind speed (U) while excluding thermal influences. It accounts for various aspects of wind, including average speed, prevailing direction, seasonal and daily variations, and local obstructions. This equation serves as a tool for determining optimal opening sizes to achieve desired airflow rates based on wind conditions.

$$
Q\_{\text{wind}} = C\_v \cdot A \cdot U
$$

*Qwind = airflow rate, m³/s*

*Cv = effectiveness of openings (Cv is assumed to be 0.5 to 0.6 for perpendicular winds and 0.25 to 0.35 for diagonal winds)*

*A = free area of inlet openings, m²*

*U = wind speed, m/s*

## **Flow Caused by Thermal Forces Only**

The equation calculates airflow rate (Q) due to thermal forces (stack effect) based on factors like opening area, temperature difference, and height from lower opening to neutral pressure level (NPL), considering indoor and outdoor temperatures. It incorporates a discharge coefficient to account for viscous effects and adjusts for temperature differences based on indoor and outdoor temperatures.

$$
Q\_{\text{thermal}} = C\_D \cdot A \cdot \sqrt{\frac{2g \Delta H\_{\text{NPL}} \left( T\_i - T\_o \right)}{T\_i}}
$$

*Qthermal = airflow rate, m³/s*

*CD = discharge coefficient for opening*

ΔHNPL *= height from midpoint of lower opening to NPL, m*

*Ti = cavity temperature, K*

*To = outdoor temperature, K*

The above applies when Ti > To. If Ti < To, replace Ti in the denominator with To, and replace (Ti − To) in the numerator with (To − Ti ). An average temperature should be used for Ti if there is thermal stratification. If the building has more than one opening, the outlet and inlet areas are considered equal. The discharge coefficient CD accounts for all viscous effects such as surface drag and interfacial mixing.

## ASHRAE Fundamentals Cavity Ventilation Tutorial

{% embed url="<https://www.loom.com/share/1ea36cf11aa84690b6fd381dd81e937b?sid=2e5317f9-100d-41fb-94d8-6cc25c3f8d87?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true>." %}


---

# 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/moisture/moisture-faqs/ashrae-fundamentals-cavity-ventilation.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.
