You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m trying to run the composite electrode model with the thermal submodel enabled, and I’d like to confirm which additional parameters are required for this setup. I’ve already specified the basic electrochemical properties for the primary/secondary phases (e.g., diffusivity, OCP, and exchange current density).
Here are the model options I used:
options = {
"cell geometry": "pouch",
"thermal": "x-full",
"contact resistance": "true",
"particle phases": ("2", "1"),
"open-circuit potential": (("single", "current sigmoid"), "single"),
}
model = pybamm.lithium_ion.DFN(options=options)
However, I get the following error:
ModelError: Missing variable for submodel 'thermal': 'Negative electrode primary volumetric interfacial current density [A.m-3]'. Check the selected submodels provide all of the required variables.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
I’m trying to run the composite electrode model with the thermal submodel enabled, and I’d like to confirm which additional parameters are required for this setup. I’ve already specified the basic electrochemical properties for the primary/secondary phases (e.g., diffusivity, OCP, and exchange current density).
Here are the model options I used:
options = {
"cell geometry": "pouch",
"thermal": "x-full",
"contact resistance": "true",
"particle phases": ("2", "1"),
"open-circuit potential": (("single", "current sigmoid"), "single"),
}
model = pybamm.lithium_ion.DFN(options=options)
However, I get the following error:
ModelError: Missing variable for submodel 'thermal': 'Negative electrode primary volumetric interfacial current density [A.m-3]'. Check the selected submodels provide all of the required variables.
Beta Was this translation helpful? Give feedback.
All reactions