Replies: 2 comments
-
Oh now the interpolation in the original full DFN model for LIB failed too. Are there some related changes in pybamm? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I am trying to set an initial temperature distribution for positive electrode particles in DFN model. The following was what I did:
There is an error when doing "param.p.prim.D(c_s_w, T_s_p) * pybamm.grad(c_s_w)":

I checked the shape of D(c_s_w, T_s_p) and grad(c_s_w) after calculating 1 time step, the first is (20,20,2), the second is (21,20,2), it looks correct..
One weird thing is weeks ago I used the same interpolation in a full DFN model for LIB, that time it worked smoothly but now I changed to halfcell DFN for LMB and it failed....
Thank you very much for your time!
Beta Was this translation helpful? Give feedback.
All reactions