|
[Sponsors] |
July 9, 2009, 22:39 |
Help, parallelizing UDF problem
|
#1 |
New Member
Jong-hoon Lee
Join Date: Jul 2009
Location: Seoul in Korea
Posts: 6
Rep Power: 17 |
Hello,
I have a working udf. How can I use this udf for parallel computing. I have a look at the udf manual in Fluent. But it is quite complicated. What do you suggest me to do? Above thing is my UDF. #include "udf.h" DEFINE_PROFILE(pressure, thread, p) { real t; face_t f; t = CURRENT_TIME; begin_f_loop(f, thread) { F_PROFILE(f, thread, p)=-84.0*sin(0.017453292*90.0*t); } end_f_loop(f, thread) } Waiting from you. Thank you. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATTN ALL: SOLUTON TO UDF COMPILE PROBLEM | Rizwan | Fluent UDF and Scheme Programming | 40 | March 18, 2018 07:05 |
udf compiling problem | akr | FLUENT | 3 | August 22, 2007 08:14 |
Problem related with UDF for dynamic mesh | Ryan | FLUENT | 6 | April 29, 2004 10:29 |
udf problem | shan | FLUENT | 6 | March 17, 2004 04:01 |
UDF problem | chiseung | FLUENT | 4 | January 10, 2002 10:58 |