Previous topic

Thermal Parameters

Next topic

Lead-Acid Parameters

This Page

Lithium-ion Parameters

class pybamm.LithiumIonParameters(options=None)[source]

Standard parameters for lithium-ion battery models

Layout:
  1. Dimensional Parameters
  2. Dimensional Functions
  3. Scalings
  4. Dimensionless Parameters
  5. Dimensionless Functions
  6. Input Current
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 per unit volume. Can be “spherical” (default) or “user”. For the “user” option the surface area per unit volume can be passed as a parameter, and is therefore not necessarily consistent with the particle shape.