Using PyBaMM to solve specific set of electrolyte equations #2160
-
Hi everyone, I have the following system of equations. It is a symmetrical cell system with no separator, with two electrodes with infinite lithium resource and a sort of Butler-Volmer type exchange at the interface. I was thinking of starting with the electrolyte submodel and adapting the reaction term. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
From the looks of it, it seems you will "only" have to call |
Beta Was this translation helpful? Give feedback.
From the looks of it, it seems you will "only" have to call
BaseBatteryModel
and define the electrolyte submodels only + a custom submodel for the interface. This notebook on submodels should be a good starting point.