Skip to content

Latest commit

 

History

History
76 lines (52 loc) · 2.81 KB

File metadata and controls

76 lines (52 loc) · 2.81 KB

Changelog

v0.8.0 (2025-11-02)

  1. #2 Add CO2-based IAQ evaluation, based on:
    1. European standard CEN/EN 16798-1, based on german version DIN EN 16798-1:2019
    2. Japanese law for environmental health in buildings (LEHB)
    3. Singapore standard SS 554:2016
    4. Hong Kong Environmental Protection Department: "Hongkong Guidance Notes for the Management of Indoor Air Quality in Offices and Public Places"
    5. German environmental protection agency (Umweltbundesamt): "Gesundheitsschutz 11-2008: Gesundheitliche Bewertung von Kohlendioxid in der Innenraumluft"
    6. Department of Occupational Safety and Health (DOSH) Malaysia: "Industry Code of Practice on Indoor Air Quality 2010 (ICOP IAQ 2010)."
    7. Brazilian standard ABNT NBR 16401-3:2008 and ABNT NBR 17037:2023
  2. Add post-processing Python API and Grasshopper User Objects
  3. Add Example 07 for post-processing and visualization of the values of several points
  4. Update documentation

v0.7.2 (2025-10-28)

  1. Fix Windows terminal issue on Windows 11 #1
  2. Add tutorial video - How to Install

v0.7.1 (2025-10-25)

  1. Add FoamFile version etc. to support older OpenFOAM version like v8
  2. Add default addLayersControls
  3. Add snap control in build_case() for later use
  4. Add how to uninstall
  5. Add FAQ

v0.7.0 (2025-10-23)

  1. Add helper function to compute surface wind pressure based on DIN EN 1991-1-4:2010-12: Eurocode 1: Actions on structures - Part 1-4: General actions - Wind actions; German version EN 1991-1-4:2005 + A1:2010 + AC:2010. DOI: https://dx.doi.org/10.31030/1625598
  2. Add Maas' formula to calculate air exchange rate. Source: Anton Maas. Experimental quantification of air exchange during window ventilation. PhD thesis, University of Kassel, Kassel, 1995. URL: https://www.uni-kassel.de/fb6/bpy/de/forschung/abgeschlprojekte/pdfs/maas_diss.pdf
  3. Add version info
  4. Update documentation

v0.6.0 (2025-10-13)

  1. Add Recirculated Supply & Return
  2. Add Example 06
  3. Update documentation

v0.5.0 (2025-10-09)

  1. Add CO2 generation rate, based on A. Persily, L. De Jonge, Carbon dioxide generation rates for building occupants, Indoor Air 27 (5) (2017) 868–879. doi:10.1111/ina.12383
  2. Add Dynamic Respiration boundary condition
  3. Add Example 05

v0.4.2 (2025-10-08)

  1. Add Instructions for Developers (Python library structure)

v0.4.1 (2025-10-01)

  1. Change the license to LGPL v3.0, no functional changes

v0.4.0 (2025-10-01)

  1. Add Gagge two-node thermal comfort model (standing & sitting)
  2. Add Gagge two-node sleep model
  3. Add Example 04
  4. Add Carbonfly logo

v0.3.0 (2025-09-28)

  1. Add Carbonfly Dynamic Window for natural ventilation
  2. Add Example 03 a/b/c for natural ventilation

v0.2.0 (2025-09-22)

  1. Add LOD0 Manikin & Du Bois' formula for Body Surface Area
  2. Add Example 02

v0.1.0 (2025-09-14)

Initial public release