|
[Sponsors] |
February 10, 2011, 09:26 |
nutWallFunction vs. nutkWallFunction
|
#1 |
Senior Member
Roman Thiele
Join Date: Aug 2009
Location: Eindhoven, NL
Posts: 374
Rep Power: 21 |
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 Code:
nutkWallFunction Code:
void nutkWallFunctionFvPatchScalarField::updateCoeffs() { if (updated()) { return; } operator==(calcNut()); fixedValueFvPatchScalarField::updateCoeffs(); }
__________________
~roman |
|
October 21, 2011, 11:12 |
|
#2 |
New Member
FlowLy
Join Date: Aug 2010
Location: Germany
Posts: 18
Rep Power: 16 |
I don't know the difference; however, I'm running openfoam 2.0.1 and there is no nutWallFunction available, only nutkWallFunction
|
|
March 6, 2016, 14:47 |
|
#3 |
New Member
Join Date: Nov 2015
Posts: 3
Rep Power: 11 |
I am also wondering about the difference between the nutWallFunction and the nutkWallFunction. Does anyone have an idea?
|
|
June 16, 2016, 13:43 |
nutkWallFunction
|
#5 |
Member
Mohamed Elghorab
Join Date: May 2016
Location: Coventry, Engalnd
Posts: 41
Rep Power: 10 |
||
Tags |
wallfunctions |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
yPlusRAS and nutkWallfunction patch | romant | OpenFOAM Post-Processing | 2 | November 14, 2011 10:40 |
nutWallFunction questions | madad2005 | OpenFOAM | 9 | October 28, 2011 07:36 |
A few questions about Spalart Allmaras model and y | seb62 | OpenFOAM Running, Solving & CFD | 8 | January 15, 2011 14:09 |
nutWallFunction boundary condition | AirS | OpenFOAM Pre-Processing | 6 | March 3, 2010 08:31 |