-
Notifications
You must be signed in to change notification settings - Fork 4
Heat pump COP Energy System
maxenceryan edited this page Jun 25, 2021
·
2 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
![]() |
Heat pump COP Energy System | HpCopSimple | [hive] | Energy Systems |
Calculates the Coefficient of Performance (COP) of a simple heat pump.
Name | ID | Description | Type |
---|---|---|---|
eta | eta | Efficiency of heat pump [-] | float |
T_1 | T_1 | Temperature of warm reservoir [k] | float |
T_2 | T_2 | Temperature of cold reservoir [k] | float |
Name | ID | Description | Type |
---|---|---|---|
COP_W | COP_W | COP of heat pump [-] | float |
TODO: find this component in an example file / create an example file
- TODO: link to similar / collaborating components
- Assembly:
Hive.Core.heatpumps.ghpy
- Source:
src/Hive.Core/heatpumps/simple_hp_cop.py