# Deconstruct Infiltration

![](/files/-MihpeYPe3VJcnwXnxJQ)

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

Deconstruct an Infiltration object into its constituient properties.

## Inputs

* **infil \[Required]**

  An Infiltration object to be deconstructed.&#x20;

## Outputs

* **name**

  Text string for the infiltration display name.&#x20;
* **flow\_per\_ext\_area**

  A numerical value for the intensity of infiltration in m3/s per square meter of exterior surface area. Typical values for this property are as follows (note all values are at typical building pressures of \~4 Pa):

  * 0.0001 (m3/s per m2 facade) - Tight building
  * 0.0003 (m3/s per m2 facade) - Average building
  * 0.0006 (m3/s per m2 facade) - Leaky building
* **schedule**

  A fractional schedule for the infiltration over the course of the year. The fractional values will get multiplied by the flow\_per\_exterior\_area to yield a complete infiltration profile.&#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_infiltration.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.
