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

UDF in Parallel

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 7, 2009, 08:25
Default UDF in Parallel
  #1
wangrensong
Guest
 
Posts: n/a
This is my udf:

#include "udf.h"

DEFINE_ADJUST(aaa,d)

{

Thread *t=Lookup_Thread(d,10);

#if RP_NODE

Message("C_T=%f\n",C_T(16,t));

#endif

}

And this is my output:

C_T=1738.386353

C_T=1765.570190

C_T=1814.231445

C_T=1807.597046

Why temperture on a same cell differs on each compute node?
  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
Parallel UDF Karo FLUENT 2 April 25, 2017 01:36
Where is my Parallel Log andrewburns OpenFOAM Running, Solving & CFD 5 February 4, 2008 23:07
udf parallel Phil FLUENT 4 May 28, 2004 19:49
cfx parallel Rao CFX 7 April 16, 2004 23:53
Parallel run Bogdan Siemens 2 June 26, 2002 10:31


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