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

User_Defined_Memory

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

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 9, 2006, 04:20
Default User_Defined_Memory
  #1
jim
Guest
 
Posts: n/a
hi

I want to see the contour of accumulated data in fluet

Using C_UDMI, I want to compute the accumulated temperature.

Could you give me the problem of my UDF?

<< #include "udf.h"

#include "dpm.h"

DEFINE_PROPERTY(c,t)

{

real temp;

Thread *t;

cell_t c;

begin_c_loop(c,t)

{

temp=C_T(c,t);

C_UDMI(c,t,1)+=temp;

}

end_c_loop(c,t)

}

>>

Before I interperte UDF, I allocate memory location in the UDM-panel

thank's for your attention
  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



All times are GMT -4. The time now is 12:10.