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

distorted 3d velocity profile

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 13, 2007, 01:43
Default distorted 3d velocity profile
  #1
Muhammad Shakaib
Guest
 
Posts: n/a
I used following UDF for fully developed 3d profile in a pipe. The problem is that it doesn,t results in a smooth profile. When I check velocity magnitude contour at the inlet the profile is distorted (However it gives smooth paraboloid plot for x-velocity).

DEFINE_PROFILE(inlet_x_velocity, thread, position) { real x[ND_ND]; real r; face_t f;

begin_f_loop(f, thread)

{

F_CENTROID(x,f,thread);

r = sqrt(pow(x[1],2)+pow(x[2],2));

F_PROFILE(f, thread, position) = 0.019865*(1-pow (r/0.0254,2));

} end_f_loop(f, thread) }

  Reply With Quote

Old   June 14, 2007, 04:03
Default Re: distorted 3d velocity profile
  #2
Susan
Guest
 
Posts: n/a
You should check the profile at the cross section a little post of the inlet to see if the profile is still distorted or just same as what you defined.
  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] Relative coordinates in logarithmic velocity profile cfdworker Fluent UDF and Scheme Programming 25 July 13, 2017 03:44
Logarithmic velocity profile cfdworker Fluent UDF and Scheme Programming 0 April 23, 2009 19:09
[boundary condition] logarithmic velocity profile cfdworker FLUENT 2 April 17, 2009 23:36
Prescribed inflow velocity profile - how to? Alan Main CFD Forum 10 October 28, 2005 12:14
Terrible Mistake In Fluid Dynamics History Abhi Main CFD Forum 12 July 8, 2002 09:11


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