Skip to content
Discussion options

You must be logged in to vote
  • Yes, long rest is exactly how we simulate calendar aging
  • You can specify the temperature for individual steps by setting the temperature argument of a step e.g. pybamm.step.current(..., temperature="25oC")

If you need more control, you can also do something like

sim1 = pybamm.Simulation(...)
sol1 = sim1.solve()
sim2 = pybamm.Simulation(...)
sol2 = sim2.solve(starting_solution=sol1)

sol2 will initialize using the final state of sol1

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jxnu-liguobin
Comment options

Answer selected by jxnu-liguobin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants