Previous topic

Thermal

Next topic

Isothermal Model

This Page

Base Thermal

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

Base class for thermal effects

Parameters:
  • param (parameter class) – The parameters to use for this submodel
  • cc_dimension (int, optional) – The dimension of the current collectors. Can be 0 (default), 1 or 2.
  • **Extends (** pybamm.BaseSubModel) –