|
[Sponsors] |
Is my setting way about turbulence boundary right? |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 5, 2010, 02:14 |
Is my setting way about turbulence boundary right?
|
#1 |
New Member
tom pan
Join Date: Nov 2010
Posts: 14
Rep Power: 16 |
I use UDF below
DEFINE_PROFILE(k,t,i) { begin_f_loop(f,t) { F_CENTROID(x,f,t); F_PROFILE(f,t,i)=F_K(f,t); } end_f_loop(f,t) } DEFINE_PROFILE(e,t,i) { begin_f_loop(f,t) { F_CENTROID(x,f,t); F_PROFILE(f,t,i)=F_D(f,t); } end_f_loop(f,t) } and i choose udf k and udf e as the boundary condition of turbulence kinetic energy and dissipation. I'm not sure is it the correct way? |
|
Tags |
boundary condition, turbulence, udf |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Implementation of boundary conditions for FVM | Tom | Main CFD Forum | 7 | August 26, 2014 06:58 |
RPM in Wind Turbine | Pankaj | CFX | 9 | November 23, 2009 05:05 |
Discussion: Reason of Turbulence!! | Wen Long | Main CFD Forum | 3 | May 15, 2009 10:52 |
setting boundary condition in journal file | Mazyar | FLUENT | 1 | May 3, 2006 20:08 |
Turbulence boundary values | lego | CFX | 9 | October 25, 2002 12:55 |