PowerTrain 1.0.3
Up to Product page
Available downloads
For additional information about this project, please visit the
project page.
Release Notes
| Tested with | Modelica 2.2.1 |
|---|---|
| State | Final |
| License | Commercial |
| Released | 2006/07/07 |
The PowerTrain library version 1.0.2 and previous versions do not work in combination with the Modelica standard library 2.2.1 or higher. Version 1.0.3. fixes this bug. The reason is that in the Modelica standard library 2.2.1 for
- CombiTable1D
- CombiTable1Ds
- CombiTable2D
- CombiTimeTable
a bug fix was made so that the parameter tableOnFile determines
(now correctly) whether a table is read from
file or used from parameter table. Previously, if fileName was not
NoName, a table was always read from file fileName, independently
of the setting of tableOnFile. As a result, PowerTrain 1.0.2 did no longer
work correctly with Modelica standard library 2.2.1, because tables were no longer
read from file.
In PowerTrain 1.0.3 this has been fixed, by introducing the parameter tableOnFile
at several components with a default setting so that the same behavior as in 1.0.2
occurs.