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

Created this PR to show that this topic is in development phase. Comments are welcome.

MCP0035

Remove the default start-value of 0.0 (and similarly for other types). The reasons are: - It is not necessarily consistent with min/max - which just causes unnecessary problems. In case...

Based on discussion in #3200

clarification

Closes #3074 Note: This is a pure clarification - it is not intended to change anything.

In the name of this PR, _the game_ refers to the simplified modeling language being defined in this MCP. The goal of this PR is to settle a name for...

MCP0031

It occurs wrong to me that the `noDerivative` annotation is attached to the derivative function rather than the function to which the derivative belongs. To illustrate, I believe this is...

enhancement
discussion

**Reported by fcasella on 11 Dec 2016 19:03 UTC** I have added a proposal for the clarification of the units of literal constants, which is currently unspecified in Modelica 3.3r1....

bug
MCP

I could not find anything in the specification about the variability of external objects. In #2661 it is discussed if non-parameter arguments should be allowed in the constructor, but not...

enhancement

The MCP for setting states. It has been rebased on current master to have a good state for the specification changes.

MCP

I'd like to get confirmation that both assignments in the following model have variability violations: ``` model RecordAssignmentVariability record R Real x; Integer k; end R; function makeR "Wrapper around...