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
thank you very much for this powerful package. We are currently preparing a manuscript where we had to adjust this tool to incorporate another equivalent circuit that is frequently used by our chair:
The equivalent circuit is basically identical to TLMQ, with the only difference being that the interface element is an RQ-element (constant phase element in parallel to a real resistance) instead of a simple constant phase element.
The impedance is given in Equation 11 (second part) of:
An Analysis Protocol for Three-Electrode Li-Ion Battery Impedance Spectra: Part I. Analysis of a High-Voltage Positive Electrode
by Johannes Landesfeind, Daniel Pritzl and Hubert. A. Gasteiger
Link:https://iopscience.iop.org/article/10.1149/2.0131709jes
a possible implementation could be (source should be changed):
Dear open source community,
thank you very much for this powerful package. We are currently preparing a manuscript where we had to adjust this tool to incorporate another equivalent circuit that is frequently used by our chair:
The equivalent circuit is basically identical to TLMQ, with the only difference being that the interface element is an RQ-element (constant phase element in parallel to a real resistance) instead of a simple constant phase element.
The impedance is given in Equation 11 (second part) of:
An Analysis Protocol for Three-Electrode Li-Ion Battery Impedance Spectra: Part I. Analysis of a High-Voltage Positive Electrode
by Johannes Landesfeind, Daniel Pritzl and Hubert. A. Gasteiger
Link:https://iopscience.iop.org/article/10.1149/2.0131709jes
a possible implementation could be (source should be changed):
@element(num_params=4, units=["Ohm", "Ohm","F sec^(gamma - 1)", ""])
def TLMQF(p, f):
"""Transmission-line with an RQ-element as interface impedance
as defined by https://iopscience.iop.org/article/10.1149/2.0131709jes.
Best,
Josef Keilhofer
The text was updated successfully, but these errors were encountered: