Skip to content

Chiller Energy System

maxenceryan edited this page Jun 25, 2021 · 2 revisions
Icon Name ID Category Subcategory
icon Chiller Energy System ChillerSimple [hive] Energy Systems

Description

Calculates total operating cost and carbon emissions of a chiller (split A/C) to meet cooling loads.

Inputs

Name ID Description Type
cooling_loads clg Cooling loads [kWh] float
elec_cost cost Cost of electricity [CHF/kWh] float
elec_emissions CO2 Carbon emissions of electricity [kgCO2/kWheq.] float
COP COP COP of chiller [-] float

Outputs

Name ID Description Type
elec elec Electricity loads from operating the chiller [kWh] 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.cooling.ghpy
  • Source: src/Hive.Core/cooling/chiller.py