-
Hi Everyone, I am struggling to find key information about what options/variables/parameters exist and how to use them when using PyBaMM. Typically a scour of the documentation on a function is enough to know what parameter options there are, how to use them, and what to expect from doing so. However, I am finding the Docs for PyBaMM often seem to be missing what I would consider crucial information. I presume this is likely due to a lack of knowledge on my part, or my ignorance of how the documentation is intended to be used, Some examples include:
This tells me I can pass options to the model, but not what options there are, or what they do. There are no links to this information either.
While most (if not all) of this information can be found by going over examples from the workbooks. But I was wondering if the same information is indeed in the docs, but I'm not looking in the right places. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for the feedback. There are definitely places in the docs that can be improved, so it's useful to highlight these. In answer to these specific questions
|
Beta Was this translation helpful? Give feedback.
Thanks for the feedback. There are definitely places in the docs that can be improved, so it's useful to highlight these. In answer to these specific questions
model.variables
to see all the variables or search by doing e.g.model.variables.search("electrolyte")
. There is a basic plotting notebook too. We should add some examples to the docstring and explain that you can nest lists.