# Plenum

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-68851d45d0af9fa7c104dffacc3efa518ab92b94%2FPlenum.png?alt=media)

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Ma9N5K8lMbAhbyBVgms%2Fsync%2Fbd2eb094fada1a40c2915aacdf616510e5dfb7bb.png?generation=1621524679056505\&alt=media) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src/HB%20Plenum.py)

Turn Honeybee Rooms into Plenums with no internal loads.

This includes removing all people, lighting, equipment, hot water, and mechanical ventilation. By default, the heating/cooling system and setpoints will also be removed but they can optionally be kept. Infiltration is kept by default but can optionally be removed as well.

This is useful to appropriately assign properties for closets, underfloor spaces, and drop ceilings.

### Inputs

* **rooms \[Required]**

Honeybee Rooms to be converted into plenums.

* **conditioned**

Boolean to indicate whether the plenum is conditioned with a heating/cooling system. If True, the setpoints of the Room will also be kept in addition to the heating/cooling system (Default: False).

* **remove\_infilt**

Boolean to indicate whether infiltration should be removed from the Rooms. If False, infiltration will be preserved and will be the only load assinged to the plenum. (Default: False).

* **include\_floor**

Boolean to indicate whether the floor area of the plenum contributes to the Model it is a part of. Note that this will not affect the floor\_area property of this Room but it will ensure the Room's floor area is excluded from any calculations when the Room is part of a Model and when it is simulated in EnergyPlus.

### Outputs

* **rooms**

Rooms that have had their interinal loads removed to reflect a plenum space.


---

# 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.ladybug.tools/hb-energy-primer/components/0_basicproperties/plenum.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.
