Francesco Casella

Results 219 issues of Francesco Casella

### Steps to Reproduce - Start OMEdit - Create a new package P - Click on the Browse button for the Extends clause - Expand Modelica - The icons of...

COMP/GUI/OMEdit

### Steps to Reproduce Please run the following MWE: ```modelica model MultirateVariableFilter parameter Integer N = 100; Real x[N](each start = 0, each fixed = true); Real y; equation 1/N*der(x[1])...

COMP/OMC/Runtime

The new Base Modelica standard, presented in [this paper](https://www.conftool.com/modelica2023/index.php/Kurzbach-Design_proposal_of_a_standardized_Base_Modelica_language-164_a.pdf?page=downloadPaper&filename=Kurzbach-Design_proposal_of_a_standardized_Base_Modelica_language-164_a.pdf&form_id=164&form_version=final) at the Aachen Modelica Conference, is currently in draft form within [MCP0031](https://github.com/modelica/ModelicaSpecification/tree/MCP/0031/RationaleMCP/0031). OpenModelica has supported flat Modelica output for quite some...

enhancement
COMP/OMC/Frontend

Sometimes people make mistakes when developing new libraries and new models, choosing names for classes and instances that they later would like to change. Of course just changing a class...

In OpenModelica/OpenModelica#11803 we stumbled upon several problems with tables contained in files/strings, which of course are heavily dependent on the operating system and on whether the regular runtime or FMI...

Dear Buildings developers, please check the latest OpenModelica [regression test report](https://libraries.openmodelica.org/branches/history/master/2024-03-06%2022:42:24..2024-03-07%2022:25:06.html). There are a few Buildings models that fail since we fixed ticket OpenModelica/OpenModelica#10386. According to the latest version of...

Consider this simple MWE: ```modelica model TestFunctionDefault package Medium = Modelica.Media.Air.SimpleAir; Medium.SpecificEnthalpy h = Medium.specificEnthalpy_pT(1e5, 300); end TestFunctionDefault; ``` This model compiles in Dymola 2024X and produces the expected result....

bug
L: Media
P: high

This [report](https://github.com/modelica/ModelicaStandardLibrary/pulls?q=is%3Apr+label%3Aenhancement+milestone%3AMSL4.1.0+is%3Aclosed) lists 51 PRs to MSL 4.1.0 marked with the "enhancement" tab. Many of them are rather trivial or technical, e.g. updating versions of library dependencies. IMHO the ones...

According to FMI 2.0.4, page 45, the DefaultExperiment.stepSize attribute has the following meaning - ModelExchange: Default step size for fixed time step integrators - CoSimulation: Preferred communicationStepSize Strictly speaking, if...