├── README.md ├── Simulation.png ├── ben ├── ben_case1 │ ├── .gitnore │ ├── cmdline.bat │ ├── liggghts.exe │ ├── packing.txt │ ├── post │ │ └── .gitnore │ └── run.png ├── ben_case2_fixed_case │ ├── .gitnore │ ├── ben_case2_error_case.zip │ ├── cmdline.bat │ ├── liggghts.exe │ ├── log.liggghts │ ├── post │ │ └── .gitnore │ ├── run.png │ └── test.txt └── readme ├── conveyor.txt ├── liggghts.exe ├── many_example └── fiber │ ├── VTK │ └── readme.txt │ ├── fiber.txt │ ├── liggghts.exe │ ├── log.liggghts │ ├── mult.txt │ ├── post │ ├── fiber1000.liggghts │ ├── fiber10000.liggghts │ ├── fiber11000.liggghts │ ├── fiber12000.liggghts │ ├── fiber13000.liggghts │ ├── fiber14000.liggghts │ ├── fiber15000.liggghts │ ├── fiber16000.liggghts │ ├── fiber17000.liggghts │ ├── fiber18000.liggghts │ ├── fiber19000.liggghts │ ├── fiber2000.liggghts │ ├── fiber20000.liggghts │ ├── fiber21000.liggghts │ ├── fiber22000.liggghts │ ├── fiber23000.liggghts │ ├── fiber24000.liggghts │ ├── fiber25000.liggghts │ ├── fiber26000.liggghts │ ├── fiber27000.liggghts │ ├── fiber28000.liggghts │ ├── fiber29000.liggghts │ ├── fiber3000.liggghts │ ├── fiber30000.liggghts │ ├── fiber31000.liggghts │ ├── fiber32000.liggghts │ ├── fiber33000.liggghts │ ├── fiber34000.liggghts │ ├── fiber35000.liggghts │ ├── fiber36000.liggghts │ ├── fiber37000.liggghts │ ├── fiber38000.liggghts │ ├── fiber39000.liggghts │ ├── fiber4000.liggghts │ ├── fiber40000.liggghts │ ├── fiber5000.liggghts │ ├── fiber6000.liggghts │ ├── fiber7000.liggghts │ ├── fiber8000.liggghts │ ├── fiber9000.liggghts │ └── readme.txt │ ├── readme.txt │ ├── results.PNG │ └── run.bat ├── meshes ├── .gitignore ├── box.stl ├── conveyor.stl └── insertion_face.stl ├── packing.txt ├── post └── .gitignore ├── release-3.8.1.zip └── run.bat /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/README.md -------------------------------------------------------------------------------- /Simulation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/Simulation.png -------------------------------------------------------------------------------- /ben/ben_case1/.gitnore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ben/ben_case1/cmdline.bat: -------------------------------------------------------------------------------- 1 | cmd -------------------------------------------------------------------------------- /ben/ben_case1/liggghts.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case1/liggghts.exe -------------------------------------------------------------------------------- /ben/ben_case1/packing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case1/packing.txt -------------------------------------------------------------------------------- /ben/ben_case1/post/.gitnore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ben/ben_case1/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case1/run.png -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/.gitnore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case2_fixed_case/.gitnore -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/ben_case2_error_case.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case2_fixed_case/ben_case2_error_case.zip -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/cmdline.bat: -------------------------------------------------------------------------------- 1 | cmd -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/liggghts.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case2_fixed_case/liggghts.exe -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/log.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case2_fixed_case/log.liggghts -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/post/.gitnore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/run.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case2_fixed_case/run.png -------------------------------------------------------------------------------- /ben/ben_case2_fixed_case/test.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/ben/ben_case2_fixed_case/test.txt -------------------------------------------------------------------------------- /ben/readme: -------------------------------------------------------------------------------- 1 | new case 2 | -------------------------------------------------------------------------------- /conveyor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/conveyor.txt -------------------------------------------------------------------------------- /liggghts.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/liggghts.exe -------------------------------------------------------------------------------- /many_example/fiber/VTK/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /many_example/fiber/fiber.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/fiber.txt -------------------------------------------------------------------------------- /many_example/fiber/liggghts.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/liggghts.exe -------------------------------------------------------------------------------- /many_example/fiber/log.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/log.liggghts -------------------------------------------------------------------------------- /many_example/fiber/mult.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/mult.txt -------------------------------------------------------------------------------- /many_example/fiber/post/fiber1000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber1000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber10000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber10000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber11000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber11000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber12000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber12000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber13000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber13000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber14000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber14000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber15000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber15000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber16000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber16000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber17000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber17000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber18000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber18000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber19000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber19000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber2000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber2000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber20000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber20000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber21000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber21000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber22000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber22000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber23000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber23000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber24000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber24000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber25000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber25000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber26000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber26000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber27000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber27000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber28000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber28000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber29000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber29000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber3000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber3000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber30000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber30000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber31000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber31000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber32000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber32000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber33000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber33000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber34000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber34000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber35000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber35000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber36000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber36000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber37000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber37000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber38000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber38000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber39000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber39000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber4000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber4000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber40000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber40000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber5000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber5000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber6000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber6000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber7000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber7000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber8000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber8000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/fiber9000.liggghts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/post/fiber9000.liggghts -------------------------------------------------------------------------------- /many_example/fiber/post/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /many_example/fiber/readme.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /many_example/fiber/results.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/many_example/fiber/results.PNG -------------------------------------------------------------------------------- /many_example/fiber/run.bat: -------------------------------------------------------------------------------- 1 | liggghts.exe -in fiber.txt -------------------------------------------------------------------------------- /meshes/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /meshes/box.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/meshes/box.stl -------------------------------------------------------------------------------- /meshes/conveyor.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/meshes/conveyor.stl -------------------------------------------------------------------------------- /meshes/insertion_face.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/meshes/insertion_face.stl -------------------------------------------------------------------------------- /packing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/packing.txt -------------------------------------------------------------------------------- /post/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /release-3.8.1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wuhao1938/LIGGGHTS_IN_WINDOWS_10/HEAD/release-3.8.1.zip -------------------------------------------------------------------------------- /run.bat: -------------------------------------------------------------------------------- 1 | liggghts.exe -in packing.txt --------------------------------------------------------------------------------