Fixed issue in tutorial LIGGGHTS script: Deactivate building of neighbor lists.

This commit is contained in:
Thomas Lichtenegger
2022-02-22 13:54:19 +01:00
parent 461be2f193
commit c96e0cc6fd

View File

@ -59,11 +59,7 @@ group empty subtract all all
atom_modify first empty atom_modify first empty
neighbor ${skin} bin neighbor ${skin} bin
#neigh_modify delay 10 include empty neigh_modify delay 0 no_build yes
#neighbor ${skin} bin
neigh_modify delay 0
#Material properties required for new pair styles #Material properties required for new pair styles
@ -135,6 +131,3 @@ dump dmp all custom/vtk 10000 ../DEM/post/dump*.liggghts_coupled.vtk id type x
run 1 run 1
set region total property/atom Temp ${Tpart} set region total property/atom Temp ${Tpart}
# for one-2-one communication
#neigh_modify delay 0 no_build yes