Base Electrolyte Conductivity Submodel#

class pybamm.electrolyte_conductivity.BaseElectrolyteConductivity(param, domain=None, options=None)#

Base class for conservation of charge in the electrolyte.

Parameters:
  • param (parameter class) – The parameters to use for this submodel

  • domain (str, optional) – The domain in which the model holds

  • options (dict, optional) – A dictionary of options to be passed to the model.

Extends: pybamm.models.submodels.base_submodel.BaseSubModel

View inheritance diagram for this model

Inheritance diagram of pybamm.models.submodels.electrolyte_conductivity.base_electrolyte_conductivity.BaseElectrolyteConductivity

set_boundary_conditions(variables)#

A method to set the boundary conditions for the submodel. Note: this method modifies the state of self.boundary_conditions. Unless overwritten by a submodel, the default behaviour of ‘pass’ is used as implemented in pybamm.BaseSubModel.

Parameters:

variables (dict) – The variables in the whole model.