-
-
Notifications
You must be signed in to change notification settings - Fork 589
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
surface form for SPMe #1207
Comments
…lyte conductivity and made it compatible with surface form
I tried implementing this in #884 in case it was a quick fix but I am getting errors for both models (full and leading-order). For the moment I set it to throw a Otherwise, if we want to implement the model, we need to derive the appropriate surface form for |
There is my thesis, if you are feeling brave, but I wouldn't go down that route. In theory the leading order form should work though. What was the error? |
The differential works but the algebraic doesn't. Here is the error:
|
At the moment if you pass the option
{"surface form":"differential"}
or{"surface form": "algebraic"}
to SPMe nothing happens. SPMe always usespybamm.electrolyte_conductivity.Composite
.We should either raise an
OptionError
or add the relevant surface models for SPMeThe text was updated successfully, but these errors were encountered: