Lithium-ion Parameters#
- class pybamm.LithiumIonParameters(options=None)[source]#
Standard parameters for lithium-ion battery models
- Parameters:
options (dict, optional) –
A dictionary of options to be passed to the parameters. The options that can be set are listed below.
- ”particle shape”str, optional
Sets the model shape of the electrode particles. This is used to calculate the surface area to volume ratio. Can be “spherical” (default). TODO: implement “cylindrical” and “platelet”.
- ”working electrode”: str
Which electrode(s) intercalates and which is counter. If “both” (default), the model is a standard battery. Otherwise can be “negative” or “positive” to indicate a half-cell model.
Extends:
pybamm.parameters.base_parameters.BaseParameters