-
Hello PyBaMM-Team, I am currently working on a battery cell model, that should represent the following cell: lithium metal anode / solid electrolyte / LFP (or LMO) cathode. The focus of my model is on the intercalation and thermally induced thickness change of the cathode. I have tried to build the DFN model as a half-cell model with the necessary submodels : model = pybamm.models.full_battery_models.lithium_ion.DFN(options= { Unfortunately, I get the following error when running the program: Is it even possible to run the lithium metal model with the submodels listed above? I am new to using PyBaMM as well as Python, therefore I want to apologize in advance, if the solution is completely obvious. Thank you very much in advance for your help. Kind regards |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi turns out this is an issue with the thermal models and half cells. I've opened an issue #1927 and will look into fixing this. Thanks for pointing it out! |
Beta Was this translation helpful? Give feedback.
Hi turns out this is an issue with the thermal models and half cells. I've opened an issue #1927 and will look into fixing this. Thanks for pointing it out!