Quentin Lambert
Quentin Lambert
This test verifies that the overloaded constructor shadows the automatically generated constructor. The call to the constructor uses a single positional argument. This makes the potential call to the default...
The `init` method could parse the `virtualFilename` and create the necessary directories. When giving the following as `filenamesToPreload` argument. `[{serverFilename: "./path/filename.wav", virtualFilename: "other/path/filename.wav"}]` The resulting file system would look like:...
When running I would like the app to help me stay within a specific hear rate zone. It would be ideal, if the app allowed me to set a target...
According to my interpretation of section 15.1, the following is invalid. ```modelica model Model1 connector C flow Real n_flow; stream Real h_outflow; Real p; end C; connector D flow Real...
The example represents a model of a conversion of a sine wave from analog to digital and back to analog. Since the period of the sine wave is a multiple...
In `ThermoSysPro.FlueGases.BoundaryConditions.SourcePQ`, for instance, the number of equation depends on whether specific connectors are connected. This problem also exists in the [MSL](https://github.com/modelica/ModelicaStandardLibrary/issues/4703). This issue is being discussed in the [language...
In `Modelica.StateGraph.Examples.ShowCompositeStep`, there are no connection to `compositeStep.resume` and `compositeStep.suspend`. Both these connectors contain an `input` variable, which are counted as variables in the context of `Modelica.StateGraph.Examples.ShowCompositeStep`, but the equations...
`leakageWithCoefficient.R_mUsefulTot` does not have a declaration equation, but a modifier (on line 6 in Modelica.Magnetic.QuasiStatic.FluxTubes.Examples.Leakage.GeneralLeakage) gives it a binding. According to [Section 4.8](https://specification.modelica.org/master/MLS.pdf#section-4.8) This is only allowed for parameters, constants...