-
-
Notifications
You must be signed in to change notification settings - Fork 572
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
#1489 add surface area to volume ratio factor #1790
Conversation
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.
Looks good, just a question: this is a dimensionless surface area to volume so it is 1
when there is no degradation, right?
pybamm.lithium_ion.DFN(), | ||
pybamm.lithium_ion.NewmanTobias(), | ||
# pybamm.lithium_ion.NewmanTobias(), |
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.
I think we should restore this script to its previous version.
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.
oops yes
Yes it's dimensionless |
Codecov Report
@@ Coverage Diff @@
## develop #1790 +/- ##
========================================
Coverage 99.28% 99.28%
========================================
Files 343 343
Lines 18921 18945 +24
========================================
+ Hits 18786 18810 +24
Misses 135 135
Continue to review full report at Codecov.
|
Description
Add surface area to volume ratio factor
Fixes #1489
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:
$ flake8
$ python run-tests.py --unit
$ cd docs
and then$ make clean; make html
You can run all three at once, using
$ python run-tests.py --quick
.Further checks: