> For the complete documentation index, see [llms.txt](https://docs.betterbuilding.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.betterbuilding.io/user-guide/2d-building/building/hvac/plant-hvac/vrf-condenser-unit.md).

# VRF Condenser Unit

A VRF Condenser Unit manages cooling by varying refrigerant flow based on demand. It plays a crucial role in VRF systems, ensuring precise temperature control in diverse building spaces.

<figure><img src="/files/VwWo1FjmXiv2L8YaHeW0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/Ay2MmTWSLTqTsCMeBTLV" alt=""><figcaption></figcaption></figure>

### Cooling - Rated CoP

Specify the Cooling - Rated Coefficient of Performance (COP) at rated conditions, encompassing compressor power and condenser fan power. This COP value does not account for impacts due to the supply air fan. The nominal heat pump cooling COP must be greater than 0. If left blank, a default coefficient of performance of 3.3 is assumed.

### Heating COP

Specify the Heating COP at rated conditions, including compressor power and condenser fan power. This gross COP value does NOT account for the supply air fan. The nominal heat pump heating COP must be greater than 0. If left blank, a coefficient of performance of 3.4 is assumed.

### Waste Heat Recovery

Specify the Waste Heat Recovery configuration. Choose Yes to enable heat recovery, allowing the heat pump to independently cool and heat different zones. Choose No if the heat pump is only able to cool or heat for any given time step.

### Condenser Type

Specify the Condenser Type, choosing between Air Cooled or Evaporatively Cooled configurations.

{% hint style="info" %}
Only on Premium Plans. Please reach for further [support](https://app.gitbook.com/o/WS5BGzA70OvplUrfmCf1/s/fKJnzF2TwHA3APPbiCpF/~/changes/232/support-and-training/contact-us).
{% endhint %}


---

# 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.betterbuilding.io/user-guide/2d-building/building/hvac/plant-hvac/vrf-condenser-unit.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.
