Previous topic

Transverse Convection

Next topic

No Transverse Convection

This Page

Base Model

class pybamm.convection.transverse.BaseTransverseModel(param, options=None)

Base class for convection submodels in transverse directions.

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