Single Particle Model with Electrolyte (SPMe) of a lithium-ion battery, from
[1]. Inherits most submodels from SPM, only modifies potentials and electrolyte.
See pybamm.lithium_ion.BaseModel for more details.
Examples
>>> import pybamm
>>> model = pybamm.lithium_ion.SPMe()
>>> model.name
'Single Particle Model with electrolyte'
References
Extends: pybamm.lithium_ion.SPM