Replies: 2 comments 3 replies
-
You can look at this file to see what inputs are required PyBaMM/pybamm/parameters/lithium_ion_parameters.py Lines 464 to 466 in dad2b10 FunctionParameter is a dictionary of the required inputs. You have to either give a function that takes all the inputs in the correct order, or just give a constant value.
However, PyBaMM does not resolve the 3D microscale geometry. We use homogenized models instead as explained in this paper. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tinosulzer Thanks for your reply. I am not looking for microscale geometry. I also need a homogenized model yet it is 3D. If 3D is not supported, is there a tutorial/example for 2D geometry? |
Beta Was this translation helpful? Give feedback.
3 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.
-
Hi, I am interested in building an 3D electrode with porosity as a function of space. I do not know how to build a 3D model, so I am looking for examples. For parameter function, I saw a tutorial which sets the current as a function of time; it seems to me that the input variable, time, is somehow preset. For other parameters, how should I know what input variables are used in the function?
Any advice will be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions