-
Notifications
You must be signed in to change notification settings - Fork 4
Boiler time resolved Energy System
maxenceryan edited this page Aug 1, 2021
·
3 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
Boiler time resolved Energy System | BoilerTimeResolved | [hive] | Energy Systems |
Calculates time resolved consumed fuel, operating cost and carbon emissions of a boiler to meet heating loads.
Name | ID | Description | Type |
---|---|---|---|
heating_loads | htg | Heating loads, time resolved [kWh/h] | float |
carrier_cost | cost | Cost of energy carrier, time resolved [CHF/kWh] | float |
carrier_emissions | CO2 | Carbon emissions of energy carrier time resolved [kgCO2/kWheq.] | float |
efficiency | eta | Efficiency of boiler, time resolved [-/h]. Could change depending on supply temp. | float |
Name | ID | Description | Type |
---|---|---|---|
gas_consumed | gas | Total gas consumed [kWh eq.] | float |
cost | cost | Total operation cost [CHF/h] | float |
carbon | carbon | Total operation carbon emissions [kgCO2eq./h] | float |
TODO: find this component in an example file / create an example file
- TODO: link to similar / collaborating components
- Assembly:
Hive.Core.combustion.ghpy
- Source:
src/Hive.Core/combustion/boiler_timeresolved.py