|
[Sponsors] |
October 8, 2004, 11:35 |
UDf..please help
|
#1 |
Guest
Posts: n/a
|
Hi how can i define vilocity according bellow: v=sinat v: vilocity t:time a :constant parameter i want udf program whit c code. please help me .i need your help.
|
|
October 9, 2004, 00:58 |
Re: UDf..please help
|
#2 |
Guest
Posts: n/a
|
Hi,
Refer to the Fluent user Manual, they have given examples with the codes. Aravind |
|
October 9, 2004, 01:01 |
Re: UDf..please help
|
#3 |
Guest
Posts: n/a
|
#include "udf.h" DEFINE_PROFILE(unsteady_velocity, thread, position) { face_t f; real a,t = CURRENT_TIME; a=10.0;/*change to your value*/ begin_f_loop(f, thread) { F_PROFILE(f, thread, position) = sin(a*t); } end_f_loop(f, thread) }
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Dynamic Mesh UDF | Qureshi | FLUENT | 7 | March 23, 2017 08:37 |
UDF parallel error: chip-exec: function not found????? | shankara.2 | Fluent UDF and Scheme Programming | 1 | January 16, 2012 23:14 |
How to add a UDF to a compiled UDF library | kim | FLUENT | 3 | October 26, 2011 22:38 |
UDF...UDF...UDF...UDF | Luc SEMINEL | FLUENT | 0 | November 25, 2002 05:03 |
UDF, UDF, UDF, UDF | Luc SEMINEL | Main CFD Forum | 0 | November 25, 2002 05:01 |