mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
9 lines
187 B
Bash
Executable File
9 lines
187 B
Bash
Executable File
cd initLayerStructure/DEM
|
|
mpirun -np 8 liggghts < in.liggghts_fill > fill.log 2>&1
|
|
|
|
cd ../CFD
|
|
mpirun -np 8 cfdemSolverRhoPimple -parallel > createLayers.log 2>&1
|
|
|
|
cd ../..
|
|
./post_init.sh
|