ECSHackWeek / impedance.py

A Python package for working with electrochemical impedance data
MIT License
221 stars 101 forks source link

Term missing in Paasch impedance T(p,f)? #251

Open mathijsajanssen opened 1 year ago

mathijsajanssen commented 1 year ago

It seems to me that the element T(p,f) is supposed to model Eq. 22 from Paasch et al.'s paper, and that the last term of that equation is lacking on line 380 from elements.py. I think an additional +B/2 may be needed on that line.

mdmurbach commented 1 year ago

Thanks for the catch and for filing an Issue report :) Added a PR fixing this here: #256