CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Pre-Processing (https://www.cfd-online.com/Forums/openfoam-pre-processing/)
-   -   Slip boundary condition in OpenFOAM (https://www.cfd-online.com/Forums/openfoam-pre-processing/227934-slip-boundary-condition-openfoam.html)

chitransh_atre June 14, 2020 22:21

Slip boundary condition in OpenFOAM
 
Dear all,

Can anybody please tell how to check the slip condition expression in open-foam. I want to use slip condition (Joseph Beavers condition) at the interface of two regions (porous and non porous) and also want to modify it but couldn't find the expression in the codes.

Lisandro Maders June 19, 2020 20:12

Hello,

look for it in the code using grep:

grep -r "slipFvPatchField" $FOAM_SRC

Then you will find the code easily!

Good luck, cheers

chitransh_atre June 21, 2020 22:36

Thanks Lisandro!


All times are GMT -4. The time now is 23:01.