Skip to content

No constant parameters #4090

Answered by rtimms
jouslin asked this question in Q&A
May 14, 2024 · 1 comments · 5 replies
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

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