# The following must be run under a UNIX bash shell. # As output you get printout, a log file in Output/ # and a VRML animation in Scenes/ DR.bash LS.2D.16 Jam 0.25 1.0 0 # Test for strict jamming # It is not jammed DR.bash LS.2D.16 D 0.25 5.0 0 # Now try to grow the particles to make it jammed # For this one change n_replications to 0 in Packing.param # to get a smaller VRML file: DR.bash LS.2D.100.9 Jam 0.25 1.0 1 # Test collective jamming # It is jammed with a few rattlers DR.bash LS.2D.100.9 Jam 0.5 0.25 0 # Test strict jamming # It is not jammed (despite what the output may say!) # For this one change n_replications to 0 in Packing.param # to avoid a VRML mess: DR.bash LS.3D.100.1 Jam 0.25 0.25 0 # It is not strictly jammed # But displacements are small (so it may say it is jammed) DR.bash LS.3D.100.1 D 0.25 1.0 0 # Try to compress it to make it jammed # EOF