diff --git a/README.md b/README.md index 79e3253..cb11358 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,24 @@ ### BLAST-Lite -Battery Lifetime Analysis and Simulation Toolsuite in the python programming language. -Provides a library of battery lifetime and degradation models for various commercial lithium-ion batteries. +Battery Lifetime Analysis and Simulation Toolsuite (BLAST) provides a library of battery lifetime and degradation models for various commercial lithium-ion batteries from recent years. Degradation models are indentified from publically available lab-based aging data using NREL's battery life model identification toolkit. The battery life models predicted the expected lifetime of batteries used in mobile or stationary applications as functions of their temperature and use (state-of-charge, depth-of-discharge, and charge/discharge rates). Model implementation is in both Python and MATLAB programming languages. The MATLAB code also provides example applications (stationary storage and EV), climate data, and simple thermal management options. For more information on battery health diagnostics, prediction, and optimization, see [NREL's Battery Lifespan](https://www.nrel.gov/transportation/battery-lifespan.html) webpage. ![Example battery life predictions](example_battery_life.png) -NREL SWR-22-69 \ No newline at end of file +## Citations: + - Sony Murata LFP-Gr battery aging data and model + - [Calendar aging data source](https://doi.org/10.1016/j.est.2018.01.019) + - [Cycle aging data source](https://doi.org/10.1016/j.jpowsour.2019.227666) + - [Model identification source](https://doi.org/10.1149/1945-7111/ac86a8) + - Nissan Leaf LMO-Gr (2nd life cells) battery aging data + - [Calendar aging data source] (https://doi.org/10.1109/EEEIC/ICPSEUROPE54979.2022.9854784) + - [Cycle aging data source] (https://doi.org/10.1016/j.est.2020.101695) + - Panasonic NCA-Gr battery aging data + - [Calendar aging data source](https://dx.doi.org/10.1149/2.0411609jes) + - [Cycle aging data source](https://doi.org/10.1149/1945-7111/abae37) + - [Commercial NMC-LTO battery aging data source](https://doi.org/10.1016/j.jpowsour.2020.228566) + - [Kokam NMC111-Gr battery aging data source](https://ieeexplore.ieee.org/iel7/7951530/7962914/07963578.pdf) + - [Sanyo NMC111-Gr battery aging model source](http://dx.doi.org/10.1016/j.jpowsour.2014.02.012) + - [LG MJ1 NMC811-GrSi battery aging data source](https://everlasting-project.eu/wp-content/uploads/2020/03/EVERLASTING_D2.3_final_20200228.pdf) + - Stationary storage battery use profiles are [provided open-source](https://dataserv.ub.tum.de/index.php/s/m1510254) by [Kucevic et al](https://www.sciencedirect.com/science/article/pii/S2352152X19309016) + - Electric vehicle battery use profiles were generated using NREL's [FASTSim tool](https://www.nrel.gov/transportation/fastsim.html). +NREL SWR-22-69