Replies: 4 comments 3 replies
-
Any opinion/feedback here? Best regards! |
Beta Was this translation helpful? Give feedback.
-
Hi @lefile, could you please post a full MWE of your code so that someone can help you better? Thanks! |
Beta Was this translation helpful? Give feedback.
-
Without seeing the full code my guess is you need to do |
Beta Was this translation helpful? Give feedback.
-
Hi guys, here is a MWE:
Where Xu2019 is changed in a way that I replaced parameter
with
The error I get is |
Beta Was this translation helpful? Give feedback.
-
Hi,
tried to simulate the following half-cell model:
half_cell_model = pybamm.lithium_ion.DFN( options={"working electrode": "positive", "open-circuit potential": "current sigmoid"})
but got the error:
UnboundLocalError: cannot access local variable 'ocp_surf' where it is not associated with a value
Is it possible that the "current sigmoid" option does not work for half-cell models?
Beta Was this translation helpful? Give feedback.
All reactions