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
AixLib.Fluid.HeatExchangers.Radiators.BaseClasses.RadiatorTypes is declared twice causing radiator simulations to fail in Open Modelica Connection Editor
#1535
Closed
HenryDore opened this issue
Sep 17, 2024
· 2 comments
· Fixed by #1536
Describe the bug
AixLib.Fluid.HeatExchangers.Radiators.BaseClasses.RadiatorTypes is declared twice causing radiator simulations to fail
To Reproduce
Steps to reproduce the behavior:
Load AixLib 2.0.0 in OpenModelica connection editor
Load example AixLib.Fluid.HeatExchangers.Radiators.Examples.Radiator or
Simulate example
See error class already declared
Commit 27df055 "Changed RadiatorTypes from package to .mo File, to eliminate error when opening in OpenModelica" failed to remove directory RadiatorTypes so class gets redeclared, also need to remove duplicate RadiatorTypes line in package.order to fix.
The text was updated successfully, but these errors were encountered:
Describe the bug
AixLib.Fluid.HeatExchangers.Radiators.BaseClasses.RadiatorTypes is declared twice causing radiator simulations to fail
To Reproduce
Steps to reproduce the behavior:
Commit 27df055 "Changed RadiatorTypes from package to .mo File, to eliminate error when opening in OpenModelica" failed to remove directory RadiatorTypes so class gets redeclared, also need to remove duplicate RadiatorTypes line in package.order to fix.
The text was updated successfully, but these errors were encountered: