Skip to content
Discussion options

You must be logged in to vote

Yes, this can be a correct scenario depending on your cooling conditions. Irreversible heating is typically larger at high and low SOC, so it is reasonable that you may see a temperature decrease in the middle where the thermal boundary condition wins out over the internal heat generation.

Try playing with the script below

import pybamm
import matplotlib.pyplot as plt

options = {"thermal": "lumped"}
model = pybamm.lithium_ion.SPMe(options=options)
parameter_values = pybamm.ParameterValues("OKane2022")
parameter_values["Total heat transfer coefficient [W.m-2.K-1]"] = pybamm.InputParameter(
    "h"
)
experiment = pybamm.Experiment(["Discharge at 0.5C until 2.8V", "Rest for 1 hour"])
solver = 

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ErfanSamadi1998
Comment options

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