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.BaseSubModel) –