lithium_ion_battery_degradation_models
This code is part of a thesis work. With the objective of developing a Python library to evaluate the degradation of lithium-ion batteries, therefore, the battery degradation models that were used are from the following article, called "Modeling of Lithium-Ion Battery Degradation", by the authors Bolum Xu, Alexandre Oudalov, Andreas Ulbing, Göran Andersson and Daniel Kirschen.
https://github.com/danicelis25/lithium_ion_battery_degradation_models
Science Score: 54.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
✓Academic publication links
Links to: ieee.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (9.0%) to scientific vocabulary
Repository
This code is part of a thesis work. With the objective of developing a Python library to evaluate the degradation of lithium-ion batteries, therefore, the battery degradation models that were used are from the following article, called "Modeling of Lithium-Ion Battery Degradation", by the authors Bolum Xu, Alexandre Oudalov, Andreas Ulbing, Göran Andersson and Daniel Kirschen.
Basic Info
Statistics
- Stars: 6
- Watchers: 0
- Forks: 2
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
lithiumionbatterydegradationmodels
Degradationmodels
degradationmodels is a Python library for calculing the degradations the battery.
Description
This code is part of a thesis work. With the objective of developing a Python library to evaluate the degradation of lithium-ion batteries, therefore, the battery degradation models that were used are from the following article, called "Modeling of Lithium-Ion Battery Degradation For Cell Life Assessment", by the authors Bolum Xu, Alexandre Oudalov, Andreas Ulbing, Göran Andersson and Daniel Kirschen.
Cite Papers
Installation
Use the package manager PyPI to install degradationmodels.
bash
pip install degradationmodels
Usage
package modules
```python import degradationmodels as degm
returns 'stc'
degm.stc(e, kT, T, Tref)
returns 'ssoc'
degm.ssoc(e, kSigma, sigma, sigmaRef)
returns 'st'
degm.st(kt, t)
returns 'sd'
degm.sd(kdelta1, delta, kdelta2, kdelta3)
returns 'F_d1'
degm.F_d1(Sd, St, Ssoc, STc)
returns 'f_dt'
degm.f_dt(St, Ssoc, STc)
returns 'L_cyc'
degm.Lcyc(AlphaSei, N, BetaSei, Fd1, e)
returns 'L_cal'
degm.Lcal(AlphaSei, e, t, BetaSei, fdt) ```
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Owner
- Login: DaniCelis25
- Kind: user
- Repositories: 1
- Profile: https://github.com/DaniCelis25
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: 'lithium_ion_battery_degradation_models '
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- family-names: Celis Álvarez
name-particle: Daniela
given-names: Dani
email: daniela.celis@alumnos.uach.cl
orcid: 'https://orcid.org/0000-0002-3329-0169'
- {}
GitHub Events
Total
- Watch event: 1
- Fork event: 1
Last Year
- Watch event: 1
- Fork event: 1