Releases: LBNL-ETA/Windows-CalcEngine
Releases · LBNL-ETA/Windows-CalcEngine
Version_1.0.49
- 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
- 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
- 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
- Reset of deflection statues between calculations [Issue #164]
Version_1.0.45
- Cleared up warning where VS Clang compiler was giving for not having virtual destructors in child classes.
Version_1.0.44
- 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
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
- 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
- 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
- Ventilated gap calculations for layer that is not shade [Issue #155]
- Forced ventilation in gaps merged from Fraunhofer version