Skip to content
Discussion options

You must be logged in to vote

At the moment we can only do a planar geometry. You can get the dimensions by doing

import pybamm

parameter_values = pybamm.ParameterValues("Chen2020")
Ly = parameter_values["Electrode width [m]"]
Lz = parameter_values["Electrode height [m]"]
Ln = parameter_values["Negative electrode thickness [m]"]
Ls = parameter_values["Separator thickness [m]"]
Lp = parameter_values["Positive electrode thickness [m]"]

The electrode cross-sectional area is Ly*Lz.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by rtimms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants