> For the complete documentation index, see [llms.txt](https://cbe-berkeley.gitbook.io/fans-guidebook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/codes-and-standards.md).

# Codes and standards

This technical guide does not cover all codes and standards related to fans and air movement published worldwide, and it highlights only several commonly used materials for references and examples. It is also noted that the usage of these materials could be subjected to variations by countries. Users are advised to implement these materials with caution.

## Environmental conditions <a href="#toc137824724" id="toc137824724"></a>

[ASHRAE Standard 55 – Thermal Environmental Conditions for Human Occupancy](https://www.ashrae.org/technical-resources/bookstore/standard-55-thermal-environmental-conditions-for-human-occupancy) (2020) identifies factors that may affect thermal comfort in an indoor environment. Proposed in ASHRAE 55, the standard effective temperature (SET) is a reliable index in estimating the heat loss effect for increased air speed conditions.&#x20;

Green Mark is a green building certification scheme established in Singapore to raise energy performance standards and emphasize other sustainability outcomes. [A Technical Guide of Green Mark for existing non-residential buildings (2017)](https://www1.bca.gov.sg/docs/default-source/docs-corp-buildsg/sustainability/green-mark-enrb-2017-technical-guide_\(11feb2020\)-to-upload708672f9aeaf4cb58ceb01298bd1de70.pdf?sfvrsn=8ada0ddf_0%E3%80%81) suggests the indoor temperature setpoint could maintain at 26 °C \[79 °F] or above if the space is designed with elevated air speed.&#x20;

## Ceiling fans testing regulations <a href="#ceiling_fans_testing" id="ceiling_fans_testing"></a>

[ASHRAE Standard 216 – Methods of Test for Determining Application Data of Overhead Circulator Fans (2020)](https://www.techstreet.com/ashrae/standards/ashrae-216-2020?gateway_code=ashrae\&product_id=2202077) specifies the instrumentation, facilities, test installation methods, and procedures to determine ceiling fan application data for occupant thermal comfort in a space.&#x20;

Performance testing on small-diameter ceiling fans (≤ 2.1 m \[7 ft]) is recommended by the [ENERGY STAR qualified method](https://www.energystar.gov/ia/partners/prod_development/revisions/downloads/ceil_fans/testmanual.pdf).&#x20;

Performance testing on large-diameter ceiling fans (> 2.1 m \[7 ft]) is standardized by the [Air Movement and Control Association (AMCA) Standard 230 – Laboratory Methods of Testing Air Circulating Fans for Rating and Certification (2015)](https://www.techstreet.com/amca/standards/amca-230-15?product_id=1904250).&#x20;

A modified testing method for large-diameter fans, the [ceiling fan Energy Index (CFEI)](https://www.amca.org/assets/resources/public/assets/uploads/Introducing_Ceiling_Fan_Energy_Index_2.pdf), is developed to enhance ceiling fan testing effectiveness. CFEI is derived from the fan energy index equation in [*ANSI/AMCA Standard 208-18: Calculation of the Fan Energy Index*](https://www.amca.org/news/press-releases/ansi/amca-standard-208,-calculation-of-the-fan-energy-index,-available-for-free-download.html) with substitute coefficient for large-diameter ceiling fans.&#x20;

## Fire safety <a href="#toc137824726" id="toc137824726"></a>

The primary concern with ceiling fans about the fire code is the interaction with fire sprinklers. The National Fire Protection Association (NFPA) Standards, [NFPA 13](https://www.nfpa.org/codes-and-standards/all-codes-and-standards/list-of-codes-and-standards/detail?code=13), summarizes the requirements of ceiling fan installation concerning fire sprinklers in buildings. It is noted that specific fire safety requirements may vary by country. Users should always consult local codes and requirements for a specific project.

## Seismic requirements <a href="#toc137824727" id="toc137824727"></a>

Seismic considerations and requirements are especially relevant for installations of ceiling fans, especially for large-diameter fans, long suspension rods, or other requirements for seismic support. An example can be found in the [American Society of Civil Engineer (ASCE 7) Standard](https://www.asce.org/publications-and-news/asce-7). Users should always consult local codes and requirements for a specific project.


---

# 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://cbe-berkeley.gitbook.io/fans-guidebook/practitioner-summary/codes-and-standards.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.
