Skip to content
Discussion options

You must be logged in to vote

You can already do this for pouch geometries by setting the parameters “ Edge heat transfer coefficient [W.m-2.K-1]“ (see

def h_edge(self, y, z):
) and “ f"{Domain} current collector surface heat transfer coefficient [W.m-2.K-1]” (see
def h_cc(self, y, z):
). These both depend on y and z.

The total heat transfer is only used in lumped thermal models, so cannot depend on space. See https://github.com/pybamm-team/PyBaMM/blob/develop/docs/source/examples/notebooks/models/thermal-models.ipynb for an overview of the thermal model…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jouslin
Comment options

@valentinsulzer
Comment options

@TomTranter
Comment options

@rtimms
Comment options

rtimms May 16, 2024
Collaborator

Answer selected by jouslin
@jouslin
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants