pybamm.electrolyte_conductivity.BaseElectrolyteConductivity(param, domain=None)¶Base class for conservation of charge in the electrolyte.
| Parameters: |
|
|---|
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 a implemented in
pybamm.BaseSubModel.
| Parameters: | variables (dict) – The variables in the whole model. |
|---|