RWTH-EBC / BESMod

A Modelica library providing building energy system modules
Other
17 stars 0 forks source link

Add efficiency labels for storages #42

Closed FWuellhorst closed 1 year ago

FWuellhorst commented 1 year ago

Finding good values for sIns is difficult. The default could and should follow the efficiency labels of the EU: image

Source: https://www.bdh-industrie.de/fileadmin/user_upload/Publikationen/Infoblaetter/Infoblatt_Nr_60_Warmwasserspeicher_Energielabel_Oekodesign_2017.pdf

Implementation:

  1. Build regression for mid of each label, QLosPerDay=f(V, label)
  2. Create enumeration for label
  3. Get sIns=f(QLosPerDay)=f(V,label).
FWuellhorst commented 1 year ago
  1. Add enumeration for label here: BESMod.Systems.Hydraulical.Distribution.Types
  2. Add function for QLosPerDay here: BESMod.Systems.Hydraulical.Distribution.RecordsCollection
FWuellhorst commented 1 year ago

This was closed by the latest PR #64