tREADME.rst - simple_DEM - a simple 2D Discrete Element Method code for educational purposes
 (HTM) git clone git://src.adamsgaard.dk/simple_DEM
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
       tREADME.rst (787B)
       ---
            1 ==========
            2 simple_DEM
            3 ==========
            4 
            5 A basic CPU-based discrete element method algorithm, created for
            6 comparison against more sophisticated codes.
            7 
            8 Written by Anders Damsgaard and is maintained at
            9 https://src.adamsgaard.dk/simple_DEM
           10 
           11 Requirements
           12 ------------
           13 - GNU Make
           14 - GCC
           15 - Optional: Paraview
           16 
           17 Obtaining
           18 ---------
           19 ``git clone git://src.adamsgaard.dk/simple_DEM``
           20 
           21 Building
           22 --------
           23 ``make``
           24 
           25 Running
           26 -------
           27 Simply execute ``./simple_DEM`` in the root folder. Output is written to
           28 the ``output/`` folder. All simulation parameters must be specified in
           29 ``global_properties.h`` before compiling. If any parameters are changed,
           30 run ``make`` in the root folder.
           31 
           32 Visualization
           33 -------------
           34 See `<https://youtu.be/HOKfgUy5e58>`_ for an example on how to visualize
           35 the grains in Paraview.