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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Features
The library now includes a thermally coupled electrochemical battery ageing model (TSPMeA). The model considers SEI growth, Li-plating and negative electrode porosity reduction. The ageing equations of the TPMPeA is from this paper.
Added a new example in the "simpleExample" folder and the ""gettingStarted.mlx" file to demonstrate TSPMeA cycle ageing.
Two general purpose functions getVariables() and plotVariables() are now added into the Utilities folder. getVariables() will extract the relevant time and distributed variables of any of the Battery Library models and plotVariables() plots the signals. See "gettingSstarted.mlx" in the "Examples\viaMatlabCode" folder on how to use these two functions.
Breaking changes
The electrode potentials of the TSPMe model are now explicitly calculated from the concentrations, the states of the TSPMe model (if saved to the Matlab workspace) are therefore now different to the previous version.