classVersion_1_0_1
Version 1.0.1 (2021-02-02)
Extends from Modelica.Icons.ReleaseNotes (Icon for release notes in documentation), Icons.DocumentationInfo (Diagram for documentation only classes).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
This release contains fixes to the first release:
- Broken links due to recent updates on the website of the System Dynamics Society in the References have been fixed.
- The reference to David N. Ford's "A system dynamics glossary" [20] has been corrected.
- For some Molecules of Structure—in lieu of an available published version—links to Jim Hines' website have been added.
- Improved
htmlcode in the documentation. - The prefix
partialfor the packageSourcesOrSinkshad been erroneously placed and has been removed. - Fixed issues with
conditional componentsbeing used within equations as this is prohitibed according to Modelica specifications. - According to Modelica specification the
unitattribute for the builtin classRealhas parametric variability; accordinglyconstantvariables used for setting this have been given theparameterprefix now. - The global parameter
smoothnessinExamples.LookupFunctionsviolated lookup rules and now correctly referencesModelica.Blocks.Types.Smoothness.LinearSegments. outputIfZeroforConverters.Division_Guardednow correctly has typeOutputType.- Mostly
ConstantConvertercomponents useddiscretevariables outside ofwhen-clauses; thediscretedeclaration for these variables has been deemed unnecessary and accordingly been dropped. Icons.ClockandIcons.Clock_whitehave been renamed toClockfaceandClockface_whitein order to avoid errors in other tools.- Units in
Examples.ManagingEmploymentdid not match up becauseOutputTypewas not propagated further down in the hierarchy. OutputTypewhich is defined as areplaceable typehas been madeencapsulatedastypecannot be looked up in classes that are notpackagesunless they are encapsulated.- The modification for
BasicStockwithin the classStocks.CapacityRestrictedStockcontainedhasVariableAdmissableRangewhich is not included in the class.