Francesco Casella

Results 219 issues of Francesco Casella

[Section 7.2.4.](https://sundials.readthedocs.io/en/latest/kinsol/Mathematics_link.html#scaling) of the Kinsol documentation describes how to introduce scaling factors in the solution of nonlinear systems. From the documentation is clear that the weights are used in the...

question

The Modelica.Electrical.QuasiStatic.Polyphase.Blocks.FromSymmetricalComponents contains two illegal displayUnit modifiers, missing the `each` prefix: https://github.com/modelica/ModelicaStandardLibrary/blob/3f72865f0764cad0f2fb2d47d1e3fc0bf96ec4e6/Modelica/Electrical/QuasiStatic/Polyphase/Blocks/FromSymmetricalComponents.mo#L9-L13 This somehow escaped our testing, probably because the model was never used in an actual test model, otherwise...

bug
L: Electrical.QuasiStatic

## Problem statement The Modelica Specification should allow library developers to write external functions that include calls to ModelicaUtilities functions, with their binary code provided by dynamically linked / shared...

In [Section 16.5.2](https://specification.modelica.org/master/synchronous-language-elements.html#sub-clock-conversion-operators), 5 sub-clock conversion operators are defined, all taking an input `u` which is defined as > The input argument `u` is a clocked expression or an expression...

The beginning of Chapter 19 of the MLS states: > **Unless otherwise stated**, the syntax and semantics of unit expressions in Modelica conform with the international standards International System of...

clarification

Consider the following MWE, courtesy of @AnHeuermann (OpenModelica/OpenModelica#7484): ```modelica model algorithmTest Real x; algorithm x := sin(time); if x < 0 then //

Follow up of modelica/ModelicaStandardLibrary#3122 in the proper place, i.e., MAP-Lang: - Since 2022 Dymola supports Markdown and LaTeX for documentation - This feature is not standardized - Some users (e.g....

In this [discussion post for OpenModelica](https://github.com/OpenModelica/OpenModelica/discussions/13431), @mpradovelasco asks: > Is it possible to save and restore the history associated with the delay function so that the simulation of a model...

After #1271, the number of Buildings 11.0.0 tests that pass verification when exported as FMUs and run by OMSimulator has improved dramatically, from about 680 to 1031, see [report](https://libraries.openmodelica.org/branches/master-fmi/Buildings_11/Buildings_11.html) and...