-
Notifications
You must be signed in to change notification settings - Fork 4
Chiller Energy System
maxenceryan edited this page Jun 25, 2021
·
2 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
Chiller Energy System | ChillerSimple | [hive] | Energy Systems |
Calculates total operating cost and carbon emissions of a chiller (split A/C) to meet cooling loads.
Name | ID | Description | Type |
---|---|---|---|
cooling_loads | clg | Cooling loads [kWh] | float |
elec_cost | cost | Cost of electricity [CHF/kWh] | float |
elec_emissions | CO2 | Carbon emissions of electricity [kgCO2/kWheq.] | float |
COP | COP | COP of chiller [-] | float |
Name | ID | Description | Type |
---|---|---|---|
elec | elec | Electricity loads from operating the chiller [kWh] | float |
cost | cost | Total operation cost [CHF] | float |
carbon | carbon | Total operation carbon emissions [kgCO2eq.] | float |
TODO: find this component in an example file / create an example file
- TODO: link to similar / collaborating components
- Assembly:
Hive.Core.cooling.ghpy
- Source:
src/Hive.Core/cooling/chiller.py