Interface Base Model#

class pybamm.interface.BaseInterface(param, domain, reaction, options, phase='primary')#

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

  • options (dict) – A dictionary of options to be passed to the model. See pybamm.BaseBatteryModel

  • phase (str, optional) – Phase of the particle (default is “primary”)

Extends: pybamm.models.submodels.base_submodel.BaseSubModel

View inheritance diagram for this model

Inheritance diagram of pybamm.models.submodels.interface.base_interface.BaseInterface