Electrolyte conductivity model equation #3434
-
Hi! Lithium current density in electrolyte in Full sub-model is calculated as (lines 55 - 57 in full_conductivity.py): The difference is in natural logarithm of electrolyte concentration before it put in gradient. Am I missing something or is this a bug? Best regards! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
grad(log(c)) = 1/c * grad(c)
by the chain rule, the1/c
is included inchiRT_over_FC