CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM (https://www.cfd-online.com/Forums/openfoam/)
-   -   yPlusRAS command not found (https://www.cfd-online.com/Forums/openfoam/216652-yplusras-command-not-found.html)

Jinjolee April 15, 2019 08:17

yPlusRAS command not found
 
I would like to check the y plus value in openFoam, and I found that it would be done using yPlusRAS command. However, it seems that I do not have this command in my version. Is yPlusRAS an external command required installation? Thanks

Yann April 15, 2019 08:31

The yPlusRAS is indeed outdated. Try something like :

Code:

simpleFoam -postProcess -func yPlus
Replace "simpleFoam" with the name of your solver if you used another one, and "mpirun" with "-parallel" option if you want to execute it in parallel.

Yann

Jinjolee April 15, 2019 09:37

Quote:

Originally Posted by Yann (Post 730822)
The yPlusRAS is indeed outdated. Try something like :

Code:

simpleFoam -postProcess -func yPlus
Replace "simpleFoam" with the name of your solver if you used another one, and "mpirun" with "-parallel" option if you want to execute it in parallel.

Yann

Thanks a lot. This solved my problem.:D


All times are GMT -4. The time now is 12:18.