> 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/horizontal_pipe_parameter.md).

# Horizontal Pipe Parameter

![](/files/OXMBLXAktgpW6IKzdch8)

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

Create a HorizontalPipeParameter object that can be used to customize the properties of horizontal pipes contained within ThermalConnectors.

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

### Inputs

* **buried\_depth**

The buried depth of the pipes in Rhino model units (eg. Meters, Feet, etc.). (Default: 1.5 meters).

* **diameter\_ratio**

A number for the ratio of pipe outer diameter to pipe wall thickness. (Default: 11).

* **pressure\_drop**

A number for the pressure drop in pascals per meter of pipe. (Default: 300).

* **insulation\_conduct**

A positive number for the conductivity of the pipe insulation material in W/m-K. If no insulation exists, this value should be a virtual insulation layer of soil since this value must be greater than zero. (Default: 3.0).

* **insulation\_thick**

A positive number for the thickness of pipe insulation in Rhino model units (eg. Meters, Feet, etc.). If no insulation exists, this value should be a virtual insulation layer of soil since this value must be greater than zero. (Default: 0.2 meters).

* **hydraulic\_diameter**

A number to specify the size of the hydraulic diameter in meters. If unspecified, the hydraulic diameter will be autosized.

* **pump\_head**

A number for the design pressure of the ambient loop pump in Pa. If unspecified, the pump pressure will be autosized.

* **pump\_flow**

A number for the design volume flow rate of the ambient loop pump in m3/s. If unspecified, the pump flow rate will be autosized.

### Outputs

* **horiz\_pipe**

A HorizontalPipeParameter object that can be plugged into the "DF GHE Thermal Loop" component to customize the properties of horizonal pipes in a District Energy System (DES) simulation.


---

# 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/horizontal_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.
