-
**Reported by perost on 13 Aug 2013 09:22 UTC**
Is the built-in variable time allowed to be shadowed by another element? I.e. can you declare an element with the name time? The specification (3.6.7) o…
-
Should Modelica tools allow compile-time evaluation of impure functions? Consider the following example:
```Modelica
model Example1
parameter String fileName, matrixName;
parameter Integ…
-
In the documentation of a couple of models and packages, there is a `revisions` annotation containing some kind of 'copyright':
` Developed 2010-2014 at the DLR Institute of System Dynamics and Contro…
-
### Description
The translation stage of building of a 10 line transmission line takes very long compared to smaller models.
Enclosed are 2 models
[Test_T_line.zip](https://github.com/OpenModelica/…
-
When play is pressed the Unreal editor crashes leaving the error message "unhandled exception: 0xe06d7363" This occurs when the A_fmi object containing a simple pendulum FMU is in the level. The FMU …
-
This issue is to create a new Fluid.Sources.FixedBoundary model. JModelica optimization with IBPSA.Fluid.Sources.FixedBoundary results in
```
Exception in thread "main" java.lang.UnsupportedOper…
-
When developing new Modelica components, some people, particularly beginners, just drop connectors in the component diagram, relying on tool features that place the connectors in the same position on …
-
**Reported by stefanv on 25 Apr 2011 14:37 UTC**
I believe the following are unwritten rules regarding assignment to parameters.
* If _p_ is a **parameter** or **constant** in a function, the assignm…
-
**Reported by beutlich on 4 Mar 2015 11:52 UTC**
Is it legal to have parameter dependent annotations for code generation, such as HideResults, Evaluate, Inline etc.?
```mo
model Model8
parameter Boo…
-
**Modified by beutlich on 3 May 2018 09:01 UTC**
As reported by https://stackoverflow.com/q/50134445/8520615 (and known from Simulink), it should be possible to not resize a connector icon when resizi…