Replies: 1 comment 1 reply
-
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.
-
Dear Team:
I am trying to process interfacial current density calculated by DFN model to my thermal model as a parameter, which should be a 2D spatio-temporal vector. I found an example like this:
current_interpolant = pybamm.Interpolant(drive_cycle[:, 0], drive_cycle[:, 1], pybamm.t)
param["Current function [A]"] = current_interpolant
But how does pybamm.Interpolant work on 2D? And how can I set the spatial positions to interpolate?(can I define and use a SpatialVariable like "x_p"?)
Thank you for your time~
Beta Was this translation helpful? Give feedback.
All reactions