CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Running, Solving & CFD

nutkRoughWallFunction, going nuts

Register Blogs Members List Search Today's Posts Mark Forums Read

Like Tree1Likes
  • 1 Post By JR22

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 17, 2013, 09:10
Default nutkRoughWallFunction, going nuts
  #1
Senior Member
 
JR22's Avatar
 
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 17
JR22 will become famous soon enough
Hi Foamers,

I am trying to implement nutkRoughWallFunction in OpenFoam 2.1.1 (formerly also apparently known as nutRoughWallFunction). This is how I am using it to define my wall at the bottom of my model:

Code:
        ffminz
        {
            type nutkRoughWallFunction;
            Ks	0.2;
            Cs	0.5;
            value uniform 0.0;
        }
This is what OpenFOAM-2.1.1 is telling me about my wall function parameters:

Quote:
Reading "/home/admin1/run/wingNut/processor0/0/nut::boundaryField::ffminz" from line 43 to line 46
expected keyword 'uniform' or 'nonuniform', assuming deprecated Field format from Foam version 2.0.
It still works, but it seems OF doesn't like it. What is the correct syntax in >OF2.1 ?

Thanks
JR22 is offline   Reply With Quote

Old   March 19, 2013, 06:46
Default
  #2
Senior Member
 
JR22's Avatar
 
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 17
JR22 will become famous soon enough
For anybody interested, the correct syntax (at least post 2.0) is the following:

Code:
        ffminz
        {
            type nutkRoughWallFunction;
            Ks	uniform 0.2; //Ks = 20Z0 to 30Z0
            Cs	uniform 0.5;
            value uniform 0.0;
        }
frantov likes this.
JR22 is offline   Reply With Quote

Old   August 13, 2014, 08:58
Default
  #3
New Member
 
Olivier Benichou
Join Date: Sep 2010
Location: Brisbane
Posts: 10
Rep Power: 15
olivier78 is on a distinguished road
Thanks, that solution works in openfoam 2.3
olivier78 is offline   Reply With Quote

Reply

Tags
nutkroughwallfunction, openfoam 2.1.x, roughness, wall function

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
Incompressible converges, ideal gas goes nuts psigcochair FLUENT 3 January 14, 2010 20:14


All times are GMT -4. The time now is 06:04.