Skip to content
Discussion options

You must be logged in to vote

Hi Robin,

I recommend disabling cracking in the positive electrode, because there aren't actually any degradation mechanisms associated wit it so you're just wasting computational power. You can do this by setting your options to be

option={
"SEI":"solvent-diffusion limited",
"particle mechanics": ("swelling and cracking", "none"),
"SEI on cracks": "true",
}

If you're using the stress-driven loss of active material model, you should set

option={
"SEI":"solvent-diffusion limited",
"particle mechanics": ("swelling and cracking", "swelling only"),
"SEI on cracks": "true",
"loss of active material": "stress-driven",
}

instead. In pull request #2262 I've modified the code so it does both of th…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
3 replies
@RobinBluehub
Comment options

@DrSOKane
Comment options

@RobinBluehub
Comment options

Answer selected by rtimms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants