|
[Sponsors] |
April 27, 2012, 00:30 |
Udf 3d
|
#1 |
New Member
Soumya Anantharaman
Join Date: Apr 2012
Posts: 1
Rep Power: 0 |
Hey All,
My question is about a 3D rectangular channel. I have a UDF defined for a temperature profile along the length (linear). I have modified my channel to a 3D one, but I do not want a temperature variation along the z direction... Will the code below work or should I specify a different function for z ?? #include "udf.h" DEFINE_PROFILE(test2pressure,thread,position) { real y[ND_ND]; real x; face_t f; begin_f_loop(f,thread) { F_CENTROID(y,f,thread); x=y[0]; F_PROFILE(f, thread, position) = (6.3571*x)+ 291.61 ; } end_f_loop(f,thread) } |
|
Tags |
3d flow, udf for temp. profile |
|
|
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 |