ModelicaSpecification icon indicating copy to clipboard operation
ModelicaSpecification copied to clipboard

Specification of the Modelica Language

Results 215 ModelicaSpecification issues
Sort by recently updated
recently updated
newest added

I'm sorry to bring up the question about syntax colors in listings once more, but having spent some time with the new color of class 3 keywords (`der`, `Real`, etc),...

The Modelica syntax for unit strings doesn't support rational exponents, even though it seems well known that such units are encountered from time to time in established engineering practices. The...

Consider the following scenario - package A uses packages B and C - package B uses package D version x - package C uses package D version y - package...

Bringing up question as suggested in https://github.com/modelica/ModelicaSpecification/pull/2922#discussion_r639702197: Quoting the grammar for the `experiment` annotation: ``` "experiment" [ "(" [ experimentOption { "," experimentOption } ] ")" ] ``` What is...

Quoting [language group decision](https://github.com/modelica/ModelicaSpecification/issues/2235#issuecomment-435712934) dated 22 Mar 2018 (emphasis is mine): > Language group: > Normal connectors not based on simple type/record can only be used in connect-equations or accessing...

Chapter 3.7.2.1 states: "For simplicity, this is not supported because the minimum delay time has to be give**n** as additional argument to be fixed at compile time." There seems to...

Gents, I saw a post about a BusinessSimulation library available for free in the SystemModeler Library store, and since I was interested in that, I checked the license, extracted the...

bug
discussion
clarification

In System Modeler we are currently trying to become strict about parameters with `fixed = true` and neither a declaration equation nor explicit `start`. Until now, this has only been...

Hello, I'm trying to find out what the modelica language standard says about root finding at events. Section 8.5 states that "A root finding mechanism is needed which determines a...