Base Model#

class pybamm.active_material.BaseModel(param, domain, options, phase='primary')#

Base class for active material volume fraction

Parameters:
  • param (parameter class) – The parameters to use for this submodel

  • domain (str) – The domain of the model either ‘Negative’ or ‘Positive’

  • options (dict) – Additional options to pass to the model

  • phase (str, optional) – Phase of the particle (default is “primary”)

Extends: pybamm.models.submodels.base_submodel.BaseSubModel

View inheritance diagram for this model

Inheritance diagram of pybamm.models.submodels.active_material.base_active_material.BaseModel