Hallo,
I have a question regarding the ErgungTestMPI_restart tutorial case of CFDEM.
In in.liggghts_restart the file liggghts.restartCFDEM is read: read_restart ../DEM/post/restart/liggghts.restartCFDEM
Where is this restart file actually generated when running the case? I cannot find any code in in.ligghts_init, in.liggghts_run, ... where this file is written out.
Best
kalei
j-kerbl | Fri, 09/01/2017 - 10:20
Hi Kalei,
Hi Kalei,
since after the initialization LIGGGHTS is fed commands by the CFDEMsolver, this takes care of it with the liggghtsCommandModel
https://github.com/CFDEMproject/CFDEMcoupling-PUBLIC/blob/master/tutorials/cfdemSolverPiso/ErgunTestMPI_restart/CFD/constant/liggghtsCommands_run#L41
Cheers,
Josef