Previous topic

Active Material

Next topic

Constant Active Material

This Page

Base Model

class pybamm.active_material.BaseModel(param, domain, options)

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
  • **Extends (** pybamm.BaseSubModel) –