Adding a custom submodel for LAM #3912
Unanswered
DarioSlaifsteinSk
asked this question in
Q&A
Replies: 1 comment 1 reply
-
If you haven't done this yet I would start by making a copy of It won't work with experiments but we're working on making that possible in the next release |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a reduced order model (ROM) for loss of active material (LAM) in the anode and I want to incorporate it to an SPM model.
The model is from Jin (2022) with the following Eqs.:
where:
the parameters are only$k_{\text{AM}}$ in [1/Ah] and $E_{\text{AM}}$ .
I checked this notebook but i don't really get the logic of it.
I'm guessing that I should do something like the following:
The cell current
Iapp
, the initial capacityQ0
, the cell temperatureT
, the state of chargeCell_SOC
and the lost capacityQAM
should all come from the cellmodel
. But... I have no idea how to do it. 😅I'm "using" the "reaction rate" option for LAM in the SPM but I have no reference values for my cell so all my results are kinda dubious.
Thanks in advance,
Beta Was this translation helpful? Give feedback.
All reactions