> 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_pipe_parameter.md).

# GHE Pipe Parameter

![](/files/JrFsYOhFeBq69mXWTTGy)

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

Create a PipeParameter object that can be used to customize the pipe properties within a Ground Heat Exchanger (GHE) sizing simulation.

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

### Inputs

* **inner\_diameter**

A number in Rhino model units (eg. Meters, Feet, etc.) for the diameter of the inner pipe surface in meters. (Default: 0.0216 meters).

* **outer\_diameter**

A number in Rhino model units (eg. Meters, Feet, etc.) for the diameter of the outer pipe surface in meters. (Default: 0.0266 meters).

* **shank\_spacing**

A number in Rhino model units (eg. Meters, Feet, etc.) for the spacing between the U-tube legs, as referenced from outer surface of the pipes in meters. (NOT referenced from each pipe's respective centerline). (Default: 0.0323 meters).

* **conductivity**

A number for the conductivity of the pipe material in W/m-K. (Default: 0.4).

* **heat\_capacity**

A number for the volumetric heat capacity of the pipe material in J/m3-K. (Default: 1,542,000).

* **arrangement**

Text for the specified pipe arrangement. Choose from the following options. (Default: SingleUTube).

```
* SingleUTube

* DoubleUTubeSeries

* DoubleUTubeParallel
```

### Outputs

* **pipe**

A PipeParameter object that can be plugged into the "DF GHE Designer" component in order to customize pipe properties of a GHE sizing simulation. 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_pipe_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.
