Replies: 1 comment
-
Hi, the useful notebook for your question will be Tutorial 5 - Run experiments. According to your description, all these steps should be fairly simple. One thing worth highlighting may be the use of brackets, which allows you to define steps and repeat cycles. I think it is a bit tricky to implement step-4 without specifying how many repeats to run, because that requires adding very complicated termination conditions. Even for a cycler in real world, this is pretty difficult. I would suggest to estimate the number of repeats to get to 4.2V, by doing a full 0.5C charge for example (I reckon the number would be around 120 if the nominal capacity in your parameter set is right). then during the pulses, do a bit more, so that even if is already 4.2, the solver should skip the remaining steps and create an empty solution for them.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am trying to implement Pulse charging in PyBaMM. My sample protocol for 100 cycles would be
Pulse charge starts
Pulse charge ends
Is there anyway to implement this in PyBaMM. I cannot think of a way to implement step-4 and combining all steps to form a single cycle.
@brosaplanella @tinosulzer
Any leads would be appreciated. Thankyou.
Beta Was this translation helpful? Give feedback.
All reactions