# Apply Absolute Load Values

![](/files/6g3840HARdH70uouJVY2)

![](/files/2Co1EyBP58oZhghVatD2) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src//HB%20Apply%20Absolute%20Load%20Values.py)

Apply absolute load values to Rooms.

Note that, while the assigned load values are absolute, this component will convert them to the "normalized" value for each room (eg. lighting per floor area) in order to apply them to the rooms. So any existing specification of load intensity is overwritten with the absolute load here.

This also means that, if a room has no floors (or exterior walls for infiltration), the resulting load values will be equal to 0 regardless of the input here. The only exception is the vent\_flow\_, which will be applied regardless of the room properties.

This component will not edit any of the schedules or other properties associated with each load value. If no schedule currently exists to describe how the load varies over the simulation, the "Always On" schedule will be used as a default.

### Inputs

* **rooms \[Required]**

Honeybee Rooms to which the input load values should be assigned. This can also be a Honeybee Model for which all Rooms will be assigned the loads.

* **person\_count**

A number for the quantity of people in the room.

* **lighting\_watts**

A number for the installed wattage of lighting in the room (W).

* **electric\_watts**

A number for the installed wattage of electric equipment in the room (W).

* **gas\_watts**

A number for the installed wattage of gas equipment in the room (W).

* **hot\_wtr\_flow**

Number for the peak flow rate of service hot water in the room in liters per hour (L/h).

* **infiltration\_ach**

A number for the infiltration flow rate in air changes per hour (ACH).

* **vent\_flow**

A numerical value for the absolute of flow of outdoor air ventilation for the room in cubic meters per second (m3/s). Note that inputting a value here will overwrite all specification of outdoor air ventilation currently on the room (per\_floor, per\_person, ach).

### Outputs

* **report**

Reports, errors, warnings, etc.

* **rooms**

The input Rooms with their load values modified.


---

# 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/hb-energy-primer/components/3_loads/apply_absolute_load_values.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.
