-
**Reported by mtiller on 15 Jan 2014 21:10 UTC**
I see that there are tickets that called for the removal of the GenerateEvents annotation from the MSL. They claimed it was a hack (I agree) and that …
-
**Reported by AHaumer on 13 Apr 2010 08:45 UTC**
IMHO the specification (12.9.1.3 and 12.9.2) isn't specific enough to define how records are passed to external C structs on input, on ouput or as func…
-
**Reported by eshmoylova on 23 Oct 2013 18:19 UTC**
The specification (Section 11.2.7.1 in 3.2.Rev. 2) forbids the use of when-statements in functions but it allows it inside the algorithms. Why do th…
-
**Reported by clauss on 27 Aug 2013 05:24 UTC**
In the language specification 3.2, 3.3, 3.2rev2 (possibly others too),
Chapter 18, 18.1 there is the definition of unit prefixes:
unit_prefix:
Y | Z | …
-
**Reported by fcasella on 27 Jan 2010 22:07 UTC**
I have tried to understand exactly how the caching of function calls works in the Modelica.Media IF97 medium model, using the Inline=false, LateInline…
-
**Reported by per.ostlund on 13 Mar 2012 09:38 UTC**
The term base-prefix is used in section 4.5.1 and 4.5.2 in the specification, but is not defined anywhere. I assume this means just a normal pr…
-
**Reported by sjoelund.se on 11 Aug 2011 10:14 UTC**
In the specification, x is a parameter expression. And 4.4.2 says that "Array dimensions shall be non-negative parameter expressions, or the c…
-
**Reported by rfranke on 10 Oct 2008 08:27 UTC**
This point came up when investigating the definition of distributed flow models with stream variables in Modelica_Fluid.
The current Modelica specifi…
-
**Reported by petfr on 10 Apr 2012 11:37 UTC**
In Section 4.7, the special case for constants (that do not yet have binding equations) should probably not be there, the is probably a rest from
the Mod…
-
**Reported by adrpo on 9 Feb 2014 07:22 UTC**
For this model:
```mo
model Initialization
parameter Real p(start=1, fixed=false) = 2;
Real x;
initial equation
x = p;
equation
der(x) = 0;
end In…