Replies: 1 comment
-
The reversible heat source term can be negative, leading to cooling. See the plot below sim.plot(
[
"Current [A]",
"Total current density [A.m-2]",
"Terminal voltage [V]",
"Cell temperature [K]",
"X-averaged cell temperature [K]",
"Discharge capacity [A.h]",
"Total SEI thickness",
"Negative electrode porosity",
"X-averaged negative electrode porosity",
"SEI interfacial current density [A.m-2]",
"X-averaged total SEI thickness [m]",
[
"Total lithium lost [mol]",
"Loss of lithium to SEI [mol]",
],
[
"Volume-averaged Ohmic heating [W.m-3]",
"Volume-averaged irreversible electrochemical heating [W.m-3]",
"Volume-averaged reversible heating [W.m-3]",
],
]
) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
PyBaMM Version
22.12
Python Version
3.9
Describe the bug
When I did the charging simulation I pulled up the state volume "Cell temperature [K]" to check and it showed that the temperature of the battery was dropping during charging, normally charging should also make the battery temperature rise, right?
Steps to Reproduce
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions