This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
This release contains fixes to the first release:
html
code in the documentation.partial
for the package SourcesOrSinks
had been erroneously placed and has been removed.conditional components
being used within equations as this is prohitibed according to Modelica specifications.unit
attribute for the builtin class Real
has parametric variability; accordingly constant
variables used for setting this have been given the parameter
prefix now.smoothness
in Examples.LookupFunctions
violated lookup rules and now correctly references Modelica.Blocks.Types.Smoothness.LinearSegments
.outputIfZero
for Converters.Division_Guarded
now correctly has type OutputType
.ConstantConverter
components used discrete
variables outside of when-clauses
; the discrete
declaration for these variables has been deemed unnecessary and accordingly been dropped.Icons.Clock
and Icons.Clock_white
have been renamed to Clockface
and Clockface_white
in order to avoid errors in other tools.Examples.ManagingEmployment
did not match up because OutputType
was not propagated further down in the hierarchy.OutputType
which is defined as a replaceable type
has been made encapsulated
as type
cannot be looked up in classes that are not packages
unless they are encapsulated.BasicStock
within the class Stocks.CapacityRestrictedStock
contained hasVariableAdmissableRange
which is not included in the class.