# Process Load

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-9e2e59f6e866de8218568832109f0be95b6306e4%2FProcess_Load.png?alt=media)

![](https://459479801-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Ma9N5K8lMbAhbyBVgms%2Fuploads%2Fgit-blob-d68495bd147bed6c6392dded22515569809fbdd2%2FProcess_Load.png?alt=media) - [\[source code\]](https://github.com/ladybug-tools/honeybee-grasshopper-energy/blob/master/honeybee_grasshopper_energy/src/HB%20Process%20Load.py)

Apply process loads to Rooms.

Examples of process loads include wood burning fireplaces, kilns, manufacturing equipment, and various industrial processes. They can also be used to represent certain specialized pieces of equipment to be separated from the other end uses, such as MRI machines, theatrical lighting, elevators, etc.

### Inputs

* **rooms \[Required]**

Honeybee Rooms to which process loads should be assigned.

* **name**

Text to set the name for the Process load and to be incorporated into a unique Process load identifier. If None, a unique name will be generated.

* **watts \[Required]**

A number for the process load power in Watts.

* **schedule \[Required]**

A fractional schedule for the use of the process over the course of the year. The fractional values will get multiplied by the \_watts to yield a complete process load profile.

* **fuel\_type \[Required]**

Text to denote the type of fuel consumed by the process. Using the "None" type indicates that no end uses will be associated with the process, only the zone gains. Choose from the following.

```
* Electricity

* NaturalGas

* Propane

* FuelOilNo1

* FuelOilNo2

* Diesel

* Gasoline

* Coal

* Steam

* DistrictHeating

* DistrictCooling

* OtherFuel1

* OtherFuel2

* None
```

* **use\_category**

Text to indicate the end-use subcategory, which will identify the process load in the EUI output. For example, “Cooking”, “Clothes Drying”, etc. (Default: General).

* **radiant\_fract**

A number between 0 and 1 for the fraction of the total process load given off as long wave radiant heat. (Default: 0).

* **latent\_fract**

A number between 0 and 1 for the fraction of the total process load that is latent (as opposed to sensible). (Default: 0).

* **lost\_fract**

A number between 0 and 1 for the fraction of the total process load that is lost outside of the zone and the HVAC system. Typically, this is used to represent heat that is exhausted directly out of a zone (as you would for a stove). (Default: 0).

### Outputs

* **report**

Reports, errors, warnings, etc.

* **rooms**

The input Rooms with process loads assigned to them.


---

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