Run an ASHRAE 90.1 Appendix G simulation and compute the Performance Cost Index (PCI) as well as LEED energy points.
Project description
Appendix G Performance
This recipe generates a baseline Honeybee Model from the input Model, which is consistent with ASHRAE 90.1 Appendix G 2016 (and later), This includes adjusting the geometry, constructions, lighting, HVAC, SHW, and removing any clearly-defined energy conservation measures like daylight controls.
Note that all schedules are essentially unchanged in the baseline model, meaning that additional post-processing of setpoints may be necessary to account for energy conservation strategies like expanded comfort ranges, ceiling fans, and personal thermal comfort devices. It may also be necessary to adjust hot water loads loads in cases where low-flow fixtures are implemented.
After the creation of the baseline model, his recipe will simulate it in EnergyPlus, performing 4 separate simulations in parallel for each of the 4 cardinal directions per the Appendix G specification. Alongside these baseline simulations, the input Model will be simulated to get the energy performance of the proposed building. At the end, all energy use results will be post-processed along with the energy costs inputs to estimate the Appendix G PCI. An additional computation will also be run to estimate the number of LEED "Optimize Energy Performance" points for LEED v4.
The recipe outputs a file called appendix_g_summary.json
, which contains the PCI
improvement for the latest versions of ASHRAE 90.1 in the format below:
{
"proposed_eui": 112.866,
"proposed_energy": 3517144.444,
"proposed_cost": 703428.89,
"baseline_eui": 235.3,
"baseline_energy": 7332474.306,
"baseline_cost": 1214797.19,
"pci_t_2016": 0.666,
"pci_t_2019": 0.591,
"pci_t_2022": 0.574,
"pci": 0.579,
"pci_improvement_2016": 13.055,
"pci_improvement_2019": 2.0219,
"pci_improvement_2022": -0.880
}
The recipe also outputs a file called leed_summary.json
, which contains the
ASHRAE 90.1-2016 PCI for both cost and carbon (GHG) emissions in the format below:
{
"proposed_eui": 112.866,
"proposed_cost": 703428.89,
"proposed_carbon": 464263.067,
"baseline_eui": 235.3,
"baseline_cost": 1214797.19,
"baseline_carbon": 1577657.766,
"pci": 0.579,
"pci_target": 0.666,
"pci_improvement": 13.055,
"carbon": 0.294,
"carbon_target": 0.633,
"carbon_improvement": 53.511,
"leed_points": 9
}
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for pollination-appendix-g-performance-0.2.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | bd6a6c123ee790684d47e810c3adcd69bdc75bcf42a0cb660265498785f15ea0 |
|
MD5 | c2e0101e3fb0ce5bdc6e70e00d4bbbc5 |
|
BLAKE2b-256 | f400c986a8a467c3c3e9634e3775e5337e0850dd3bccfae10b153df3f3d06786 |
Hashes for pollination_appendix_g_performance-0.2.1-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f397fd84d250b9f5ae4dd03cb152aef592db74c81a011df0b8ebe47d22ecc4e7 |
|
MD5 | 242379e7fb35ac2e8d0d131659b2b369 |
|
BLAKE2b-256 | a52b3916c1fe3715bcdca70a2caf632307ef3a225f5824603ade6ccbff9c9004 |