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

Moving Reference frame - UDF - Moving mesh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 18, 2008, 13:31
Default Moving Reference frame - UDF - Moving mesh
  #1
modisa
Guest
 
Posts: n/a
Hello everybody,

Does any one know what does the following UDF exactly do?

DEFINE_ADJUST(vel, domain) {

Thread *t;

cell_t c;

real time = RP_Get_Real("flow-time");

thread_loop_c (t, domain)

{if (THREAD_ID(t) == 2)

{ THREAD_VAR(t).fluid.velocity[0] = sin(time); THREAD_VAR(t).fluid.velocity[2] = cos(time);

}

} }

I would like to update my grid location at each time step. Thank you, modisa
  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
Moving reference frame sadanand FLUENT 0 February 5, 2009 23:18
Moving Reference Frame UDF Mark FLUENT 1 March 17, 2008 17:57
Moving Reference Frame lila FLUENT 4 June 8, 2007 09:05
Moving reference frame CFD_boy FLUENT 6 April 20, 2006 11:39
moving reference frame Satyamu FLUENT 1 January 5, 2006 12:18


All times are GMT -4. The time now is 16:01.