|
[Sponsors] |
June 19, 2007, 12:33 |
UDS and UDF
|
#1 |
Guest
Posts: n/a
|
I would like to impose a flux boundary condition of a UDS variable. This is the UDF I wrote. Is it correct? It give me after some iterations a maximum of infinity. Does anyone have an idea?
#include "udf.h" DEFINE_PROFILE(p1_bc1, thread, position) { face_t f; begin_f_loop(f, thread) { F_PROFILE(f,thread,position)=5.*F_UDSI(f,thread,0) ; } end_f_loop(f,thread) } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
uds flux - drift velocity - udf | johnwinter | Fluent UDF and Scheme Programming | 3 | November 25, 2017 05:07 |
error about uds in udf | a.maroofi | Fluent UDF and Scheme Programming | 0 | September 22, 2010 03:23 |
connection between udf and uds | a.maroofi | Fluent UDF and Scheme Programming | 1 | September 19, 2010 09:46 |
Associating profile files for the UDS though a UDF | Bharath | FLUENT | 0 | December 1, 2006 16:58 |
UDS & UDF | geg | FLUENT | 0 | May 25, 2006 13:06 |