-
Notifications
You must be signed in to change notification settings - Fork 4
Air Source Heat Pump time resolved Energy System
maxenceryan edited this page Jun 25, 2021
·
2 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
Air Source Heat Pump time resolved Energy System | AshpTimeResolved | [hive] | Energy Systems |
Calculates the time resolved Coefficient of Performance (COP) of an air source heat pump, as well as consumed electricity of the heat pump, to meet heating energy demand.
Name | ID | Description | Type |
---|---|---|---|
Q_th | Q_th | Heating load, time resolved [kW] | float |
T_supply | T_supply | Supply temperature of ASHP [°C] | float |
T_amb,t | T_amb,t | Ambient air temperature, time resolved [°C] | float |
PI_HP,1 | PI_HP,1 | Technology parameter 1 for ASHP | float |
PI_HP,2 | PI_HP,2 | Technology parameter 2 for ASHP | float |
PI_HP,3 | PI_HP,3 | Technology parameter 3 for ASHP | float |
PI_HP,4 | PI_HP,4 | Technology parameter 4 for ASHP | float |
Name | ID | Description | Type |
---|---|---|---|
x_el | x_el | Electricity demand to fulfil heating load [kW] | float |
COP | COP | COP of ASHP [-] | 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/ashp_timeresolved.py