-
**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…
-
Reverting #1783 change implies that we have a number of final parameters that are part of records where the entire record gets a new value.
In most cases it's the same value (since the new record …
-
# FMI3 Implementation Repo
FMI3 has been implemented in: https://github.com/INTO-CPS-Association/org.intocps.maestro.fmi/tree/fmi3 (notice the branch, fmi) and is in the test-phase, with the initial …
-
These are some random notes related to get `blockfactory` to generate FMUs according to the FMI standard ( https://fmi-standard.org/downloads/ ). It is meant to be more a place where to store relevant…
-
**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…
-
## Checklist before submitting a feature request
- [x] I have reviewed [CONTRIBUTING.md](https://github.com/opencaesar/oml-vision/blob/master/CONTRIBUTING.md) document
- [x] I have done a quick se…
UTNAK updated
1 month ago
-
Breaking out this concern from https://github.com/modelica/ModelicaSpecification/pull/2999: It is currently not possible for a tool to know for sure when a model is intended to be a simulation model. …
-
**Reported by stefanv on 27 Nov 2017 16:31 UTC**
Section 12.2 of the specification states, "A function may only contain components of the restricted classes **type**, **record**, **operator record**, …
-
Some programming languages have styling guidelines which recommend how code shall be written and formatted. These styling guidelines help to make the code appear in a uniform way.
For Modelica such…
-
**Reported by adrpo on 11 Oct 2010 02:31 UTC**
Say you have expandable connector EC.
```
expandable connector EC
end EC;
```
Then a hierarchical normal connector:
```
connector RealInput = input Re…