# Deconstruct Ventilation

![](/files/-Mihpe0asNJpuARFpIf5)

![](/files/-Mihpe0clR0bEnyGigwo) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Deconstruct%20Ventilation.py)

Deconstruct a Ventilation object into its constituient properties.

Note the the 4 ventilation types (*flow\_per\_person*, *flow\_per\_area*, *flow\_per\_zone*, *ach*) are ultimately summed together to yeild the ventilation design flow rate used in the simulation.

## Inputs

* **vent \[Required]**

  An Ventilation object to be deconstructed.&#x20;

## Outputs

* **name**

  Text string for the ventilation display name.&#x20;
* **flow\_per\_person**

  A numerical value for the intensity of ventilation in m3/s per person. Note that setting this value here does not mean that ventilation is varied based on real-time occupancy but rather that the design level of ventilation is determined using this value and the People object of the zone. To vary ventilation in real time, the ventilation schedule should be used. Most ventilation standards support that a value of 0.01 m3/s (10 L/s or \~20 cfm) per person is sufficient to remove odors.&#x20;
* **flow\_per\_area**

  A numerical value for the intensity of ventilation in m3/s per square meter of floor area.&#x20;
* **flow\_per\_zone**

  A numerical value for the design level of ventilation in m3/s for the entire zone.&#x20;
* **ach**

  A numberical value for the design level of ventilation in air changes per hour (ACH) for the entire zone. This is particularly helpful for hospitals, where ventilation standards are often given in ACH.&#x20;
* **schedule**

  An optional fractional schedule for the ventilation over the course of the year. The fractional values will get multiplied by the total design flow rate (determined from the fields above and the calculation\_method) to yield a complete ventilation profile. If None, the design level of ventilation is used throughout all timesteps of the simulation.&#x20;


---

# 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/3_loads/deconstruct_ventilation.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.
