https://github.com/pollination/annual-energy-use
Run an annual energy simulation and compute energy use intensity
https://github.com/pollination/annual-energy-use
energy-simulation energyplus pollination pollination-recipe
Last synced: 6 months ago
JSON representation
Run an annual energy simulation and compute energy use intensity
- Host: GitHub
- URL: https://github.com/pollination/annual-energy-use
- Owner: pollination
- License: other
- Created: 2021-02-07T04:20:45.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T01:32:17.000Z (7 months ago)
- Last Synced: 2024-11-13T18:47:23.340Z (7 months ago)
- Topics: energy-simulation, energyplus, pollination, pollination-recipe
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
}
}
```