open-ideas / IDEAS

Modelica library allowing simultaneous transient simulation of thermal and electrical systems at both building and feeder level.
131 stars 56 forks source link

readMatrix is not standard Modelica #1284

Closed casella closed 2 years ago

casella commented 2 years ago

All the validation models in the LIDEAS sub-package use the readMatrix function. This is a built-in Dymola function; it's nice to use, but unfortunately it is not portable to other tools, since it is not standardized. Hence, those models, e.g. IDEAS.LIDEAS.Validation.Case900ValidationLinear fail because they don't know about it.

I guess you should use the Modelica.Utilities.Streams.readRealMatrix function instead.