CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Bugs

Bug in Tutorial sonicFoam/ras/nacaAirfoil

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 26, 2010, 11:39
Default Bug in Tutorial sonicFoam/ras/nacaAirfoil
  #1
Senior Member
 
BastiL
Join Date: Mar 2009
Posts: 530
Rep Power: 20
bastil is on a distinguished road
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
bastil is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem on Fluent Tutorial: Horizontal Film Boilig Feng FLUENT 2 April 13, 2013 05:34
STAR-CD Tutorial shekhar aryal STAR-CD 4 March 22, 2010 03:25
Error found in stress tutorial mike_jaworski OpenFOAM Running, Solving & CFD 0 September 23, 2007 02:34
Incomplete flangeans tutorial for laplacianFoam in tars for version 141 gschaider OpenFOAM Bugs 1 September 4, 2007 13:53
Rotor/stator tutorial, and how to... gilberto CFX 5 January 21, 2002 09:41


All times are GMT -4. The time now is 15:34.