Skip to content

Which parameter values in the dictionary are actually used by a given model? #1539

Answered by rtimms
MaricelaM asked this question in Q&A
Discussion options

You must be logged in to vote

You can do

import pybamm

model = pybamm.lithium_ion.DFN()
model.print_parameter_info()

to get a list of all the parameters that show up in the model.

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