|
[Sponsors] |
November 18, 2010, 02:36 |
Velocity profile regarding turbulence ???
|
#1 |
New Member
Ibn Hasan
Join Date: Jun 2010
Posts: 5
Rep Power: 16 |
Bismillah,
I've got the prob' when iterate using UDF on inlet velocity . here the formula I was made: #include "udf.h" DEFINE_PROFILE(x_kecepatan_49,thread,index) { real x[ND_ND]; real y; face_t f; begin_f_loop(f,thread) in the DEFINE macro argument */ { F_CENTROID(x,f,thread); y = x[1]; F_PROFILE(f,thread,index) =1.11*pow((1.-(y/.008)),.1); } end_f_loop(f,thread) } although iterate keep running it takes a long time..., I was lower my URF's what should I do ??? Best Wish... |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDF inlet velocity profile mismatch with Fluent | ChristineL | Fluent UDF and Scheme Programming | 15 | November 25, 2016 07:45 |
Problem with assigned inlet velocity profile as a boundary condition | Ozgur_ | FLUENT | 5 | August 25, 2015 05:58 |
Discussion: Reason of Turbulence!! | Wen Long | Main CFD Forum | 3 | May 15, 2009 10:52 |
Unsymmetric results of velocity profile | Michelle | CFX | 5 | September 7, 2007 23:39 |
Blasius' turbulence solution for velocity profile. | CFD Student_(EK) | Main CFD Forum | 0 | March 15, 2005 17:57 |