|
[Sponsors] |
August 21, 2008, 07:50 |
UDF Interpreting Error
|
#1 |
Guest
Posts: n/a
|
Dear everybody I face with following error as I interpret my UDF in Fluent.
Error: cpp -I"C:\Fluent.Inc\fluent6.3.26/src" -I"C:\Fluent.Inc\fluent6.3.26/cortex/src" -I"C:\Fluent.Inc\fluent6.3.26/client/src" -I"C:\Fluent.Inc\fluent6.3.26/multiport/src" -I. -DUDFCONFIG_H="<udfconfig.h>" "C:\Documents and Settings\home\Desktop\mohsen\Samp e\unsteady_velocity.c" The UDF is: #include "udf.h" DEFINE_PROFILE(unsteady_velocity, thread, position) { face_t f; begin_f_loop(f, thread) { real t = RP_Get_Real("flow-time"); F_PROFILE(f, thread, position) = t; } end_f_loop(f, thread) } Please help me. |
|
August 21, 2008, 18:11 |
Re: UDF Interpreting Error
|
#2 |
Guest
Posts: n/a
|
try putting the "real t = RP_Get_Real("flow-time");" line before the begin_f_loop line
|
|
August 22, 2008, 04:51 |
Re: UDF Interpreting Error
|
#3 |
Guest
Posts: n/a
|
Dear CDE Thank you for your responce. I had done that, but there were no change in error. Regards.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
parse error while interpreting udf | Kristin | Fluent UDF and Scheme Programming | 3 | March 15, 2012 07:43 |
UDF Interpreting Error | Mohsen Keshavarzian | FLUENT | 2 | September 5, 2008 06:06 |
UDF interpreting error | Sangeeta | FLUENT | 2 | February 7, 2007 01:02 |
UDF interpreting help... | Matt | FLUENT | 1 | October 4, 2006 09:16 |
syntax error when interpreting UDF | Erik | FLUENT | 3 | September 27, 2006 08:52 |