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.
Hello, I'm trying to simulate examples of this library on OpenModelica.
It works well for StaticResistance cells, but fails for LinearDynamicImpedance cells.
When I simulate examples like "AdvancedCellCycling", simulation Output window prints like below,
Warning: maximal number of iteration reached but no root found
Warning: maximal number of iteration reached but no root found
Warning: maximal number of iteration reached but no root found
Error solving nonlinear system 174 at time 10127
Error solving nonlinear system 174 at time 10127
nonlinear system 174 fails: at t=10127
[1] Real V(start=0, nominal=1)
Simulation process failed. Exited with code -1.
I tested such examples with OpenModelica v1.9.7, v1.13.2, v1.14.0 on a 64-bits Windows 10 system
Should I use a other version of OpenModelica or other OS for this library?