is model.set_initial_conditions_from() a good idea? #2296
Unanswered
Weisserlinks
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I'm now working on ageing experiments in Pybamm by cycling cells at different SOC. One of the tasks is setting the initial conditions for each cell. I've come up with 2 methods which are:
model.set_initial_conditions_from()
so that the model inherits all last states from pre-experimentsThe first way is essentially giving different input parameters and it should work. However, results showed that the 2. method is better. I'd very appreciate it if anyone can give more explanations about
model.set_initial_conditions_from()
.Best regards,
Yanzhe Wu
Beta Was this translation helpful? Give feedback.
All reactions