ModelicaSpecification icon indicating copy to clipboard operation
ModelicaSpecification copied to clipboard

Specification of the Modelica Language

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

This was factored out of #3452, as promised in https://github.com/modelica/ModelicaSpecification/pull/3452#discussion_r1419690390. In addition to examples and other non-normative text, this PR makes clear that `#include "ModelicaUtilities.h"` shall work inside an `Include`...

I think that the practice of deriving the styling for a new `connect` `Line`-annotation based on connector graphics is more or less a de facto standard. It should be made...

A line breaking just before closing parenthesis is odd. Probably caused here by used `\lstinline` which shall be fixed. ![grafik](https://github.com/modelica/ModelicaSpecification/assets/9588978/c765ef0f-691b-459f-b693-141115d74d9d)

The pattern of "inertial pressure" calculated as difference between "pressure" and "steady pressure" from ThermoFluidStream library can be generalized even for chemical domain as a "inertial electro-chemical potential" and may...

Currently the MLS (3.7-dev, p. 205) defines only "platform names" for x86 and x86_64 on Windows and Linux: > – "win32" (Microsoft Windows 32 bit) > – "win64" (Microsoft Windows...

enhancement

Currently the filename of the shared or static library that contains the implementation of an external function is implicitly defined by the example directory structure in [12.9.4 Annotations for External...

It is possible to set the hideResult annotation on composite components, e.g. complete submodels or data sets. It then has an effect on the contained variables. But then it is...

This is a follow-up to https://github.com/modelica/ModelicaSpecification/pull/2999, since I'm not happy with my conclusion about the consequences in https://github.com/modelica/ModelicaSpecification/issues/2985#issuecomment-1822440449. The problem is this part of the synopsis of `experiment`: ``` Real...

We are updating the [PowerGrids](https://github.com/PowerGrids/PowerGrids) library to version 2.0.0. One new feature there is that component icons optionally show variables such as active and reactive power, voltage magnitude and phase,...

discussion
clarification

Modelica models include an `experiment` annotation that defines the time span, tolerance and communication interval for a default simulation of the system. Usually, these parameters are set in order to...

enhancement
discussion