-
Follow-up of #4479.
I scanned the current MLS 3.6 for "inf" (relative to Real variables) and I found two places where it is mentioned. The first is the definition of the Real type, [Section 4.8.1](…
-
https://modelica.github.io/fmi-guides/main/fmi-profiles/#_sil_ecu_profile contains a list of FMI features that are recommended for the SIL application domain. We shall reflect if the specified feature…
-
This is a feature request more targeting OpenModelica than OMSimulator. The value of the Credibility library (or similar modelica library) will increase drastically if the end user is able to export s…
-
Occasionally I bump into limitations of the Modelica specification. Not all of them equally important, but I propose to collect these in this topic such that they are publicly available and such that …
-
Currently, M_LS2 widely uses the Dymola's inline commands which made it impossible to use the library within another tools.
With #111 (planed for v2.5.0), all the functions (hopefully) have been re…
-
Consider this MWE
```modelica
model checkExist
Boolean exists(start = false);
equation
if (time > 0.0) then
Modelica.Utilities.Streams.print(String(time),"file.txt");
end if;
exist…
-
- [x] #147
- [x] How to distinguish between CDL blocks and Modelica models? (add this to the specification)
- [x] Sequence names include package names? e.g: a S231P:ElementaryBlock . (add this to s…
-
I passed @henrikt-ma a flattened version of the SOFCPolimi fuel cell model, which he's currently analyzing. He found an issue that is demonstrated by this MWE:
```modelica
model M
function f
…
-
### Description
It appears the order of XML elements in the SSD file matters for the XML validation parser. I have two identical .ssp models:
[models_here.zip](https://github.com/user-attachment…
-
**Reported by dietmarw on 11 Sep 2015 07:51 UTC**
The latest release v2.3.3 of `Modelica_LineraSystems2` contains a change described in the release notes as:
> The following functions are not correct…