|
[Sponsors] |
March 17, 2013, 10:10 |
nutkRoughWallFunction, going nuts
|
#1 | |
Senior Member
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 18 |
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; } Quote:
Thanks |
||
March 19, 2013, 07:46 |
|
#2 |
Senior Member
Jose Rey
Join Date: Oct 2012
Posts: 134
Rep Power: 18 |
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; } |
|
August 13, 2014, 09:58 |
|
#3 |
New Member
Olivier Benichou
Join Date: Sep 2010
Location: Brisbane
Posts: 10
Rep Power: 16 |
Thanks, that solution works in openfoam 2.3
|
|
Tags |
nutkroughwallfunction, openfoam 2.1.x, roughness, wall function |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Incompressible converges, ideal gas goes nuts | psigcochair | FLUENT | 3 | January 14, 2010 21:14 |