-
I tried programming a current function like this:
where the c_rate will be an array of c-rates over a hundred seconds or so. I passed it as an input to the solver via current function, but it doesn't work due to not being able to use time "t" as a number (All it returns is a Time object). What should I do? The way I input is through the |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Edited the question based on changes I made that worked for simpler trial of function. |
Beta Was this translation helpful? Give feedback.
-
Turns out that the only way to access time dependent current is through step simulation. |
Beta Was this translation helpful? Give feedback.
Alternatively you could make an experiment. If you have an array of rates you could make the experiment string programmatically, e.g. construct it in a loop.