|
[Sponsors] |
September 8, 2011, 10:12 |
problem with udf
|
#1 |
New Member
Harpreet
Join Date: May 2011
Posts: 21
Rep Power: 15 |
hello,
pls help i am trying to vary the inlet velocity profile for which i have made a following udf #include "udf.h" DEFINE_PROFILE(variable_velocity,t,i) { real x[ND_ND]; real y; face_t f; begin_f_loop(f,t) { F_CENTROID(x,f,t); y=x[1]; F_PROFILE(f,t,i)=7.36+0.368*y; } end_f_loop(f,t) } but the problem with it is that it is giving a constant velocity at the inlet that is 7.36. I think that probably it is not taking the coordinate into the equation. pls help me. its urgent |
|
September 8, 2011, 11:32 |
|
#2 |
Member
Pranab N Jha
Join Date: Nov 2009
Location: Houston, TX
Posts: 86
Rep Power: 17 |
Did you check your units? Also, is your inlet parallel to Y-axis or X?
Just suggestions though. I don't know about your case file. |
|
September 8, 2011, 13:59 |
|
#3 |
New Member
Harpreet
Join Date: May 2011
Posts: 21
Rep Power: 15 |
yes i checked the unit, but don't know what effect will the inlet direction would make on the udf. although it is parallel to x axis
|
|
September 8, 2011, 14:05 |
|
#4 |
Member
Pranab N Jha
Join Date: Nov 2009
Location: Houston, TX
Posts: 86
Rep Power: 17 |
Your profile varies with y and not x. Hence, the result will be a constant on the inlet when the inlet is aligned to the x-direction. Interchange the x and y coordinates.
|
|
September 8, 2011, 14:27 |
|
#5 |
New Member
Harpreet
Join Date: May 2011
Posts: 21
Rep Power: 15 |
thank u for ur reply
i tried with interchanging x & y, but still i am getting constant velocity |
|
September 8, 2011, 15:13 |
|
#6 |
New Member
Harpreet
Join Date: May 2011
Posts: 21
Rep Power: 15 |
when i try to read the mesh with scaling in M units, it is showing the variation, but when i try to read the file in mm units its showing constant velocity. why it is show
|
|
September 8, 2011, 15:13 |
|
#7 |
New Member
Harpreet
Join Date: May 2011
Posts: 21
Rep Power: 15 |
when i try to read the mesh with scaling in M units, it is showing the variation, but when i try to read the file in mm units its showing constant velocity. why it is so. pls help me i am new to fluent
|
|
September 9, 2011, 11:25 |
|
#8 |
Senior Member
Mohammad
Join Date: Feb 2010
Location: Shiraz, Iran
Posts: 108
Rep Power: 16 |
hi,
it is a dupplicated thread! if you have a function 7.36+0.368*y and the variation of y is about 10 mm then the variation of velocity would be about 0.0037 and you may think a constant velocity is set in inlet. but if the variation of y is about 10 m then variation of velocity would be about 0.3 and you will see a linear velocity profile in inlet easily. just think about that yours, mohammad |
|
September 11, 2011, 01:51 |
|
#9 |
New Member
Harpreet
Join Date: May 2011
Posts: 21
Rep Power: 15 |
thank you for ur answer. i am obliged
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATTN ALL: SOLUTON TO UDF COMPILE PROBLEM | Rizwan | Fluent UDF and Scheme Programming | 40 | March 18, 2018 07:05 |
Problem with my udf | july | Fluent UDF and Scheme Programming | 3 | June 20, 2010 07:56 |
UDF problem | mansha goraya | FLUENT | 0 | October 29, 2007 01:31 |
udf compiling problem | akr | FLUENT | 3 | August 22, 2007 08:14 |
UDF problem | chiseung | FLUENT | 4 | January 10, 2002 10:58 |