Replies: 1 comment 1 reply
-
Define a function like this def conductivity(c, T):
return pybamm.Scalar("scale") * (...) then you can change |
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.
-
I understand that electrolyte conductivity is a function. I would like to scale this to see how it affects the results. I can't seem to simply multiply it by a number as it appears to be a function. I'm aware that I can define a new function and use that, but I simply want to see how to change the function via a scaling.
Beta Was this translation helpful? Give feedback.
All reactions