-
Notifications
You must be signed in to change notification settings - Fork 4
Boiler Energy System
maxenceryan edited this page Aug 1, 2021
·
3 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
Boiler Energy System | BoilerSimple | [hive] | Energy Systems |
Calculates total operating cost and carbon emissions of a boiler to meet heating loads.
Name | ID | Description | Type |
---|---|---|---|
heating_loads | htg | Heating loads [kWh] | float |
carrier_cost | cost | Cost of energy carrier [CHF/kWh] | float |
carrier_emissions | CO2 | Carbon emissions of energy carrier [kgCO2/kWheq.] | float |
efficiency | eta | Efficiency of boiler [-] | float |
Name | ID | Description | Type |
---|---|---|---|
gas_consumed | gas | Total gas consumed [kWh eq.] | 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.combustion.ghpy
- Source:
src/Hive.Core/combustion/boiler.py