Previous topic

Thermal

Next topic

Isothermal Model

This Page

Base Thermal

class pybamm.thermal.BaseThermal(param, options=None, cc_dimension=0)

Base class for thermal effects

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

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

  • cc_dimension (int, optional) – The dimension of the current collectors. Can be 0 (default), 1 or 2.

  • **Extends (** pybamm.BaseSubModel) –