Base Particle Mechanics Model#
- class pybamm.particle_mechanics.BaseMechanics(param, domain, options, phase='primary')#
Base class for particle mechanics models, referenced from [1] and [2].
- Parameters:
param (parameter class) – The parameters to use for this submodel
domain (dict, optional) – Dictionary of either the electrode for “positive” or “Negative”
options (dict) – A dictionary of options to be passed to the model. See
pybamm.BaseBatteryModelphase (str, optional) – Phase of the particle (default is “primary”)
References