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

UDS and UDF

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 19, 2007, 11:33
Default UDS and UDF
  #1
gandelo
Guest
 
Posts: n/a
I would like to impose a flux boundary condition of a UDS variable. This is the UDF I wrote. Is it correct? It give me after some iterations a maximum of infinity. Does anyone have an idea?

#include "udf.h"

DEFINE_PROFILE(p1_bc1, thread, position)

{

face_t f;

begin_f_loop(f, thread)

{

F_PROFILE(f,thread,position)=5.*F_UDSI(f,thread,0) ;

}

end_f_loop(f,thread)

}

  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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
uds flux - drift velocity - udf johnwinter Fluent UDF and Scheme Programming 3 November 25, 2017 04:07
error about uds in udf a.maroofi Fluent UDF and Scheme Programming 0 September 22, 2010 02:23
connection between udf and uds a.maroofi Fluent UDF and Scheme Programming 1 September 19, 2010 08:46
Associating profile files for the UDS though a UDF Bharath FLUENT 0 December 1, 2006 15:58
UDS & UDF geg FLUENT 0 May 25, 2006 12:06


All times are GMT -4. The time now is 09:18.