How to set t_eval ? #1963
Unanswered
Mrzhang-hub
asked this question in
Q&A
Replies: 1 comment 1 reply
-
You can just do e.g. t_eval = np.linpace(0, 100, 100)
sim.solve(t_eval) If you are using a drive cycle and you don't pass |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I wanna ask how to set t_eval when only one current value from driving cycle is taken as input each time. It seems it is only a specific time point instead of an time interval. Is it reasonable that I randomly set a very small value for t_eval such as 0.01s? But when I do this , the output value of SEI thickness will fluctuate instead of increasing as battery ages
Beta Was this translation helpful? Give feedback.
All reactions