Francesco Casella

Results 219 issues of Francesco Casella

The new GBODE solver can handle systems with localized and/or multi-time-scale phenomena efficiently. However, it still has two major shortcomings. The first is that the current backend can only compute...

COMP/OMC/New Backend
COMP/OMC/Runtime

### Related Issues #12098 ### Purpose Partially reverts #11971, bringing back the number of equations per split file to 1000.

In ticket #11803, we are encountering weird behaviour related to String parameters that are specified as literal String constants with literal newline characters. Apparently, something goes wrong when initializing those...

See #11514 for a description of the problem. Adding @ClemensLinnhof to the loop.

COMP/FMI

[Buildings.Experimental.DHC.Plants.Combined.Examples.AllElectricCWStorage](https://libraries.openmodelica.org/branches/master/Buildings_latest/files/Buildings_latest_Buildings.Experimental.DHC.Plants.Combined.Examples.AllElectricCWStorage.sim) fails with ``` LOG_ASSERT | debug | Buildings_latest_Buildings.Experimental.DHC.Plants.Combined.Examples.AllElectricCWStorage_functions.c:26107: Invalid root: (0)^(-1.5) ``` This needs to be investigated further. Follow-up of #11236.

Please check the regression report http://libraries.openmodelica.org/branches/history/newInst-newBackend/2024-02-27%2011:39:05..2024-03-29%2020:14:29.html: 2776 model were broken during frontend, with errors [such as](https://libraries.openmodelica.org/branches/newInst-newBackend/Modelica_4.0.0/files/Modelica_4.0.0_Modelica.Blocks.Examples.Noise.ActuatorWithNoise.err): ``` Error: Parameter motor.smpmData.frictionParameters has neither value nor start value, and is fixed during...

COMP/OMC/Frontend

The ScalableTestSuite library contains a number of simple models with large arrays that should now be able to run with the NB. I left out potentially problematic stuff like records,...

COMP/OMC/New Backend

The success rate of exported FMU simulations is significantly lower than the success rate of native C runtime simulations. Some reports are linked here for the latest development version of...

The models [Buildings.Templates.ZoneEquipment.Validation.VAVBoxCoolingOnly](https://libraries.openmodelica.org/branches/master/Buildings_latest/files/Buildings_latest_Buildings.Templates.ZoneEquipment.Validation.VAVBoxCoolingOnly.err) and [Buildings.Templates.ZoneEquipment.Validation.VAVBoxReheat](https://libraries.openmodelica.org/branches/master/Buildings_latest/files/Buildings_latest_Buildings.Templates.ZoneEquipment.Validation.VAVBoxReheat.err) fail during `NFFlatten.resolveConnections` without any error.

COMP/OMC/Frontend

Consider the following MWE: ```modelica package TestFMI model Test1 Real v,ri,rv,cv; parameter Real C = 100e-6; parameter Real R = 1e3; equation v = if time >= 0.1 then 1...

COMP/FMI
COMP/OMC/Backend