You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2024. It is now read-only.
Reported by pharman on 16 Oct 2012 09:03 UTC
In 3 places in Modelica.Electrical.EnergyStorages there is a parameter that is an array of records of undefined size called RC:
The size of these parameters are used to define the sizes of component arrays in the models so prevent complete checking of the model, they therefore need to have default values.
This is compounded by the fact that the record type used for these arrays does not have default parameter values, so a single element array such as {EnergyStorages.CellRecords.Components.RCelement()} cannot be used to fix this.