You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that is handled through the keyword argument aging to the Params function. For example, to enable a lithium plating side reaction degradation model with LCO chemistry run p = Params(LCO; aging=:SEI).
After evaluating the model, you can find state-of-health (SOH) by model.SOH and similarly calculate the fractional capacity fade by 1-model.SOH.
I just pushed a minor update, so be sure to update your packages before trying it out!
Hi,
Yes, that is handled through the keyword argument
aging
to theParams
function. For example, to enable a lithium plating side reaction degradation model with LCO chemistry runp = Params(LCO; aging=:SEI)
.After evaluating the model, you can find state-of-health (SOH) by
model.SOH
and similarly calculate the fractional capacity fade by1-model.SOH
.I just pushed a minor update, so be sure to update your packages before trying it out!
Best,
Marc
Originally posted by @MarcBerliner in #89 (comment)
The text was updated successfully, but these errors were encountered: