Replies: 1 comment
-
Hi! We have now moved our discussions to Discourse. Please post your question there. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I was trying to implemnt a data driven thermal model in pybamm. It requires to evolve a hidden state which can be something like this: h_t=(A * h_t-1 + B * input) * dt + h_t-1, I am just wondering if there is a way to create a thermal submodel which calculate the hidden state in rhs.
Beta Was this translation helpful? Give feedback.
All reactions