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