Question about default_geometry #2442
-
Hi, I am new to Pybamm. I am having a hard time trying to figure out how the geometry of the default cell is defined. The output of the model.default_geometry is Could someone help me understand this |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
It's probably easier to look at the source code to understand this. The negative electrode, separator and positive electrode are of thickness L_n, L_s, L_p, respectively. And particles are of radius R_n, R_p. Take a look at Figure 6 of this paper for a nice schematic. The output above looks a bit messy because it is in dimensionless form (lots of dividing by L_n + L_s + L_p to normalize the thickness). |
Beta Was this translation helpful? Give feedback.
It's probably easier to look at the source code to understand this. The negative electrode, separator and positive electrode are of thickness L_n, L_s, L_p, respectively. And particles are of radius R_n, R_p. Take a look at Figure 6 of this paper for a nice schematic.
The output above looks a bit messy because it is in dimensionless form (lots of dividing by L_n + L_s + L_p to normalize the thickness).