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.
Please check the OpenModelica coverage report of your library. All models fail to compile because records are instantiated without giving values to some elements, that have no default value.
I guess other Modelica tools may use the start attribute as default, but I'm not sure if this is legal Modelica when you have record constructors. In any case, indicating the default explicitly in the record definition would be much clearer.
Please check the OpenModelica coverage report of your library. All models fail to compile because records are instantiated without giving values to some elements, that have no default value.
I guess other Modelica tools may use the start attribute as default, but I'm not sure if this is legal Modelica when you have record constructors. In any case, indicating the default explicitly in the record definition would be much clearer.