See weird behavior when trying to sumulate lfp with prada2013 #2926
Unanswered
Dhawal-Goyal
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Which version are you using? This works fine for me on the latest version (with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
dfn = pybamm.lithium_ion.DFN()
params = pybamm.ParameterValues('Prada2013')
experiment2 = pybamm.Experiment([
("Discharge at 0.1A for 30 min",
"Charge at 0.5A for 30 min")]
)
sim = pybamm.Simulation(dfn, parameter_values=params, experiment=experiment2)
sol = sim.solve(calc_esoh=True)
sol.plot(["Current [A]", "Terminal voltage [V]", "Discharge capacity [A.h]", "Average negative particle concentration"])
based on above i expect the current profile to show 0.1A followed by 0.5A in the plots. but i am getting these:

not sure if i am missing something here. requesting some direction/guidance
Beta Was this translation helpful? Give feedback.
All reactions