Particle Base Model#
- class pybamm.particle.BaseParticle(param, domain, options, phase='primary')#
Base class for molar conservation in particles.
- Parameters:
param (parameter class) – The parameters to use for this submodel
domain (str) – The domain of the model either ‘Negative’ or ‘Positive’
options (dict) – A dictionary of options to be passed to the model. See
pybamm.BaseBatteryModelphase (str, optional) – Phase of the particle (default is “primary”)
**Extends (**
pybamm.BaseSubModel) –