add execution of DEM init script to Allrun.sh

This commit is contained in:
Daniel Queteschiner
2019-09-19 15:45:28 +02:00
parent 069aaed120
commit 6da1afb450

View File

@ -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