mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
Fixed issue in tutorial LIGGGHTS script: Deactivate building of neighbor lists.
This commit is contained in:
@ -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
|
|
||||||
|
|||||||
Reference in New Issue
Block a user