Simulation and Analysis of the Static Angle of Repose test
This section provides instructions for running a simulation of the static Angle of Repose (AoR) test via the lifting cylinder method and computing the AoR of the resulting particle heap automatically using the provided files.
Introduction



Prerequisites
All the requisite files are located at: <Altair installation folder>\EDEM <version>\examples\Calibration Kits\Static angle of repose.
Using the kit
| Parameter | Description |
|---|---|
| Total simulation time (s) | Specifies the simulation time at which the AoR measurements are performed (in seconds). The script will search for the nearest saved Time Step and analyze it. The time should be selected such that the pile is static. Alternatively, you can specify ‘auto’ as a string, in which case the last saved Time Step of the deck is used for the analysis. |
| Low domain limit (m) | Specifies the minimum radius of the domain used for the analysis and designated D1 in Figure 1 (in meters). Alternatively, you can specify ‘auto’ as a string, in which case, a value of 0 meters is used. |
| High domain limit (m) | Specifies the maximum radius of the domain used for the
analysis, designated D2 in Figure 1 (in meters).
Alternatively, you can specify ‘auto’ as a string, in which case
the radius of the Geometry of the base is taken as the high
domain limit. Note: The geometry of the
base should be named ‘Base’ for the auto option to
work. |
| Bin size (m) | Specifies the radius of the bins used for identifying the pile surface designated D3 in Figure 1. A value of 2-3 times the mean particle diameter can be used in most cases. Alternatively, you can specify ‘auto’ as a string, in which case the bin diameter is estimated from the average neighbor distance in the point cloud. |
| Number of radial measurements (integer) | Specifies the number of equally spaced radial measurements of the AoR around the conical pile (as an integer). |
| Create results report (yes/no)? | Specifies whether individual results reports are written out
for every simulation deck and stored in its local folder in
.csv format. |
| Summary report? (yes/no) | Specifies whether a summary report is produced with the key
results for all simulation decks. The results are written out in
the Summary.csv file in the Python script
folder. |
| Plot figures? (yes/no) | Specifies whether a plot of the particle bed and surface fits
is created per simulation deck and stored its folder in
.png format. |
A settings text file is required for each folder containing EDEM simulation decks, and the settings are used to post-process all simulation decks in that folder.
The provided Python script can be executed from , or from the command line. To run the script from the command line, you must ensure that EDEMpy is installed in the relevant Python distribution. For more information about installing EDEMpy, see Install EDEMpy.