Published June 8, 2021
| Version 22.8
Software
Open
Python Battery Mathematical Modelling (PyBaMM)
Authors/Creators
Description
Features
- Added
CurrentSigmoidOpenCircuitPotentialmodel to model voltage hysteresis for charge/discharge (#2256) - Added "Chen2020_composite" parameter set for a composite graphite/silicon electrode. (#2256)
- Added new cumulative variables
Throughput capacity [A.h]andThroughput energy [W.h]to standard variables and summary variables, to assist with degradation studies. Throughput variables are only calculated ifcalculate discharge energyis set totrue.Time [s]andTime [h]also added to summary variables. (#2249) - Added
lipf6_OKane2022electrolyte toOKane2022parameter set (#2249) - Reformated submodel structure to allow composite electrodes. Composite positive electrode is now also possible. With current implementation, electrodes can have at most two phases. (#2248)
- Added new parameter
Ratio of lithium moles to SEI moles(short name z_sei) to fix a bug where this number was incorrectly hardcoded to 1. (#2222) - Changed short name of parameter
Inner SEI reaction proportionfrom alpha_SEI to inner_sei_proportion, to avoid confusion with transfer coefficients. (#2222) - Deleted legacy parameters with short names beta_sei and beta_plating. (#2222)
- Corrected initial SEI thickness for OKane2022 parameter set. (#2218)
- Simplified scaling for the exchange-current density. The dimensionless parameter
C_ris kept, but no longer used anywhere (#2238) - Added limits for variables in some functions to avoid division by zero, sqrt(negative number), etc (#2213)
- Parameters specific to a (primary/secondary) phase in a domain are doubly nested. e.g.
param.c_n_maxis nowparam.n.prim.c_max(#2248)
Notes
Files
pybamm-team/PyBaMM-v22.8.zip
Files
(13.7 MB)
| Name | Size | Download all |
|---|---|---|
|
md5:9ba36a4bfa9b28ce4229f27780830f15
|
13.7 MB | Preview Download |
Additional details
Related works
- Is supplement to
- https://github.com/pybamm-team/PyBaMM/tree/v22.8 (URL)