Dear all,
I use CFDEM to run the tutorial, then in case fold:
/CFD: there are data saved in the fold under different time (e.g. 0.1 0.2)
it is ok to use paraFoam to show the results.
However, in /CFD, there are /proessor* folds, in which there are date saved in the fold under different time (e.g. 0.1 0.2)
It is right to 'cd' each 'processor*' fold to input 'foamToVTK', then use paraview to show all the results? or is there any method to combine the results from different processor* fold to one, then use 'foamToVTK' to convert the results for paraview at the one time?
jorisheyman | Wed, 11/14/2012 - 11:21
You will find the solution in
You will find the solution in OpenFoam parallel turorial cases:
The command: > reconstructPar
Is assembling every processor data into time folders.
If your mesh is changing, it is a bit more difficult, and you have to use : > reconstructParMesh
with appropriate options.