mirror of
https://github.com/ParticulateFlow/CFDEMcoupling-PFM.git
synced 2025-12-08 06:37:44 +00:00
fix runAllPar.sh script
also runAllPar.sh needs to copy initial restart file to work with same liggghts run script
This commit is contained in:
@ -16,6 +16,10 @@ scriptPath="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
|
||||
echo "runAllPar: calling preRunAllPar"
|
||||
. $scriptPath/preRunAllPar.sh $casePath
|
||||
|
||||
# duplicate restart file to restartSequence
|
||||
echo "runAllPar: duplicating LIGGGHTS restart file"
|
||||
cp $casePath/DEM/post/restart/liggghts.restart $casePath/DEM/post/restart/liggghts.restartSequence
|
||||
|
||||
#- run parallel CFD-DEM
|
||||
echo "runAllPar: Running CFD-DEM"
|
||||
. $scriptPath/runCFDDEMPar.sh $casePath
|
||||
|
||||
Reference in New Issue
Block a user