CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > ANSYS > FLUENT > Fluent UDF and Scheme Programming

Velocity profile regarding turbulence ???

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 18, 2010, 01:36
Unhappy Velocity profile regarding turbulence ???
  #1
New Member
 
Ibn Hasan
Join Date: Jun 2010
Posts: 5
Rep Power: 15
Aminullah is on a distinguished road
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...
Aminullah is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


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 06:45
Problem with assigned inlet velocity profile as a boundary condition Ozgur_ FLUENT 5 August 25, 2015 04:58
Discussion: Reason of Turbulence!! Wen Long Main CFD Forum 3 May 15, 2009 09:52
Unsymmetric results of velocity profile Michelle CFX 5 September 7, 2007 22:39
Blasius' turbulence solution for velocity profile. CFD Student_(EK) Main CFD Forum 0 March 15, 2005 16:57


All times are GMT -4. The time now is 08:23.