ciuccislab / pyDRTtools

An intuitive python GUI to compute the DRT
MIT License
54 stars 25 forks source link

Can pyDRTtools handles the inductive loops in EIS #12

Closed jianzuo closed 7 months ago

jianzuo commented 7 months ago

In fuel cells, usually, there are inductive loops in the lower and higher frequency range, such as in check_mea.csv . I noticed that pyDRTtools provides an option with inductive included. Does this mean that both inductive loops in the above EIS can be handled? From the results, it seems that the inductive loop in the low-frequency range is not included.

ciuccislab commented 7 months ago

Hello,

The inductive loop where DRT can be negative is not possible here, as pyDRTtools enforces non-negativity constraint, and the obtained DRT values are positive everywhere. Nontheless, you can use other DRT framework in our GitHub channel to handle a case where DRT can be negative (https://github.com/ciuccislab/DNN-DRT).

image

We are current preparing a new interface for pyDRTtools that will include this functionality.

jianzuo commented 7 months ago

Hi, Thank you very much for the reply. Looking forward to the future release, thank you!