changing the sign of the current function #2298
Unanswered
akariwrynn
asked this question in
Q&A
Replies: 1 comment 1 reply
-
It is "amplitude * pybamm.sin(2 * np.pi* f * t)" sorry. |
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.
-
Hi,
I have been asking some questions regarding current function. The function that I use is "-amplitude * pybamm.sin(2 * np.pi* f * t)". This works perfect for low frequencies but for high frequencies starting from 100Hz, the phase difference becomes pi and I think this should not be happened. As my professor said you have to multiply the current with -1, then the problem will be solved. However, that didn't work either. Do you have any ideas how to make the current negative?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions