pollination / annual-energy-use

Run an annual energy simulation and compute energy use intensity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

annual-energy-use

Calculate annual energy use intensity (EUI) for a Honeybee model and optionally get several HTML reports to visualize the energy use.

The recipe outputs a file called eui.json in the format below:

{
  "eui": 306.852,
  "total_floor_area": 66129.6,
  "conditioned_floor_area": 66129.6,
  "total_energy": 20292008.333,
  "end_uses": {
    "heating": 30.924,
    "cooling": 84.342,
    "interior_lighting": 27.451,
    "interior_equipment": 164.115,
    "pumps": 0.019
  }
}

About

Run an annual energy simulation and compute energy use intensity

License:Other


Languages

Language:Python 97.9%Language:Shell 2.1%