Total Interfacial Current Model#

class pybamm.interface.TotalInterfacialCurrent(param, chemistry, options)#

Total interfacial current, summing up contributions from all reactions

Parameters:
  • param – model parameters

  • chemistry (str) – The name of the battery chemistry whose reactions need to be summed up

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

Extends: pybamm.models.submodels.base_submodel.BaseSubModel

View inheritance diagram for this model

Inheritance diagram of pybamm.models.submodels.interface.total_interfacial_current.TotalInterfacialCurrent

get_coupled_variables(variables)#

Get variables associated with interfacial current over the whole cell domain This function also creates the “total source term” variables by summing all the reactions.