Issue with implementing X-full thermal submodel #3484
-
Hello- I am having issues implementing the x-full thermal sub model. I get the following error: OptionError: X-full thermal submodels do not yet support 2D current collectors I have verified through my anaconda prompt terminal that I have pybamm 23.9. I just wanted to implement the x-full thermal model with the DFN and SPMe electrochemical models to evaluate the thermal gradients within the Marquis2019 pouch cell. Is there some issue with the x-full model in pybamm? Here is my code for reference: import pybamm pybamm.set_logging_level("INFO") load modeloptions = { parameters can be updated hereparam = model.default_parameter_values simulationsimulation = pybamm.Simulation( solvet_eval = np.linspace(0, 3600, 100) # time in seconds Thank you for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Apologies, I just recognized the the 2 + 1D model I was looking for does indeed use x-lumped. |
Beta Was this translation helpful? Give feedback.
Apologies, I just recognized the the 2 + 1D model I was looking for does indeed use x-lumped.