Cyclable lithium capacity is greater than electrode capacity when varying the electrode thickness #2772
-
Hello all, I'm playing with pybamm and an optimization wrt energy density by varying the electrode thicknesses. For some values of the electrode thicknesses however I get the this warning from the electrode_soh script: warnings.warn(f"Q_Li={Q_Li:.4f} Ah is greater than Q_p={Q_p:.4f} Ah.") (e.g. when the positive electrode thickness is lower than in the original parameter set: UserWarning: Q_Li=8.4028 Ah is greater than Q_p=7.9900 Ah). Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
The relevant calculations for this are in PyBaMM/pybamm/parameters/lithium_ion_parameters.py Lines 489 to 514 in c63671d
Then |
Beta Was this translation helpful? Give feedback.
-
Based on your discussions raised I'd be interested in talking more with you to find out how you are using PyBaMM. Can you email me [email protected] |
Beta Was this translation helpful? Give feedback.
The relevant calculations for this are in
PyBaMM/pybamm/parameters/lithium_ion_parameters.py
Lines 489 to 514 in c63671d