Equivalent Circuit Model with Split OCV (SplitOCVR)#

class pybamm.lithium_ion.SplitOCVR(name='ECM with split OCV')#

Basic Equivalent Circuit Model that uses two OCV functions for each electrode. This model is easily parameterizable with minimal parameters. This class differs from the :class: pybamm.equivalent_circuit.Thevenin() due to dual OCV functions to make up the voltage from each electrode.

Parameters:

name (str, optional) – The name of the model.

Extends: pybamm.models.base_model.BaseModel

View inheritance diagram for this model

Inheritance diagram of pybamm.models.full_battery_models.lithium_ion.basic_splitOCVR.SplitOCVR

property default_quick_plot_variables#

Returns the default variables for quick plotting (None by default).