You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Selecting zone records using the dropdown menu in the thermal zone examples leads to errors when using Dymola 2023
We have performed the following test with the example AixLib.ThermalZones.ReducedOrder.Examples.ThermalZone:
Per default, the path for the record is: "DataBase.ThermalZones.OfficePassiveHouse.OPH_1_OfficeNoHeaterCooler()", in that case, check and simulation are successful without any warnings.
When changing the path manually to AixLib.DataBase.ThermalZones.OfficePassiveHouse.OPH_1_OfficeNoHeaterCooler() there are still no warnings.
If we chose the same record via the drop down menu the path looks the same: AixLib.DataBase.ThermalZones.OfficePassiveHouse.OPH_1_OfficeNoHeaterCooler(), the check still is successful without any warnings, but during simulation (which still runs) the following error appears 400 times:
Apparently, this issue is fixed if replaceable parameter DataBase.ThermalZones.ZoneBaseRecord zoneParam is used. Using choicesAllMatching on non-replaceable objects seems to be not legal in Modelica.
Nevertheless, the issue will be raised to Dymola.
Selecting zone records using the dropdown menu in the thermal zone examples leads to errors when using Dymola 2023
We have performed the following test with the example
AixLib.ThermalZones.ReducedOrder.Examples.ThermalZone
:AixLib.DataBase.ThermalZones.OfficePassiveHouse.OPH_1_OfficeNoHeaterCooler()
there are still no warnings.AixLib.DataBase.ThermalZones.OfficePassiveHouse.OPH_1_OfficeNoHeaterCooler()
, the check still is successful without any warnings, but during simulation (which still runs) the following error appears 400 times:For other versions of Dymola (tested versions: 2022, 2022x) this error does not appear.
The text was updated successfully, but these errors were encountered: