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 want to model a very simple lithium ion pouch cell electrochemistry which do not include SEI growth and Lithium plating phenomenon.
Can you please let me know how can I build that model. Currently I am using a DFN model with specified parameters:
model = pybamm.lithium_ion.DFN(
options={
"cell geometry": 'pouch',
"lithium plating": "none",
"lithium plating porosity change": "false",
"loss of active material": "none",
"SEI": "none",
"SEI film resistance": "none",
"SEI on cracks": "false",
"SEI porosity change": "false",
"stress-induced diffusion": "false",
"thermal": "lumped"
},
name='Pouch cell'
But when I print the parameter values its the same for SEI, etc. Please help me with your comments or any reference!!
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
-
Hi guys,
I want to model a very simple lithium ion pouch cell electrochemistry which do not include SEI growth and Lithium plating phenomenon.
Can you please let me know how can I build that model. Currently I am using a DFN model with specified parameters:
model = pybamm.lithium_ion.DFN(
options={
"cell geometry": 'pouch',
"lithium plating": "none",
"lithium plating porosity change": "false",
"loss of active material": "none",
"SEI": "none",
"SEI film resistance": "none",
"SEI on cracks": "false",
"SEI porosity change": "false",
"stress-induced diffusion": "false",
"thermal": "lumped"
},
name='Pouch cell'
But when I print the parameter values its the same for SEI, etc. Please help me with your comments or any reference!!
Beta Was this translation helpful? Give feedback.
All reactions