-
The definition of _partial classes_ in the MLS is a bit vague, see [Section 4.4.2](https://specification.modelica.org/maint/3.6/class-predefined-types-and-declarations.html#component-declaration-stati…
-
**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. I hope there's stil…
-
I believe it is well understood that the specification doesn't give a correct picture of how event clock partitions need to be handled. First, we have https://specification.modelica.org/master/synchr…
-
https://build.openmodelica.org/Documentation/ModelicaReference.Operators.%27homotopy()%27.html
-
### Description
Clocked variables are only defined when the corresponding clock is active. However, they are currently plotted and saved as discrete variables, which are defined for all values of t…
-
For algorithm sections the Modelica Specification requires in general all variables, which are assigned somewhere in the algorithm section, to be initialized always when the algorithm is called (Model…
-
When developing new Modelica components, some people, particularly beginners, just drop connectors in the component diagram, relying on tool features that place the connectors in the same position on …
-
### Description
I am looking at the model `Modelica.Magnetic.FundamentalWave.Examples.BasicMachines.InductionMachines.IMC_Conveyor`
There is a parameter that has a scalar*array multiplication of c…
-
Modelica.Mechanics.Translational.UsersGuide.StateSelection and Modelica.Mechanics.Rotational.UsersGuide.StateSelection speak about the error control of unbounded absolute state variables:
https://g…
-
`BuildSysPro.BoundaryConditions.Solar.Irradiation.LightTransCoeff` uses the `==` operator on `Real` values, which is illegal according to the Modelica Specification section 3.5. `==` can only be used …