Francesco Casella
Francesco Casella
I think solver flags such as `-nls` should be thought as a last resort for experts and development work, not as something that people should normally tamper with. The standard...
### Description PR #7454 reactivated reshuffleLoops to handle some cases not covered by the ASSC algorithm. This caused some [regressions](https://libraries.openmodelica.org/branches/history/master/2021-05-25%2022:55:09..2021-05-26%2022:55:09.html) in the Buildings library: `System is structurally singular and cannot...
The current mechanism that OMEdit uses for parameter editing and to display component icons in diagrams has OMEdit figure out what are the relevant classes ad inquire _their definitions_ in...
### Steps to Reproduce Load this model in OMEdit ```modelica package OM_8859 block B2 parameter Real a = 2; // comment on param a parameter Real b = 4; //...
As the implementation of #8425 nears the end, we should test this new functionality extensively to make sure it doesn't break. Beyond manual testing, it would be nice to have...
The IEEE14Bus tests in version 1.0.x were set up reproduce the results of a previous set of tests carried out with the PSM tool, which RTE trusted. So, it was...
While analyzing OMC's verification failure reports with @AndreaBartolini, we stumbled upon one case which made us question the whole thing. Consider the [Buildings.Airflow.Multizone.Examples.OneOpenDoor.diff.dooOpeClo.port_a2.m_flow](https://libraries.openmodelica.org/branches/master/Buildings_11/files/Buildings_11_Buildings.Airflow.Multizone.Examples.OneOpenDoor.diff.dooOpeClo.port_a2.m_flow.html): the reference trajectory  shows a glitch...
Consider the negative regression report of OMC on the [Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.InjectionTwoWayVariableReturn.diff.con.T2Sup.T](https://libraries.openmodelica.org/branches/master/Buildings_11/files/Buildings_11_Buildings.Fluid.HydronicConfigurations.ActiveNetworks.Examples.InjectionTwoWayVariableReturn.diff.con.T2Sup.T.html) variable.  The transient lasts one day and is sampled every 200 s, which in general seems a reasonable value...
Buildings.ThermalZones.Detailed.Examples.FFD.* fail at runtime, probably because of binary issues
The Buildings.ThermalZones.Detailed.Examples.FFD.* models (except ForcedConvection with OMC under Linux) fail at runtime with OMC 1.25.0-dev and Dymola 2024x. The runtime errors are different: - out of heap space (most models...