Restarting the simulation from a specific part file

Hi guys,

I am trying to restart the simulation from the part file Part0673.bi4.

This is the code for that
if [ $errcode -eq 0 ]; then
  $dsphliquidgasgpu $dirout/$name $dirout -svres -gpu –partbegin:673 prev_out
  errcode=$?
fi
but I am consistently getting error saying
DualSPHysics4-LiquidGas v1.008 (v4.0.048) (06-05-2018)
=======================================================

*** Exception (JCfgRun::ErrorParm)
Text: Parameter "–partbegin:673" unrecognised or invalid. (Level cfg:0, Parameter:4)

Execution aborted
Can anyone tell me how to solve this problem.

Comments

Sign In or Register to comment.