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

nutWallFunction vs. nutkWallFunction

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   February 10, 2011, 08:26
Default nutWallFunction vs. nutkWallFunction
  #1
Senior Member
 
romant's Avatar
 
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 20
romant is on a distinguished road
Hej,

I have been looking into the nut wall function behavior and found that there are two different nut wall function boundary conditions, one called

Code:
nutWallFunction
and the other one
Code:
nutkWallFunction
for some reason there is almost no difference, just that in the function

Code:
void nutkWallFunctionFvPatchScalarField::updateCoeffs()
{
    if (updated())
    {
        return;
    }

    operator==(calcNut());

    fixedValueFvPatchScalarField::updateCoeffs();
}
the if(updated()) is added to the nutkWallFunction but not to the nutWallFunction. Does anyone know why there is a difference and what it does?
__________________
~roman
romant is offline   Reply With Quote

Old   October 21, 2011, 10:12
Default
  #2
New Member
 
FlowLy
Join Date: Aug 2010
Location: Germany
Posts: 18
Rep Power: 15
giuli@ is on a distinguished road
I don't know the difference; however, I'm running openfoam 2.0.1 and there is no nutWallFunction available, only nutkWallFunction
giuli@ is offline   Reply With Quote

Old   March 6, 2016, 13:47
Default
  #3
New Member
 
Join Date: Nov 2015
Posts: 3
Rep Power: 10
Gunnern is on a distinguished road
I am also wondering about the difference between the nutWallFunction and the nutkWallFunction. Does anyone have an idea?
Gunnern is offline   Reply With Quote

Old   March 7, 2016, 07:45
Default
  #4
Senior Member
 
akidess's Avatar
 
Anton Kidess
Join Date: May 2009
Location: Germany
Posts: 1,377
Rep Power: 29
akidess will become famous soon enough
nutWallFunction is a virtual base class.
__________________
*On twitter @akidTwit
*Spend as much time formulating your questions as you expect people to spend on their answer.
akidess is offline   Reply With Quote

Old   June 16, 2016, 12:43
Default nutkWallFunction
  #5
Member
 
Mohamed Elghorab
Join Date: May 2016
Location: Coventry, Engalnd
Posts: 41
Rep Power: 9
crazzy.pirate43 is on a distinguished road
Quote:
Originally Posted by akidess View Post
nutWallFunction is a virtual base class.
so if you please can you give more explanation as I tried to use it in OpenFoam 3.0.x and it was not existed as the run stop and if i may I need more data about nutkWallFunction

thank you in advance
crazzy.pirate43 is offline   Reply With Quote

Reply

Tags
wallfunctions

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
yPlusRAS and nutkWallfunction patch romant OpenFOAM Post-Processing 2 November 14, 2011 09:40
nutWallFunction questions madad2005 OpenFOAM 9 October 28, 2011 06:36
A few questions about Spalart Allmaras model and y seb62 OpenFOAM Running, Solving & CFD 8 January 15, 2011 13:09
nutWallFunction boundary condition AirS OpenFOAM Pre-Processing 6 March 3, 2010 07:31


All times are GMT -4. The time now is 20:26.