Thermal Model and Charging Simulation #3491
Unanswered
glogin0424
asked this question in
Q&A
Replies: 1 comment
-
It's strange as the parameters depend on temperature so an effect should be observed. I tried running your code but did not produce the plot you shared, can you share a minimum working example that produces that plot, so we can test at our end if temperature changes? Also, just to double check, which PyBaMM version are you using? |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
I'm currently working on optimal initial battery temperature to start fast charging in cold weather. I need some help with thermal modeling simulation.
I'm trying to simulate different thermal environment while sweeping through different initial temperature to check the 'negative electrode surface potential vs surface to prevent li-plating'. By thermal environment, I mean setting different ambient temperature or changing heat transfer coefficient. Initial temperature here refers to the ambient temperature after the discharge experiment and the cell temperature when the charging experiment starts. I reset the ambient temperature for charging experiment. Through this simulation, my goal is to determine the maximum c-rate where anode potential is always above 0V vs Li/Li+ at different initial temperature and thermal environment.
I am using 'OKane2022' battery parameters with DFN model. The battery is fully discharged and then simulated with different c-rates. C-rates vary from C/4 to 4C.
I initially tried simulating 'thermal model' option without adding any thermal parameters and realized that the cell temperature goes up to 80˚C at 4C. To cool down the battery cell, I added cooling plate parameters to the thermal model by setting the coolant surface area and also increasing the heat transfer coefficient to 5. However, I'm seeing that regardless of different initial temperature, my maximum current (c-rate where minimum anode potential is above 0) does not change. Below figure shows how I obtain the maximum c-rate. I swept through different initial temperature but the results are all the same.
My first question is, is the way I'm setting the initial temperature and ambient temperature correct for the charging experiment? My second question is, am I setting the thermal parameters correctly? It does not make sense that different initial temperature charging does not affect maximum c-rate. I think if you start at higher temperature, you should be able to charge at higher c-rate but the simulation result shows not.
Below is the code I used for my simulation. I excluded the code block I used to get maximum c-rate due to code size but I can include it as well.
I am new to battery simulation and modeling so some help from the community would be appreciated!
Thank you so much.
Beta Was this translation helpful? Give feedback.
All reactions