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

As discussed during meeting on 14/05/2024

MCP0031

In https://github.com/modelica/ModelicaSpecification/pull/3395 we added array subscripting of general expressions, but was there a reason for not also doing the analog for records? In System Modeler we have both variants in...

Sort of related to unit-checking, but can be added independently. There are some common units used with the SI-standard, that are not SI-units. I believe it would be good if...

MCP0027

https://www.bipm.org/en/cgpm-2022/resolution-3 1e27 ronna R 1e–27 ronto r 1e30 quetta Q 1e–30 quecto q

The sophisticated implementation of `positiveMax()` in [Section 15.2](https://specification.modelica.org/master/stream-connectors.html#instream-and-connection-equations) contains the following definition: ```modelica eps := relativeTolerance*min(nominal(mj.c.m_flow)); ``` It's not clear what is the meaning of `min(nominal(mj.c.m_flow))`. From what I remember,...