Previous topic

Interface

Next topic

Kinetics

This Page

Interface Base Model

class pybamm.interface.BaseInterface(param, domain, reaction)

Base class for interfacial currents

Parameters:
  • param (parameter class) – The parameters to use for this submodel
  • domain (str) – The domain to implement the model, either: ‘Negative’ or ‘Positive’.
  • reaction (str) – The name of the reaction being implemented
  • **Extends (** pybamm.BaseSubModel) –