mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
add execution of DEM init script to Allrun.sh
This commit is contained in:
@ -18,5 +18,12 @@ export casePath
|
||||
cd $casePath/CFD/
|
||||
blockMesh
|
||||
|
||||
if [ -f "$casePath/DEM/post/restart/liggghts.restart" ]; then
|
||||
echo "LIGGGHTS init was run before - using existing restart file"
|
||||
else
|
||||
#- run DEM in new terminal
|
||||
$casePath/parDEMrun.sh
|
||||
fi
|
||||
|
||||
echo "Run Simulation"
|
||||
bash $casePath/parCFDDEMrun.sh
|
||||
bash $casePath/parCFDDEMrun.sh
|
||||
|
||||
Reference in New Issue
Block a user