Skip to content

Boiler Energy System

maxenceryan edited this page Aug 1, 2021 · 3 revisions
Icon Name ID Category Subcategory
icon Boiler Energy System BoilerSimple [hive] Energy Systems

Description

Calculates total operating cost and carbon emissions of a boiler to meet heating loads.

Inputs

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

Outputs

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

Example

TODO: find this component in an example file / create an example file

See also

  • TODO: link to similar / collaborating components

Developer info

  • Assembly: Hive.Core.combustion.ghpy
  • Source: src/Hive.Core/combustion/boiler.py