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

wall velocity-----

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 31, 2006, 23:49
Default wall velocity-----
  #1
Mech
Guest
 
Posts: n/a
I want to change wall velocity. So I wrote the UDF. I can hook the UDF no iteration and velocity is not being changed. I am using well converged case file. I can not use DEFINE_PROFILE macro because I need to change velocity on the wall which is slip condition. Can anybody help me? I will be grateful. Thanks.

#include <udf.h>

DEFINE_ADJUST(adjust_vel, d) {

face_t f;

Thread *t;

t=Lookup_Thread(d,3);

begin_f_loop(f,t)

{

F_U(f,t)= 5.0;

}

end_f_loop(f,t) }

  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
Velocity fluctuation distribution near a wall Matthieu FLUENT 1 June 3, 2021 09:40
[Commercial meshers] Fluent3DMeshToFoam simvun OpenFOAM Meshing & Mesh Conversion 50 January 19, 2020 15:33
the air velocity is not zero on the wall? Li Rong CFX 5 April 9, 2018 02:02
A girl fail to plot velocity profile when mesh changes + Wall function asherah STAR-CCM+ 0 February 19, 2010 17:45
display velocity at wall Flo FLUENT 1 October 22, 2007 09:24


All times are GMT -4. The time now is 15:28.