Setting thermal parameters #3068
-
Hello, Regards, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
You can take a look through the parameter sets and you should see the dU/dT curves for the positive/negative electrodes. For example in Mohtat2020 you'll find the entropy change for graphite and NMC. The activation energies appear to be baked into functions, like this for NMC diffusivity:
It seems to be possible to write your own function where you should be able to specify the activation energy...something I'll also need to do but haven't gotten there yet! |
Beta Was this translation helpful? Give feedback.
-
Dear @brosaplanella Hosein |
Beta Was this translation helpful? Give feedback.
You can just copy ORegan2022.py into a new file locally, edit the parameters, and then in your main code import the
get_parameter_values
function from that file.