-
-
Notifications
You must be signed in to change notification settings - Fork 563
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
Issue 1748 stress induced diffusion #1797
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.
Thanks, looks good!
Codecov Report
@@ Coverage Diff @@
## develop #1797 +/- ##
========================================
Coverage 99.24% 99.24%
========================================
Files 343 344 +1
Lines 18983 19037 +54
========================================
+ Hits 18840 18894 +54
Misses 143 143
Continue to review full report at Codecov.
|
Description
Add a separate "stress-induced diffusion" model option. Previously this effect was hard-coded into the parameters when the user selected any of the "particle mechanics" options other than "none".
Fixes #1748
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: