-
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
Refactor the way the DEM PropertiesIndex are managed using templates #1399
Merged
Merged
Changes from 41 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
dc2cd09
Only the test remaining
OGaboriault 19db9a5
Test are working
OGaboriault 407107d
Integrator, particle-wall, force_chains
OGaboriault 9787faf
Insertion works, doc and restart for the cfd_dem needs to be fixed
OGaboriault d4b8649
Test are working, new parameter in the model parameter section, need …
OGaboriault 999598d
Remove template parameters from constructor
blaisb 1075a34
Fixed insertion_file_restart test
OGaboriault 73b963b
Rebased tests with master
OGaboriault b4c9417
Rebase
blaisb 5b2b4e0
Add more comments on the dem_properties
blaisb 77f2797
Rebase + generated new restart files
OGaboriault 15c4663
Comments in include/dem/
OGaboriault b7bd1a2
Fix compilation
blaisb ca9e132
Some briefs were added in the dem_properties
blaisb d248bdf
Update syntax and naming
blaisb 6f532bd
Remove trailing ;
blaisb c92c138
Fix tests to have DEM properties and not cfd_dem
blaisb 3b5b94d
Lower version of boost archive
blaisb b284f74
File insertion documentation + preprocessing generator code for the i…
OGaboriault ad52a85
Add new function to convert particle handlers
blaisb 4a02d74
Add particle_handler_conversion and unit test
blaisb 9106609
Add the temporary particle handler and cfd-dem
blaisb 58ba00a
Update VANS restart files
blaisb 703dc9f
Update lethe-fluid-vans results
blaisb 7710eeb
Add exception check for communicator
blaisb e5d325c
Indent
blaisb ec4f2a3
Update spouted_bed_load_balancing test
blaisb 75477bf
Documenting the solver type in the .rst
OGaboriault 427b534
QCM Periodic works
blaisb 54a6642
Update QCM opposite flow test (particle switch)
blaisb 49e44c3
Update adaptive sparse contacts
blaisb ca476a5
Remove test that we do not have a generator
blaisb d3dff77
Fix CMakeList
blaisb a5120ae
Update the liquid fluidized bed test
blaisb 404bb66
Fix all tests now everything works
blaisb a9263aa
Fix timeout
blaisb 01b3ebc
Got the monster to compile after the refactor
blaisb 3ebe3c9
Fix all unit test and indent
blaisb 69daace
Changed tparam description and renamed PropertiesType to PropertiesIndex
OGaboriault ffaaee4
Indent
OGaboriault ee2428d
Add CHANGELOG
blaisb 2e831c2
Erase the extra space after some "PropertiesIndex"
OGaboriault 8fd042e
Indent
OGaboriault 0a2b395
Applied Victor comment
OGaboriault eb4205e
Update include/core/lethe_grid_tools.h
blaisb ba3a9bc
Update include/core/dem_properties.h
blaisb File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
applications_tests/lethe-fluid-particles/adaptive_sparse_contacts_files/dem_0.particles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0 0 350 78 350 | ||
0 0 350 75 350 |
Binary file modified
BIN
+0 Bytes
(100%)
...tests/lethe-fluid-particles/adaptive_sparse_contacts_files/dem_0.triangulation_fixed.data
Binary file not shown.
Binary file modified
BIN
-19.1 KB
(69%)
...ts/lethe-fluid-particles/adaptive_sparse_contacts_files/dem_0.triangulation_variable.data
Binary file not shown.
78 changes: 0 additions & 78 deletions
78
applications_tests/lethe-fluid-particles/conserve_phase_volumes.mpirun=1.output
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Maybe add something regarding the potential bug you found along the way regarding the particle handler and vans solver?