|
[Sponsors] |
August 12, 2013, 10:59 |
LowRe wall function in openfoam
|
#1 |
New Member
Rahul Verma
Join Date: Jan 2012
Location: Mumbai
Posts: 7
Rep Power: 14 |
I am interested in the physics behind the "Low Re wall function" boundary condition implemented in openfoam.
Does anyone know the basis of openfoam low re BC. Thanks in advance. Regards, Rahul Verma |
|
August 12, 2013, 11:34 |
|
#2 |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
Did you look in the source code? According to the header (nutLowReWallFunction) it sets nut to zero, which is what you would expect for Low-Re modelling. I won't call it a wall function though.
|
|
August 13, 2013, 02:52 |
|
#3 |
New Member
Rahul Verma
Join Date: Jan 2012
Location: Mumbai
Posts: 7
Rep Power: 14 |
I went through the code but i want the mathematical expression behind the code. Is there any document or any link where i can find mathematics and physics behind the low Re wall function BC
|
|
August 13, 2013, 02:58 |
|
#4 | |
Senior Member
Bernhard
Join Date: Sep 2009
Location: Delft
Posts: 790
Rep Power: 22 |
Quote:
Code:
43 tmp<scalarField> nutLowReWallFunctionFvPatchScalarField::calcNut() const 44 { 45 return tmp<scalarField>(new scalarField(patch().size(), 0.0)); 46 } |
||
Tags |
low reynolds, openfoam 2.1.1, turbulence modelling |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Enhanced Wall Treatment | paduchev | FLUENT | 24 | January 8, 2018 12:55 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
New OpenFOAM Forum Structure | jola | OpenFOAM | 2 | October 19, 2011 07:55 |
ParaView for OF-1.6-ext | Chrisi1984 | OpenFOAM Installation | 0 | December 31, 2010 07:42 |
DecomposePar links against liblamso0 with OpenMPI | jens_klostermann | OpenFOAM Bugs | 11 | June 28, 2007 18:51 |