> For the complete documentation index, see [llms.txt](https://docs.ladybug.tools/dragonfly-primer/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ladybug.tools/dragonfly-primer/components/5_districtthermal/ghe_design_parameter.md).

# GHE Design Parameter

![](/files/V9HYjJ5uMQBllLp0TM1g)

![](/files/f3BHjJ3PxIXlAdjT2TrF) - [\[source code\]](https://github.com/ladybug-tools/dragonfly-grasshopper/blob/master/dragonfly_grasshopper/src//DF%20GHE%20Design%20Parameter.py)

Create a GHEDesignParameter object that can be used to customize the criteria used to design a Ground Heat Exchanger (GHE).

The output of this component can be used with either the "DF GHE Designer" component or the "DF GHE Thermal Loop" component.

### Inputs

* **flow\_rate**

A number for the volumetric design flow rate through each borehole of the ground heat exchanger in L/s. (Default: 0.2 L/s).

* **max\_eft**

A number for the maximum heat pump entering fluid temperature in Celsius. (Default: 35C).

* **min\_eft**

A number for the minimum heat pump entering fluid temperature in Celsius. (Default: 5C).

* **month\_count**

An integer for the number of months over which the simulation will be run in order to ensure stable ground temperature conditions. (Default: 240).

* **method**

Text for the method to be used in sizing the GHE. Downstream will size each GHE for all of the buildings that lie downstream of the GHE. AreaProportional will take the load along the entire loop and evenly distribute it per unit area of GHE. (Default: AreaProportional). Choose from the following.

```
* AreaProportional

* Downstream
```

### Outputs

* **design**

A GHEDesignParameter object that can be plugged into the "DF GHE Designer" component in order to customize the criteria used to design a GHE. It can also be plugged into the "DF GHE Thermal Loop" component to perform a similar role in a District Energy Simulation (DES) of a loop with a ground heat exchanger.


---

# 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.ladybug.tools/dragonfly-primer/components/5_districtthermal/ghe_design_parameter.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.
