Skip to content

Boiler time resolved Energy System

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

Description

Calculates time resolved consumed fuel, operating cost and carbon emissions of a boiler to meet heating loads.

Inputs

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

Outputs

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

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_timeresolved.py