|
[Sponsors] | |||||
|
|
|
#1 |
|
Guest
Posts: n/a
|
My following UDF compiled and run well but I get 0 in the UDMI. Can anybody what is the problem?
#define <mem.h> DEFINE_ON_DEMAND(on_demand_WallShear) { Thread *tf; cell_t c; face_t f; int ID =3; Domain *domain; real NV_VEC(A); domain = Get_Domain(1); tf = Lookup_Thread(domain,ID); begin_f_loop(f, tf) { F_AREA(A,f,tf); F_UDMI(f,tf,1)= NV_MAG(A); } end_f_loop(f, tf) } |
|
|
||
|
|
|
#2 |
|
Guest
Posts: n/a
|
you need to store the value using F_UDMI and C_UDMI. then display with node values turned off in Fluent
|
|
|
||
|
|
|
#3 |
|
Guest
Posts: n/a
|
Thank you cadaei for your attentioin. i will try.
|
|
|
||
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 22:14 |
| How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 21:38 |
| Dynamic Mesh UDF | Qureshi | FLUENT | 1 | December 2, 2009 00:27 |
| UDF...UDF...UDF...UDF | Luc SEMINEL | FLUENT | 0 | November 25, 2002 04:03 |
| UDF, UDF, UDF, UDF | Luc SEMINEL | Main CFD Forum | 0 | November 25, 2002 04:01 |