Skip to content

Releases: LBNL-ETA/Windows-CalcEngine

Version_1.0.49

03 Dec 18:20
Compare
Choose a tag to compare
  • Homogeneous diffuse shade introduced
  • Venetian blinds extensive matrices tests created and run vs WINDOW
  • Airflow for other shading devices checked against the WINDOW
  • Fixed: Profile angle calculations #182

Version_1.0.48

23 Sep 21:26
e2a05f6
Compare
Choose a tag to compare
  • Fixed issue in airflow calculations when size is not 1 x 1 m for Venetian, Perforated, Woven
  • One field is renamed in struct EffectiveOpenness: Ah -> EffectiveFrontThermalOpennessArea

Version_1.0.47

27 Jun 16:30
Compare
Choose a tag to compare
  • New vacuum glazing model implemented with additional pillar geometries and including measured pillars.
  • Vacuum gas calculations are impoved as well (using more correct mixture)
  • The engine is now allowing insertion of custom front airflow coefficient value. This feature is for advanced users when layer with thermal openness behaves differently from all pre-defined models in the engine.
  • Various refactorings in the code that improve code readability.

Version_1.0.46

24 Aug 17:07
fd68258
Compare
Choose a tag to compare
  • Reset of deflection statues between calculations [Issue #164]

Version_1.0.45

22 Aug 18:47
796a283
Compare
Choose a tag to compare
  • Cleared up warning where VS Clang compiler was giving for not having virtual destructors in child classes.

Version_1.0.44

18 Aug 18:10
8028484
Compare
Choose a tag to compare
  • Deflected gap widths are now reported as output from CSystem
  • Ideal gas law is used in calculating gap pressure when performing deflection calculations

Version_1.0.43

27 Jul 21:52
Compare
Choose a tag to compare

Measured deflection interface updated to show up in the same places as interface for temperature and pressure based deflection. Also, function for setting measured deflection is updated in order to prevent applying measured deflection twice.

Version_1.0.42

30 Jun 15:43
7c5a592
Compare
Choose a tag to compare
  • Minor refactoring changes in the following classes:
    • Surface is simplified and interface renamed from ISurface to Surface
    • 2D interpolation is no longer using interface
    • Forced ventilation unit tests added.

Version_1.0.41

03 May 18:58
b0263ee
Compare
Choose a tag to compare
  • Gases are now refactored.
  • CGasItem used in several places to replace std::pair<double, CGasData>
  • Error exception handing improved in the gases.

Version_1.0.40

27 Apr 20:43
8c38b07
Compare
Choose a tag to compare
  • Ventilated gap calculations for layer that is not shade [Issue #155]
  • Forced ventilation in gaps merged from Fraunhofer version