CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   How to use -postProcess in a decomposed/parallel case? (https://www.cfd-online.com/Forums/openfoam-solving/190302-how-use-postprocess-decomposed-parallel-case.html)

LThomes July 10, 2017 08:16

How to use -postProcess in a decomposed/parallel case?
 
Hello,
I'm trying to calculate the yPlus of my case using:
Code:

pimpleFoam -postProcess -func yPlus
Since I runned my case in parallel, I have it decomposed in two folders "processor0" and "processor1". So, if I use the command above in my case folder I get only yPlus for Time = 0. And if I use inside "processor0" folder, I get yPlus for all time-steps, but only for half of the mesh/geometry.
Is there anyway I could get yPlus for all time-steps and for the total mesh/geometry (without using recontructPar)?

Thanks in advance.

JNSN July 10, 2017 09:14

Code:

mpirun -np 2 pimpleFoam -parallel -postProcess .....

LThomes July 11, 2017 06:35

Thanks a lot


All times are GMT -4. The time now is 07:44.