Possible to run CFD-DEM coupling on single core via fix couple/cfd?
Hi Chris,
I tried to reconstruct the CFD results of "twoSpheresGlowinskiMPI" case, however it seems not possible right now, due to the refined mesh generated during the run.
So i thought run the case with only 1 core will solve this issue, but with dataExchangeModel twoWayMPI the solver does not allow running on single core, even I changed the
mpirun -np $nrProcs $debugMode $solverName -parallel 2>&1 | tee -a $logpath/$logfileName
to
$solverName > $logpath/$logfileName