-
-
Notifications
You must be signed in to change notification settings - Fork 573
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
Make the "partial molar volume" a function of stoichiometry #2943
Conversation
Energy summary
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #2943 +/- ##
===========================================
+ Coverage 99.59% 99.71% +0.11%
===========================================
Files 257 273 +16
Lines 20639 19007 -1632
===========================================
- Hits 20556 18952 -1604
+ Misses 83 55 -28 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There is already a parameter, t_change
, for the electrode thickness change as a function of particle concentration. Should that be the same parameter?
They are closely related, but not the same. In most cases, For example, |
I think we could get rid of t_change with this, but it would require us to change the parameter sets to be different from the papers from which they were created. |
merging develop to omega-stoic
Closed in favor of #3576 |
Description
For many chemistries, notably high-nickel NMCs and graphite, the volume change associated with intercalation is a strong function of stoichiometry. Here, I have taken the r-averaged value for Ω and used it to calculate total stress. This accounts for the change without violating the initial model assumptions.
Type of change
Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #) - note reverse order of PR #s. If necessary, also add to the list of breaking changes.
Key checklist:
$ pre-commit run
(see CONTRIBUTING.md for how to set this up to run automatically when committing locally, in just two lines of code)$ python run-tests.py --all
$ python run-tests.py --doctest
You can run unit and doctests together at once, using
$ python run-tests.py --quick
.Further checks: