Error while trying to run drive cycles long experiment on Li ion SPM model #3117
Replies: 3 comments 16 replies
-
The Mohtat parameter set has initial conditions for a fully discharged battery. You can either add a charging step at the beginning of your experiment, or pass an |
Beta Was this translation helpful? Give feedback.
-
Is there an easier way to add cut-off voltages for each step in drive profile for below command? experiment = pybamm.Experiment( [pybamm.step.current(drive_cycle_current)] ) This command lets simulation run with a current given on one column for a duration given on another column, for a row. Now, for each step on given row, can I add a cut-off voltage as well? The alternative method I think is to generate a list of commands for each row, like below: pybamm.step.current(1, duration="1 hour", termination="2.5 V") pybamm.step.current(-1, duration="1 hour", termination="4.2 V") But, can I use the command to run the steps between 2.5V - 4.2V, and if the step crosses the voltage, then move to next step? Thanks |
Beta Was this translation helpful? Give feedback.
-
Is there a way to add SoC as a cut-off instead of voltage for discharge/charge step? I wanted to run several of such charge/discharge cycles. I understand termination works for whole cycling experiment, but not sure how to cycle the cell between partial depth of discharge, say 80% to 20% SoC instead of voltage cut-off. Any insights will be helpful. Thanks. Best regards, |
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.
-
I am getting this error while i try to run the experiment on my Li-ion cell
The code looks like this
Beta Was this translation helpful? Give feedback.
All reactions