|
[Sponsors] |
July 7, 2008, 04:27 |
UDS trouble
|
#1 |
Guest
Posts: n/a
|
There is a usf followed. I found that the output of UDS defined is not agreed with the variable of F_U. What's wrong with it? Plus, zone ID = 5 denotes the pressure outlet boundary.
# include "udf.h" DEFINE_ADJUST(adjust_gradient, domain) { face_t f; int ID = 5; Thread *t = Lookup_Thread(domain,ID); /* Fill UDS with the variable. */ begin_f_loop(f,t) { F_UDSI(f,t,0) = F_U(f,t); } end_f_loop(f,t) } |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
UDS trouble | Jenny | FLUENT | 0 | July 6, 2008 05:09 |
Trouble of LES case | tadashi | OpenFOAM Running, Solving & CFD | 9 | March 25, 2006 10:00 |
BlockMesh trouble | r2d2 | OpenFOAM Pre-Processing | 2 | January 16, 2006 10:51 |
Lamboot trouble | r2d2 | OpenFOAM Installation | 4 | October 17, 2005 05:27 |
udf trouble | Eric | FLUENT | 1 | July 6, 2004 15:49 |