Skip to content

Chiller time resolved Energy System

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

Description

Calculates time resolved 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], time series float
elec_cost cost Cost of electricity [CHF/kWh], time series float
elec_emissions CO2 Carbon emissions of electricity [kgCO2/kWh eq.], time series float
temperature temp Ambient temperature at the inlet of the chiller [°C], time series 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
COP COP Time resolved COP of the chiller [-] 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_timeresolved.py