-
Notifications
You must be signed in to change notification settings - Fork 61
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
Regenerate clean application test outputs in DEM and CFD-DEM #1207
Conversation
|
||
******************************************************************************* | ||
Transient iteration: 2 Time: 0.002 Time step: 0.001 CFL: 1.39637 | ||
Transient iteration: 2 Time: 0.002 Time step: 0.001 CFL: 1.39637 |
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.
Here are the changes of this test after enabling particle statistics
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 changed the output, but the test is disabled...
@@ -1406,6 +1406,9 @@ CFDDEMSolver<dim>::dem_setup_contact_parameters() | |||
break; | |||
} | |||
} | |||
|
|||
// Initialize the total contact list counter | |||
contact_search_total_number = 0; |
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.
This was not initialized, so the first number in the stats was wrong (and kinda random)
…olymtl#1207) Description The application test outputs had some extra spaces or some missing spaces, making it appears in diff of files when the output is updated and put them back or remove them. It makes it hard to focus on the real changes of the test. Also, some strings in CFD-DEM did have spaces for no reason. Solution Remove the explicit spaces in CFD-DEM and regenerate all the tests in DEM and CFD-DEM from the real output files of tests (no copy-paste). Testing All tests are the same. I added particle statistic output to spouted_bed_load_balancing test for more robust testing in CFD-DEM. Former-commit-id: cda1644
Description The application test outputs had some extra spaces or some missing spaces, making it appears in diff of files when the output is updated and put them back or remove them. It makes it hard to focus on the real changes of the test. Also, some strings in CFD-DEM did have spaces for no reason. Solution Remove the explicit spaces in CFD-DEM and regenerate all the tests in DEM and CFD-DEM from the real output files of tests (no copy-paste). Testing All tests are the same. I added particle statistic output to spouted_bed_load_balancing test for more robust testing in CFD-DEM. Former-commit-id: cda1644
Description
The application test outputs had some extra spaces or some missing spaces, making it appears in diff of files when the output is updated and put them back or remove them. It makes it hard to focus on the real changes of the test.
Also, some strings in CFD-DEM did have spaces for no reason.
Solution
Remove the explicit spaces in CFD-DEM and regenerate all the tests in DEM and CFD-DEM from the real output files of tests (no copy-paste).
Testing
All tests are the same.
I added particle statistic output to
spouted_bed_load_balancing
test for more robust testing in CFD-DEM.Checklist (will be removed when merged)
See this page for more information about the pull request process.
Code related list:
Pull request related list: