> 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/energy-and-thermal-faqs/thermal-comfort-cbe-model.md).

# Thermal Comfort - CBE Model

The Centre has developed a more advanced model for understanding and determining occupant thermal comfort for the Built Environment (CBE). Focusing on the complex relationships between environmental conditions and our physiological response to them, the CBE Model relates thermal comfort to the principles of human thermal regulation instead of just external variables.

To differentiate local thermal comfort levels, such as at the head, chest, arms, and legs, a thermal manikin is used to predict thermal sensation indices similar to the Predicted Mean Vote (PMV) and Predicted Percentage of Dissatisfied (PPD) models.

The primary difference between the CBE model and the Predicted Mean Vote (PMV) and the Predicted Percentage of Dissatisfied (PPD) models is the differentiation of comfort as positive or negative. Unlike the measure of hot or cold experience based on six key variables, the CBE model provides an absolute explicit level of the thermal state, combining both thermal comfort and thermal sensation.

The benefit of this method can be seen above, showing interior window surface temperature and its impact on an occupant sitting 1 meter from the window. As the glazing temperature increases above or below 25 ° C, the CBE Thermal Comfort Model is more responsive than Predicted Mean Vote (PMV) to the changes in glazing temperature and its effects on thermal sensation. As such, it can better predict local discomfort caused by the window.


---

# 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/energy-and-thermal-faqs/thermal-comfort-cbe-model.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.
