modelica-3rdparty / ElectricalEnergyStorage

Free library that contains models with different complexity for simulating of electric energy storages like batteries (single cells as well as stacks) interacting with loads, battery management systems, loads and charging devices.
46 stars 19 forks source link

Array record parameters in Modelica.Electrical.EnergyStorages #5

Open modelica-trac-importer opened 7 years ago

modelica-trac-importer commented 7 years ago

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.


Migrated-From: https://trac.modelica.org/Modelica/ticket/879

modelica-trac-importer commented 7 years ago

Comment by sjoelund.se on 16 Oct 2012 09:31 UTC Sounds similar to the problems pointed out in [comment 1 of #867 #867]

modelica-trac-importer commented 7 years ago

Comment by dietmarw on 4 Dec 2012 16:34 UTC Library is not going to be part of MSL 3.2.1 so rescheduling for possible inclusion in MSL 3.3

modelica-trac-importer commented 7 years ago

Modified by beutlich on 18 Jun 2014 09:32 UTC

christiankral commented 5 years ago

Sorry, I think we should clearly state somewhere that we are not able to put in any resources to at least get this library Modelica compliant.

@AHaumer Could you please comment here?