-
Notifications
You must be signed in to change notification settings - Fork 4
Combined Heat and Power Energy System
maxenceryan edited this page Jun 25, 2021
·
2 revisions
Icon | Name | ID | Category | Subcategory |
---|---|---|---|---|
Combined Heat and Power Energy System | ChpSimple | [hive] | Energy Systems |
Calculates total heating or electricity generation, consumed fuel, operating cost and carbon emissions from a Combined Heat and Power system.
Name | ID | Description | Type |
---|---|---|---|
htg_or_elec_in | str | Heating or electricity in as loads? {'heating_in', 'elec_in'}. (default: 'heating_in') | string |
loads | loads | Loads in [kWh]. Either heating or electricity loads that need to be supplied. | float |
eta | eta | Electric efficiency of CHP, i.e. from fuel into electricity [-] | float |
htp | htp | Heat-to-power ratio, i.e. how much heat comes with generated electricity [-]. E.g. htp=1.5 will yield in 1.5 kW heat for 1 kW elec | float |
fuelcost | cost | Fuel cost [CHF/kWh] | float |
fuelemissions | carbon | Fuel emissions [kgCO2/kWh] | float |
Name | ID | Description | Type |
---|---|---|---|
gas_consumed | gas | Total gas consumed [kWh eq.] | float |
total_cost | cost | Total operation cost [CHF] | float |
total_emissions | carbon | Total carbon emissions from operation [kgCO2] | float |
heating_gen | htg_gen | Heating energy generated from CHP [kWh] | float |
elec_gen | el_gen | Electricity generated from CHP [kWh] | 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/chp.py