Previous topic

Electrode

Next topic

Ohmic

This Page

Electrode Base Model

class pybamm.electrode.BaseElectrode(param, domain, set_positive_potential=True)

Base class for electrode submodels.

Parameters:
  • param (parameter class) – The parameters to use for this submodel
  • domain (str) – Either ‘Negative’ or ‘Positive’
  • set_positive_potential (bool, optional) – If True the battery model sets the positve potential based on the current. If False, the potential is specified by the user. Default is True.
  • **Extends (** pybamm.BaseSubModel) –