Base Model#

class pybamm.convection.through_cell.BaseThroughCellModel(param, options=None)#

Base class for convection submodels in the through-cell direction.

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

  • options (dict, optional) – A dictionary of options to be passed to the model.

Extends: pybamm.models.submodels.convection.base_convection.BaseModel

View inheritance diagram for this model

Inheritance diagram of pybamm.models.submodels.convection.through_cell.base_through_cell_convection.BaseThroughCellModel