Version 8.1.2 is a patch that has backward compatible bug fixes. It is backwards compatible with versions 8.0.0, 8.1.0 and 8.1.1.
The library has been tested with Dymola 2022, JModelica (revision 14023), OpenModelica 1.19.0-dev (449+g4f16e6af22), OPTIMICA (revision OCT-dev-r26446_JM-r14295) and recent versions of Impact.
The following existing components have been improved in a backward compatible way:
Buildings.HeatTransfer | |
Buildings.HeatTransfer.Windows.BaseClasses.CenterOfGlass | Changed the gas layer to be conditional. This is for #3026. |
Buildings.Fluid | |
Buildings.Fluid.Boilers.Data.Lochinvar | Added annotation defaultComponentPrefixes = "parameter" .
|
Buildings.Fluid.HeatPumps.Data.EquationFitReversible.Generic | Removed protected declaration inside the record as the Modelica Language Specification
only allows public sections in a record.This is for #3009. |
The following uncritical errors have been fixed (i.e., errors that do not lead to wrong simulation results, e.g., units are wrong or errors in documentation):
Buildings.Controls | |
Buildings.Controls.OBC.CDL.Conversions.BooleanToInteger Buildings.Controls.OBC.CDL.Conversions.BooleanToReal |
Corrected documentation texts where the variables were described with wrong types. This is for #3016. |