Previous topic

Through-cell Convection

Next topic

No Convection

This Page

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.convection.BaseModel) –