-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIET current expression #107
Comments
Hi @Yanisiqi, the CIET paper does the main derivation with respect to Li concentration in the solid, but assumes that electrolyte effects do not play a role. When accounting for electrolyte concentration, the form including the electrolyte concentration needs to be assumed because Li ions in electrolyte are a reactant in the reduction reaction. We have a follow-up paper on CIET coming out fairly soon wtih regards to this work and I can share it when it is on arxiv or published. The reference concentration for the electrolyte concentration (which is 1M) is defined mpet/mpet/config/constants.py:
The reference concentration for the solid is from the site density of the active material (max lithium concentration in the active material) in mpet/mpet/config/derived_values.py:
|
Thank you for your explanation. It is very useful to me. May I ask a few follow-up questions?
These questions may take some time to explain and I would greatly appreciate it if you could give me some hints. |
|
Thanks for your explanations, I will read more relevant books and papers to understand the CIET equation. I try to install daetools from the following github website: https://github.com/v1kko/daetools
|
@Yanisiqi , what environment are you working in? These instructions are helpful to me: https://caiofcm.github.io/daetools-copy/getting_daetools.html. |
Hi @Yanisiqi, what operating system are you using? Installing daetools with conda only works on Linux, unfortunately not on Windows or Mac. For windows, there is a download here that should work with Python 3.10 (I haven't tried it though): https://sourceforge.net/projects/daetools/files/daetools/2.0.0/ |
May I ask some questions about the CIET current rate expression? The equation is as follows:
Rate[i] = ecd_extras[i](krdc_lyte - kox*c_sld[i])
I would appreciate it if you could clarify. Thanks.
The text was updated successfully, but these errors were encountered: