Skip to content

Releases: LBNL-ETA/Windows-CalcEngine

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

Version_1.0.39

04 Nov 17:44
Compare
Choose a tag to compare
  • Absorptance vectors in CMuliPaneBSDF returned by reference [Issue #151]
  • Absorptance heat is incorrectly calculated in CMultiPaneBSDF [Issue #152]

Version_1.0.38

25 Oct 17:15
Compare
Choose a tag to compare
  • Issues when using min and max variables in WINDOW MFC compilation [Issue #150]

Version_1.0.37

21 Oct 16:32
9ae72a4
Compare
Choose a tag to compare
  • PV calculations are not working with condensed data [Issue #145
  • Replace lambda matrix with lambda vector [Issue #147]
  • Convergence tolerance in thermal calculations is set to 1e-8 in order to avoid differences that are presented in #146.