Skip to content

Commit

Permalink
add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dguittet committed Oct 11, 2024
1 parent ebc9bcd commit 4f798f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Examples/BatteryStateful_CustomLifeModel.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@
"\n",
"\n",
"class LifeModel:\n",
" \"\"\"\n",
" Reference for NMC/Graphite and LMO/LTO life models:\n",
" Guittet, D. Levelized cost of charging of extreme fast charging with stationary LMO/LTO batteries. Journal of Energy Storage. 2024. \n",
" https://www.sciencedirect.com/science/article/pii/S2352152X2400152X\n",
" \"\"\"\n",
" def __init__(self, size_kwh, pVars=[], pVals=[]) -> None:\n",
" self.size_kwh = size_kwh\n",
" self.p = {k: v for k, v in zip(pVars, pVals)}\n",
Expand Down

0 comments on commit 4f798f5

Please sign in to comment.