ModelicaBook
ModelicaBook copied to clipboard
Source for my new Modelica Book
Bumps [express](https://github.com/expressjs/express) from 4.16.2 to 4.17.3. Release notes Sourced from express's releases. 4.17.3 deps: accepts@~1.3.8 deps: mime-types@~2.1.34 deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps: [email protected] deps:...
The model diagram view showed the sensor connected to inertia2.flange_a, however the text view declared the connection connected to inertia1.flange_a. The output was correct and matched the description in the...
The training description shows the setpoint command signal, but that signal is not available because it was declared under "protected" in the Implementation module for OnOffControl, OnOffControl_WithHisteresis, ConventionalPIControl, and ConventionalOnOffControl....
Fixes two bugs in the `HeatTransfer` examples. ### Wrong unit for `ConvectionCoefficient` Fixes #454 ### Missing vectorization The first term of the derivative that [uses vector notation](https://github.com/mtiller/ModelicaBook/blob/b07a59eb08814a1be48ddf30e70a36cef4ee6835/ModelicaByExample/ArrayEquations/HeatTransfer/Rod_VectorNotation.mo#L34C35-L34C44) has two problems:...
The `import` clause in `ModelicaByExample.Components.LotkaVolterra.Examples.ThirdSpecies` is invalid; quoting System Modeler: > Error: ModelicaByExample.Components.LotkaVolterra.Examples.ThirdSpecies [2:3-2:3] Invalid qualified import. ModelicaByExample.Components.LotkaVolterra.Components.RegionalPopulation.InitializationOptions.FixedPopulation is an enumeration element and ModelicaByExample.Components.LotkaVolterra.Components.RegionalPopulation.InitializationOptions is a type but a qualified...