-
**Reported by dietmarw on 24 May 2012 12:36 UTC**
Ticket #745 made it apparent that the behaviour of text objects on the Icon layer when flipping is not defined. I've seen that at least two tools have…
-
### Description
The model `IDEAS.Buildings.Examples.ZoneExample` does not simulate using OM while it does seem to be a valid model. This model worked in the past and we narrowed it down to a change…
-
The link here is the same as the link for _Modelica Libraries_, and needs to be fixed:
https://github.com/modelica/www.modelica.org/blob/3f2aa3a2a40fc7d421d296c501a9a61ee97f285d/content/_index.html#L…
-
Hi,
I read from the specification "SysML-Modelica Transformation" that SysML4Modelica profile does not support "value type" block that contains definition from other models.
It seems like SysML "valu…
-
### Description
I have the following small model:
```modelica
model whenReinit
Real x(start=0);
equation
der(x)=3;
when time >0.5 then
if x>1 then
reinit(x,4);
else
…
-
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…
-
Please consider the following N-pendulum model (adapted from https://github.com/OpenModelica/OpenModelica/pull/10471#issuecomment-1753193826):
```modelica
model NPendulum
protected
constant Inte…
-
Figure and Plot annotations were added to the draft Modelica Language Specification 3.6 in [Section 18.2.2](https://specification.modelica.org/master/annotations.html#annotations-for-figures). They ar…
-
Based on the [technical blog post](https://www.claytex.com/tech-blog/how-not-to-size-an-array/) from @Claytex, it is currently either tool-specific or unspecified, if ExternalObject (member) functions…
-
Just like the specification the IG should make a remark such as "To prepare the FMU code to run reliably on [preemptive systems](https://fmi-standard.org/docs/3.0-dev/#preemption-support) FMI function…