-
-
Notifications
You must be signed in to change notification settings - Fork 564
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add a battery model reference page to the documentation (#3327)
* Adding a new page * Adding links * Add review articles * Rewording the text * Fixing a typo * Fix typo * Switching to doi.org to fix lychee checking * Remove www in doi URLs for Lychee
- Loading branch information
Showing
3 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Battery Models | ||
|
||
References for the battery models used in PyBaMM simulations can be found calling | ||
```python | ||
pybamm.print_citations() | ||
``` | ||
However, a few papers are provided in this section for anyone interested in reading the theory | ||
behind the models before doing the tutorials. | ||
|
||
## Review Articles | ||
|
||
[Review of physics-based lithium-ion battery models](https://doi.org/10.1088/2516-1083/ac7d31) | ||
|
||
[Review of parameterisation and a novel database for Li-ion battery models](https://doi.org/10.1088/2516-1083/ac692c) | ||
|
||
## Model References | ||
|
||
### Lithium-Ion Batteries | ||
|
||
[Doyle-Fuller-Newman model](https://doi.org/10.1149/1.2221597) | ||
|
||
[Single particle model](https://doi.org/10.1149/2.0341915jes) | ||
|
||
|
||
### Lead-Acid Batteries | ||
|
||
[Isothermal porous-electrode model](https://doi.org/10.1149/2.0301910jes) | ||
|
||
[Leading-Order Quasi-Static model](https://doi.org/10.1149/2.0441908jes) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters