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

# GHE Fluid Parameter

![](/files/vkF3B0Wf7V11V5JgsDMp)

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

Create a FluidParameter object that can be used to customize the fluid 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

* **type**

Text to indicate the type of fluid circulating through a ground heat exchanger loop. Many ground heat exchangers use only water but other options may be used to prevent freezing in conditions where the ground is particularly cold. Choose from the options below. (Default: Water).

```
* Water

* EthylAlcohol

* EthyleneGlycol

* MethylAlcohol

* PropyleneGlycol
```

* **concentration**

A number between 0 and 60 for the concentration of the fluid\_type in water in percent. Note that this variable has no effect when the fluid\_type is Water. (Default: 35%).

* **temperature**

A number for the average design fluid temperature at peak conditions in Celsius. (Default: 20C).

### Outputs

* **fluid**

A FluidParameter object that can be plugged into the "DF GHE Designer" component in order to customize fluid 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_fluid_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.
