Per Östlund

Results 5 issues of Per Östlund

Consider a model such as this: ```Modelica package M import SI = Modelica.SIunits; SI.Conversions.NonSIunits.Angle_deg angle; end M; ``` The conversion script for MSL 4.0.0 contains the following rules: ```Modelica convertClass("Modelica.SIunits",...

12.6 says: >Component declarations which do not allow a modification (such as final parameter Real) are declared as protected components in the record constructor function. The obvious starting point to...

For typing purposes, what is the type of a function with flexible array size outputs? In particular, would such a function be type compatible with non-flexible arrays? I.e. should something...

ModelicaTest.Media.TestOnly.WaterIF97_dewEnthalpy is defined as: https://github.com/modelica/ModelicaStandardLibrary/blob/a9c6eabc42058a7b08c5a54f13ac0754ac610b4e/ModelicaTest/Media.mo#L953-L963 However, `Modelica.Media.Water.WaterIF97_fixedregion` is a partial package, so using it in a simultion model like this is not allowed. Presumably it should just be using one...

bug
L: Media
L: ModelicaTest
P: high