Skip to content
Discussion options

You must be logged in to vote

need to start each simulation from the endpoint of the previous one, continuing from that specific state to recalibrate the stoichiometries

You don't need to do that. Just do

Q_n = solution["Negative electrode capacity [A.h]"].data[-1]
Q_p = solution["Positive electrode capacity [A.h]"].data[-1]
Q_Li = solution["Total lithium capacity in particles [A.h]"].data[-1]
inputs = {"Q_n": Q_n, "Q_p": Q_p, "Q_Li": Q_Li}

Q_Li captures the change in stoichiometries

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@kimo707
Comment options

Answer selected by kimo707
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