CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Bugs (https://www.cfd-online.com/Forums/openfoam-bugs/)
-   -   Bug in Tutorial sonicFoam/ras/nacaAirfoil (https://www.cfd-online.com/Forums/openfoam-bugs/74212-bug-tutorial-sonicfoam-ras-nacaairfoil.html)

bastil March 26, 2010 11:39

Bug in Tutorial sonicFoam/ras/nacaAirfoil
 
Turbulence boundary conditions for k and epsilon at wall:

Code:

WALL10
 {
    type            zeroGradient;
 }

should be:
Code:

WALL10
 {
    type            fixedValue;
    value          uniform 1e-10;
 }


Am I right? At least the boundaryFoam tutorial does it that way.

Regards Bastian


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