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

udfs'

Register Blogs Community New Posts Updated Threads Search

 
 
LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old   June 8, 2005, 04:51
Default udfs'
  #1
Benny
Guest
 
Posts: n/a
Hi all,

I wrote an udf: # include "udf.h" DEFINE_ADJUST(adjust_temp2, domain) {

Thread *f_thread;

face_t f; thread_loop_f(f_thread, domain) {

Thread *t;

begin_f_loop(f,t)

{

F_UDMI(f,t,0) = F_T(f,t);

}

end_f_loop(f,t) } } It was compiled and run successfully, but when I checked the result, the udm-0 is zero everywhere. I'm sure that the Energy Equation is enabled. Could somebody tell me why this happend?

Best regards!

Benny
  Reply With Quote

 


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
problem using property udfs in parallel mode EllenW Fluent UDF and Scheme Programming 5 July 10, 2009 04:31
problem using property udfs in parallel mode EllenW FLUENT 0 June 23, 2009 17:18
Unsteady and Flux UDFs for UDSs tom FLUENT 0 February 13, 2009 10:27
Multiple UDFs Graeme FLUENT 4 August 28, 2004 15:47
Experimental Repository for UDFs, Journal Files and Scheme Scripts Jonas Larsson FLUENT 0 March 5, 2000 15:36


All times are GMT -4. The time now is 17:50.