-
Notifications
You must be signed in to change notification settings - Fork 4
Chiller time resolved Energy System
maxenceryan edited this page Jun 25, 2021
·
2 revisions
| Icon | Name | ID | Category | Subcategory |
|---|---|---|---|---|
![]() |
Chiller time resolved Energy System | ChillerTimeResolved | [hive] | Energy Systems |
Calculates time resolved 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], time series | float |
| elec_cost | cost | Cost of electricity [CHF/kWh], time series | float |
| elec_emissions | CO2 | Carbon emissions of electricity [kgCO2/kWh eq.], time series | float |
| temperature | temp | Ambient temperature at the inlet of the chiller [°C], time series | 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 |
| COP | COP | Time resolved COP of the chiller [-] | 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_timeresolved.py
