Simulation error while setting temperatures for different battery cells #236
Unanswered
Yang-Qirui
asked this question in
Q&A
Replies: 2 comments 4 replies
-
Can you try replacing the "input" in parameter_values.update({"Ambient temperature [K]":"[input]"}) with "temperature_input" ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think there might actually be a bug with the order of the inputs assumed by the solver when specifying "Ambient temperature" as input as this should work but it doesn't. In the mean-time I think I have a work-around which is to define a sim_func and specify a single "Input Temperature" for ambient and initial.
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently trying to simulate a battery pack failure by inducing abnormal temperatures in certain batteries within the battery pack. However, when I follow the guidance to set the 'Ambient Temperature', the simulation cannot be conducted due to the error
Low voltage limit reached
. And when I try to set the 'Initial Temperature', the errorRuntimeError: .../casadi/core/function_internal.hpp:1257: Input 2 (i2) has mismatching shape. Got 2-by-1.
will occur.Below is my python code:
Does any one know what should I do? Any support will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions