Issue Description
I performed two discharge simulations with different heat transfer coefficient values (10 and 290) and noticed that only the temperature profile changes between the two cases. The current, voltage, resistance, and thermal power profiles remain identical.
Expected Behavior
I expected that changing the heat transfer coefficient would affect not only the temperature but also the electrochemical behavior (current, voltage, power) since temperature typically influences: Battery internal resistance, reaction kinetics, diffusion coefficients…
Observed Behavior
- Heat transfer coefficient = 10: Temperature rises significantly during discharge
- Heat transfer coefficient = 290: Temperature remains relatively stable
- All other variables (current, voltage, resistance, thermal power): Identical profiles in both cases
Questions
- Is this the expected behavior in PyBaMM?
- Does the heat transfer coefficient only affect heat dissipation to the environment without coupling back to the electrochemical model?
- Are there specific model settings or parameters that need to be enabled to account for temperature-dependent electrochemical properties?
Simulation Details
- Model: DFN model with lumped thermal model
- Discharge conditions: Discharge at 4A for 3600 seconds
- Heat transfer coefficient values tested: 10, 290
Attached Results
These are the graphs with 10 HTC
and these are the graphs with 290 HTC
Any insights on whether this is expected behavior or if there are additional settings needed to couple thermal and electrochemical effects would be greatly appreciated!