Skip to content

Commit

Permalink
DEM example with a particle discharge from a plate with ASC and LB (#…
Browse files Browse the repository at this point in the history
…1191)

Description
The example is a simple case of particle discharging from a plate that compares the computational performance and the angle of repose of simulations using the Adaptive Sparse Contacts, the dynamic Load Balancing and both of them from a baseline simulation.
The simulations have 52000 particles and run under 45 minutes each.
This is the first example describing the ASC method.

Co-authored-by: Olivier Guévremont <[email protected]>
Co-authored-by: hepap <[email protected]>

Former-commit-id: 26d8692
  • Loading branch information
acdaigneault authored Jul 17, 2024
1 parent 982dbf6 commit 8f2cbc1
Show file tree
Hide file tree
Showing 27 changed files with 2,406 additions and 5 deletions.
8 changes: 6 additions & 2 deletions doc/source/examples/dem/dem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ We organize the DEM examples from the simplest to the most complicated example:
silo/silo
rectangular-hopper/rectangular-hopper
granular-dam-break/granular-dam-break
plate-discharge/plate-discharge
bunny-drill/bunny-drill
granular-mixer/granular-mixer

Expand Down Expand Up @@ -59,9 +60,11 @@ We organize the DEM examples from the simplest to the most complicated example:

dem_12 [label="Granular Dam-Break", href="https://chaos-polymtl.github.io/lethe/documentation/examples/dem/granular-dam-break/granular-dam-break.html"];

dem_13 [label="Bunny Drill", href="https://chaos-polymtl.github.io/lethe/documentation/examples/dem/bunny-drill/bunny-drill.html"];
dem_13 [label="Plate Discharge", href="https://chaos-polymtl.github.io/lethe/documentation/examples/dem/plate-discharge/plate-discharge.html"];

dem_14 [label="Granular Mixer", href="https://chaos-polymtl.github.io/lethe/documentation/examples/dem/granular-mixer/granular-mixer.html"];
dem_14 [label="Bunny Drill", href="https://chaos-polymtl.github.io/lethe/documentation/examples/dem/bunny-drill/bunny-drill.html"];

dem_15 [label="Granular Mixer", href="https://chaos-polymtl.github.io/lethe/documentation/examples/dem/granular-mixer/granular-mixer.html"];



Expand All @@ -79,4 +82,5 @@ We organize the DEM examples from the simplest to the most complicated example:
dem -> dem_12:w;
dem -> dem_13:w;
dem -> dem_14:w;
dem -> dem_15:w;
}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e0cb7009e2398f61e8c477da652f691df34430a1
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 8f2cbc1

Please sign in to comment.