Skip to content

Releases: architecture-building-systems/hive

Hive 1.18

06 Mar 01:03
Compare
Choose a tag to compare

Some nice improvements by Philip: english/german button for the hive building form with all the SIA2024 terms translated into english; the tree prototype components by @justinfmccarty are now proper grasshopper components (no icons yet); and some cosmetic changes in the visualizer.

Furthermore, fixed a serious bug in the solar model that caused irradiation to explode on tilted surfaces, for some reason only on southern hemisphere. Problem in the end was the sky brightening factor in the perez diffuse model being allowed to take values >1 (caused by high air mass values). this factor is now capped to max 1, and the air mass calculation is now done with KastenYoung1989 - the default model in PV_lib - instead of with the simple model 1/cos(thetaZ)

What's Changed

Full Changelog: v1.17.1...v1.17.2

Hotfix Hive 1.17.1

20 Jan 16:42
158f32d
Compare
Choose a tag to compare

What's Changed

Hot fix, Hive didn't work when "Wohnen" (residential building) and "Bestand" (existing building) was selected in the building input form, because "NaN" for heat recovery wasn't dealt with properly in the core.

Full Changelog: v1.17...v1.17.1

Hive 1.17

10 Dec 22:19
89b3a11
Compare
Choose a tag to compare

Christmas release! We now have arrows showing losses and gains on surfaces! Also, we're now properly forking Conduit (https://bitbucket.org/architecture-building-systems/conduit-hive) and have nice icons for it. Last but not least, Hive received a prototype tree library (check out the file Hive_TreePrototype.gh, you'll need to reference tree_schedules.csv). Thanks a bunch to contributors @philipschulz and @justinfmccarty !

hive_conduit

birch

christmas

What's Changed

Full Changelog: v1.16...v1.17

Hive 1.16

07 Sep 09:18
24b94aa
Compare
Choose a tag to compare

Hive now uses "Conduit" from ProvingGrounds to display a HUD directly in the Rhino Viewport! Besides, this issue brings another round of debugging and enhancements, most importantly tooltips on some buttons, and we've fixed a serious bug that prevented some parameters in the Building Input Form to be modified.

image

What's Changed

Full Changelog: v1.15...v1.16

Hive 1.15

16 May 12:37
7a6ed23
Compare
Choose a tag to compare

Lots of debugging and improvements. Most importantly, Honeybadger / python components have been fully ported to C#, thus improving compatibility. Also, we now have BIPV (Building Integrated Photovoltaic) as a separate technology in the EnergySystems Hizard.

What's Changed

New Contributors

Full Changelog: v1.14...v1.15

Hive 1.14

03 Jan 12:24
adbe9a6
Compare
Choose a tag to compare

Lots of improvements for user experience and debugging. Also started migrating honeybadger code (Hive.Core) to C# (Hive.IO).

What's Changed

New Contributors

Full Changelog: v1.13.1...v1.14

Hive 1.13.1

20 Oct 14:24
Compare
Choose a tag to compare

EaCS3_E04_Hive_Template.gh template file had a bug such that PV didn't work properly. fixed.
everything else is identical to v1.13

Hive 1.13 - Amr Plot and Validation Study

04 Oct 18:09
13c9def
Compare
Choose a tag to compare

Lots of debugging and improvements, most importantly: finally, thanks to the amazing @maxenceryan, activated the Amr Plot (@amraladdin; showing 4 quadrants, splitting results into Building and Energy System, as well as Embodied and Operation, for Cost, Energy and Emissions)! Data does not make complete sense yet, but the general idea is there and the data issue needs to be fixed in the Hive.Core. Further important changes to be mentioned are a little shoebox validation study with EnergyPlus and @Linwal hourly SIA380 model, the inclusion of Domestic Hot Water in the visualizer and the reduction of floor area according to SIA norm. Full change-log:

  • bug 👾: increased size of Building input Hizard #623 merged in #643
  • enhancement 🥊: domestic hot water now shown in visualizer #640 merged in #649
  • bug 👾: corrected wrong unit of capacitance in the Building Hizard #646 merged in #649
  • bug 👾: reducing effective floor area for loads calculations, according to SIA2024 #648 merged in #649
  • feature 💡: re-introduced default tau values (~thermal mass), according to SIA #651 merged in #653
  • quality-control 👀: compared results between versions to ensure consistency #647
  • enhancement 🥊: generator script for solar tech data #655 merged in #657
  • bug 👾: PV images weren't showing in the EnergySystems Hizard #591 merged in #658
  • feature 💡 & enhancement 🥊: The Amr Plot is now online! #337 #551 #632 merged in #652
  • enhancement 🥊: Visualizer now shows everything also normalized per m^2 #650 #620 merged in #652
  • quality-control 👀: validated sia380 demand component with EnergyPlus and @Linwal hourly sia380 model #589

Hive 1.12 - Natural Ventilation and Thermal Mass

08 Aug 23:10
857c479
Compare
Choose a tag to compare

Debugging, enhancements and new features, e.g., single-sided natural ventilation, thermal mass has an impact on loads, some changes to the building Hizard. Optional calculations (nat. vent. and adaptive comfort) that are not part of SIA 380 can be (de-)activated with checkboxes in the hizard.

  • enhancement 🥊: updating Issue Template for submitting Bug Reports and added Pull Request template #614 #635
  • enhancement 🥊: worked a bit on the documentation #533 #530 #559
  • Feature 💡: single-sided natural ventilation based on CIBSE AM:10, depending on windows geometry #567 #613 #594
  • Feature 💡: Toggle in the Hizard for natural ventilation #593 #642
  • Bug 👾: load calculation works again when there are no windows in the zone #609
  • Bug 👾: hotfix for energy systems when hourly loads are provided. Only as ghpython in the GH template files! #576 #634
  • enhancement 🥊: added an Emitter distributor. We used a ghpython script in the GH templates before #601 #641
  • Feature 💡: thermal mass has an impact on loads now via variable . Includes modifications to the Hizard and changes to sia380.py and Hive.IO #516 #643
  • Bug 👾: checkboxes for nat. vent. and adaptive comfort in the Hizard now persist when saving and re-opening the gh file #644
  • Bug 👾: U-values were only used for walls, but not for roofs and floors #622
  • enhancement 🥊: overhangs and cantilevers are now interpreted as floors exposed to the environment (external) and thus contribute to heat losses. As part of #643

Hive 1.11

28 Jun 13:00
ca43c25
Compare
Choose a tag to compare

Most important addition: adaptive comfort is now selectable in the hizard and has an impact to demand calculations. Before, it was just hardcoded into the workflow. Change log:

  • Feature: added adaptive thermal comfort into demand calculations and as a checkbox in the building input hizard #570 #595
  • Bug: corner windows now recognized and window-window intersection only gives error, if windows overlap or exceed walls #580 #600
  • Feature: build script to build the entire hive project, instead of building the visual studio and the honey-badger projects separately #598 #599 #605 #607
  • Enhancement: added a troubleshooting wiki and honey-badger docs generated automatically with build.cmd. those docs need to be pushed manually to hive.wiki, though, since GitHub Desktop currently doesn`t support it #597 #615