Replies: 1 comment 1 reply
-
You can write your custom exchange current density to adjust the value you want (see this notebok for more details). If you need to change the activation energy often, you can define it as a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I have one question about the parameter modification of activation energy. Some paramters are dependent on temperature and defined as functions. Like this one:
def nmc_LGM50_electrolyte_exchange_current_density_ORegan2022(
c_e, c_s_surf, c_s_max, T
):
"""
Exchange-current density for Butler-Volmer reactions between NMC and LiPF6 in
EC:DMC.
In this function, parameters like i_ref/alpha/E_r are hard-coded. I would like to test the range of these paramters. Is there a easy way to modify the parameters?
Beta Was this translation helpful? Give feedback.
All reactions