Battery-Intelligence-Lab / SLIDE

SLIDE is C++ code that simulates degradation of lithium ion cells. It extends the single particle model with various degradation models from literature. Users can select which degradation models they want to use for a given simulation.
Other
107 stars 35 forks source link

High order integration #6

Open ElektrikAkar opened 2 years ago

ElektrikAkar commented 2 years ago

Currently only Forward Euler scheme is implemented. Higher order integration (such as Runge-Kutta 4) functions and integration with adaptive time step are needed.