Base Particle Mechanics Model#
- class pybamm.particle_mechanics.BaseMechanics(param, domain, options, phase='primary')#
Base class for particle mechanics models, referenced from Ai et al.[1] and Deshpande et al.[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.BaseBatteryModel
phase (str, optional) – Phase of the particle (default is “primary”)
References