batterysim / equiv-circ-model

An equivalent circuit model (ECM) for a battery cell, module, and pack
MIT License
96 stars 34 forks source link

Add reference for coefficients in thermal model #7

Closed wigging closed 1 year ago

wigging commented 1 year ago

Need to add a reference in the thermal model docstring for the Rc, Ru, Cc, and Cs coefficients. See Equations 5 and 6 along with Table 1 in the Perez and Dey paper.

https://github.com/batterysim/equiv-circ-model/blob/fc3720ff13db2d393aadef60187364c02a0b0d35/ecm/thermal_model.py#L94-L97

wigging commented 1 year ago

Added reference in recent commit.